| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: vinagre-devel | Distribution: openSUSE 11.4 |
| Version: 2.30.3 | Vendor: openSUSE |
| Release: 4.4 | Build date: Wed Feb 23 00:29:46 2011 |
| Group: Productivity/Networking/Remote Desktop | Build host: build15 |
| Size: 69225 | Source RPM: vinagre-2.30.3-4.4.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.gnome.org/projects/vinagre/ | |
| Summary: VNC client for GNOME - Development Files | |
Vinagre is a VNC client for GNOME that supports connecting to multiple machines, browsing for VNC servers via avahi and password storage in gnome-keyring. This packages contains the development files to create plugins for vinagre.
GPLv2+
* Sun Feb 13 2011 vuntz@opensuse.org
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
+ %icon_theme_cache_post/postun because the package ships themed
icons.
+ %mime_database_post/postun because the package ships a mime
type definition.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Change Requires of lang subpackage to Recommends, since the
english documentation is not there anymore.
* Thu Oct 07 2010 vuntz@opensuse.org
- Go back to 2.30.3, since the 2.31 release cycle is used with 3.0
as target in April, for vinagre, and we want something that is
stable.
- Changes between 2.30.2 and 2.30.3:
+ Updated translations.
* Thu Jul 22 2010 vuntz@opensuse.org
- Add rdesktop Recommends for the RDP support.
- Change group to Productivity/Networking/Other since
Productivity/Networking/Remote Desktop doesn't exist.
* Mon Jul 05 2010 dimstar@opensuse.org
- Update to version 2.31.4:
+ Added basic RDP support
+ Allows using of an alternative ssh port when doing tunnel
+ Build with GSEAL
+ Removed password length limit for SSH connections
+ Minor fixes
+ Updated translations.
* Wed Jun 23 2010 dimstar@opensuse.org
- Update to version 2.30.2:
+ Removed password length limit for SSH connections
+ Allows using of an alternative ssh port when doing tunnel
+ Updated translations.
* Thu May 06 2010 dimstar@opensuse.org
- Update to version 2.30.1:
+ Fix a crash when using SSH tunneling due to a not exported
symbol
+ Added various comments for translators
+ Bump telepathy minimum version to 0.9.0
+ Fix SSH username saving in bookmarks
+ Make sure we use system ifaddrs.h thus showing the correct IP
address in the Reverse Connections dialog
+ Updated translations.
* Mon Mar 29 2010 vuntz@opensuse.org
- Update to version 2.30.0:
+ Updated translations.
* Tue Mar 09 2010 dimstar@opensuse.org
- Update to version 2.29.92:
+ Updated translations.
* Mon Feb 22 2010 vuntz@opensuse.org
- Update to version 2.29.91:
+ Updated translations.
* Tue Feb 09 2010 captain.magnus@opensuse.org
- Update to version 2.29.90:
+ Features
- Improved SSH tunneling.
- Show a message in the first run explaining menu accelerators
and keyboard shortcuts behavior in Vinagre
- Store window size, position, panel state, etc in the
XDG_CACHE_DIR instead of GConf
- Enable the username field for SSH connections
- Option to keep the aspect ratio when using scaling
- Modernize autotools
- SSH plugin uses the username provided from mdns (Avahi)
+ Fixes
- Fix build on Solaris
- Drop 1px line at toolbar in fullscreen mode
- Minor fixes
+ Translation updates
- Add gcc-c++ to BuildRequires: configure script now requires it.
* Thu Jan 28 2010 vuntz@opensuse.org
- Remove en@shaw translation on openSUSE 11.2 and earlier.
* Mon Jan 25 2010 captain.magnus@opensuse.org
- Update to version 2.29.6:
+ Added basic support to SSH tunneling, to be polished in next
release
+ Updated Telepathy support to the new API
+ Translation updates
* Wed Dec 23 2009 vuntz@opensuse.org
- Change gnome-keyring-devel BuildRequires to
libgnome-keyring-devel, following the module split upstream.
* Thu Nov 19 2009 dimstar@opensuse.org
- Update to version 2.29.1:
+ Added a listener mode (similar to vncviewer -listen)
+ Added ability to request an screen update
+ Added ability to change depth color
+ Added ability to use JPEG compression (lossy encoding)
+ Added an toolbar in bookmarks panel
+ Use AM_SILENT_RULES if available
+ Requires gtk-vnc 0.3.10
+ Fix warnings and crashes activating bookmarks
+ Keep the aspect ratio when using scaling mode
+ Updated translations.
* Mon Sep 21 2009 dimstar@opensuse.org
- Update to version 2.28.0.1:
+ Fix build
+ Fix warnings activating mDNS bookmarks
+ Updated translations.
- Add gtk2- and libxml2-devel to -devel Requires.
* Mon Sep 07 2009 dimstar@opensuse.org
- Update to version 2.27.92:
+ Removed duplicated names in the UI file, avoiding crashes
+ Show IP addresses of avahi-discovered machines instead of names
+ Handle GConf errors in preferences
+ Updated translations.
* Tue Aug 25 2009 dimstar@opensuse.org
- Update to version 2.27.91:
+ Updated Unix man page.
+ Improvements in Telepathy tubes.
+ Toolbar in full screen mode is now centralized.
+ Updated documentation (help).
+ Updated translations.
* Wed Aug 12 2009 vuntz@novell.com
- Update to version 2.27.90:
+ Features and Fixes
- Use GtkBuilder instead of Glade.
- Added a *very basic* SSH plugin. Enable it with --enable-ssh
in configure.
- Panel applet is now optional. Disable it with
- -disable-applet.
- Toolbar in fullscreen mode is now centralized.
- Screenshot can be saved in various formats.
- New fullscreen command-line option.
- New scaled command-line option.
- If the server is omitted in the command line, 'localhost' is
assumed.
- Clipboard operations work even with special chars.
+ Updated translations.
- Drop vinagre-linking-order.patch: fixed upstream.
- Drop vinagre-build-fix.patch: fixed upstream.
- Remove call to gnome-autogen.sh, and gnome-common BuildRequires.
- Remove libglade2-devel BuildRequires.
- Pass --enable-ssh to configure, and add vte-devel to
BuildRequires.
- Remove workaround to move a file that was not in the right
directory (vinagre-plugin.png).
* Wed Jul 29 2009 vuntz@novell.com
- Update to version 2.27.5:
+ New plugin system. All protocols should be implemented as a
plugin. Initially we have only VNC plugin.
+ Telepathy tubes support. This allows you to access a screen of
an IM contact.
+ Lots of minor fixes.
+ Updated translations.
- Add gnome-keyring-devel, telepathy-glib-devel BuildRequires.
- Add vinagre-linking-order.patch and vinagre-build-fix.patch to
fix build.
- Add devel package, for development files needed to create
plugins.
* Mon Jul 20 2009 vuntz@novell.com
- Use libexecdir instead of libdir in the file list to fix build.
- Do not package omf files twice.
* Tue May 19 2009 vuntz@novell.com
- Update to version 2.26.2:
+ Updated translations.
* Tue Apr 14 2009 vuntz@novell.com
- Update to version 2.26.1:
+ bgo#574134 – Don't allow items name duplicated on bookmarks.
+ Updated translations.
* Tue Mar 17 2009 vuntz@novell.com
- Update to version 2.26.0:
+ Updated translations.
- Remove AutoReqProv: it's default now.
* Mon Mar 02 2009 mboman@suse.de
- Update to version 2.25.92:
+ Improved the authentication dialog
+ Allow IPv6 address in command line as well in the connection
dialog. The address must be enclosed by square braces, for
instance: [::a:b:c:d]. This is the same syntax used by RealVNC
+ Translation updates
/usr/include/vinagre-1.0 /usr/include/vinagre-1.0/vinagre /usr/include/vinagre-1.0/vinagre/vinagre-app.h /usr/include/vinagre-1.0/vinagre/vinagre-bacon.h /usr/include/vinagre-1.0/vinagre/vinagre-bookmarks-entry.h /usr/include/vinagre-1.0/vinagre/vinagre-bookmarks-migration.h /usr/include/vinagre-1.0/vinagre/vinagre-bookmarks-tree.h /usr/include/vinagre-1.0/vinagre/vinagre-bookmarks-ui.h /usr/include/vinagre-1.0/vinagre/vinagre-bookmarks.h /usr/include/vinagre-1.0/vinagre/vinagre-cache-prefs.h /usr/include/vinagre-1.0/vinagre/vinagre-commands.h /usr/include/vinagre-1.0/vinagre/vinagre-connect.h /usr/include/vinagre-1.0/vinagre/vinagre-connection.h /usr/include/vinagre-1.0/vinagre/vinagre-debug.h /usr/include/vinagre-1.0/vinagre/vinagre-dirs.h /usr/include/vinagre-1.0/vinagre/vinagre-dnd.h /usr/include/vinagre-1.0/vinagre/vinagre-fav.h /usr/include/vinagre-1.0/vinagre/vinagre-notebook.h /usr/include/vinagre-1.0/vinagre/vinagre-plugin-loader.h /usr/include/vinagre-1.0/vinagre/vinagre-plugin.h /usr/include/vinagre-1.0/vinagre/vinagre-prefs.h /usr/include/vinagre-1.0/vinagre/vinagre-ssh.h /usr/include/vinagre-1.0/vinagre/vinagre-tab.h /usr/include/vinagre-1.0/vinagre/vinagre-ui.h /usr/include/vinagre-1.0/vinagre/vinagre-utils.h /usr/include/vinagre-1.0/vinagre/vinagre-window.h /usr/lib/pkgconfig/vinagre-1.0.pc
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 13 09:48:01 2013