7c7a05
%ifarch %{ix86} x86_64
7c7a05
%define with_spice 1
7c7a05
%endif
7c7a05
7c7a05
Name:           vinagre
9ef9d9
Version:        3.22.0
68a5d2
Release:        14%{?dist}
7c7a05
Summary:        VNC client for GNOME
7c7a05
7c7a05
Group:          Applications/System
7c7a05
License:        GPLv2+
0c31ff
URL:            https://wiki.gnome.org/Apps/Vinagre
7c7a05
#VCS: git:git://git.gnome.org/vinagre
9ef9d9
Source0:        https://download.gnome.org/sources/%{name}/3.22/%{name}-%{version}.tar.xz
9ef9d9
22448f
# https://bugzilla.redhat.com/show_bug.cgi?id=1376044
9ef9d9
Patch0:         vinagre-3.14.3-RDP-update.patch
9ef9d9
9ef9d9
# https://bugzilla.redhat.com/show_bug.cgi?id=1384965
9ef9d9
Patch1:         vinagre-3.22.0-freerdp-versions.patch
9ef9d9
Patch2:         vinagre-3.22.0-rdp-connection-cancel.patch
9ef9d9
9ef9d9
# https://bugzilla.redhat.com/show_bug.cgi?id=1435715
9ef9d9
Patch3:         vinagre-3.22.0-fullscreen-toolbar.patch
7c7a05
624986
# https://bugzilla.redhat.com/show_bug.cgi?id=1459111
624986
Patch4:         vinagre-3.22.0-share-clipboard.patch
624986
7d92d3
# https://bugzilla.redhat.com/show_bug.cgi?id=1680229
7d92d3
Patch5:         vinagre-3.22.0-freerdp2.patch
7d92d3
7d92d3
# https://bugzilla.redhat.com/show_bug.cgi?id=1569552
7d92d3
Patch6:         vinagre-3.22.0-rdp-password-length.patch
7d92d3
68a5d2
# https://bugzilla.redhat.com/show_bug.cgi?id=1364527
68a5d2
Patch7:         vinagre-3.22.0-multiple-app-instances.patch
68a5d2
68a5d2
# https://bugzilla.redhat.com/show_bug.cgi?id=1839745
68a5d2
Patch8:         vinagre-3.22.0-rdp-black-screen.patch
68a5d2
7c7a05
%if 0%{?with_spice}
0c31ff
BuildRequires:  pkgconfig(spice-client-gtk-3.0)
7c7a05
%endif
0c31ff
BuildRequires:  pkgconfig(avahi-gobject)
0c31ff
BuildRequires:  pkgconfig(avahi-ui-gtk3)
7d92d3
BuildRequires:  pkgconfig(freerdp2)
0c31ff
BuildRequires:  pkgconfig(gio-unix-2.0)
0c31ff
BuildRequires:  pkgconfig(gtk+-3.0)
0c31ff
BuildRequires:  pkgconfig(gtk-vnc-2.0)
0c31ff
BuildRequires:  pkgconfig(libsecret-1)
0c31ff
BuildRequires:  pkgconfig(libxml-2.0)
0c31ff
BuildRequires:  pkgconfig(telepathy-glib)
0c31ff
BuildRequires:  pkgconfig(vte-2.91)
22448f
BuildRequires:  gnome-common
7c7a05
BuildRequires:  desktop-file-utils
9ef9d9
BuildRequires:  /usr/bin/appstream-util
0c31ff
BuildRequires:  intltool
7c7a05
BuildRequires:  itstool
0c31ff
BuildRequires:  vala-devel
22448f
BuildRequires:  libappstream-glib-devel
22448f
BuildRequires:  yelp-tools
9ef9d9
BuildRequires:  autoconf
9ef9d9
BuildRequires:  automake
7c7a05
7c7a05
# for /usr/share/dbus-1/services
7c7a05
Requires: dbus
0c31ff
Requires: telepathy-filesystem
7c7a05
7c7a05
%description
7c7a05
Vinagre is a VNC client for the GNOME desktop.
7c7a05
7c7a05
With Vinagre you can have several connections open simultaneously, bookmark
7c7a05
your servers thanks to the Favorites support, store the passwords in the
7c7a05
GNOME keyring, and browse the network to look for VNC servers.
7c7a05
7c7a05
Apart from the VNC protocol, vinagre supports Spice and RDP.
7c7a05
7c7a05
7c7a05
%prep
7c7a05
%setup -q
9ef9d9
%patch0 -p1 -b .RDP-update
9ef9d9
%patch1 -p1 -b .freerdp-versions
9ef9d9
%patch2 -p1 -b .rdp-connection-cancel
9ef9d9
%patch3 -p1 -b .fullscreen-toolbar
624986
%patch4 -p1 -b .share-clipboard
7d92d3
%patch5 -p1 -b .freerdp2
7d92d3
%patch6 -p1 -b .rdp-password-length
68a5d2
%patch7 -p1 -b .multiple-app-instances
68a5d2
%patch8 -p1 -b .rdp-black-screen
7c7a05
7c7a05
%build
22448f
autoreconf -ivf
0c31ff
%configure \
7c7a05
%if 0%{?with_spice}
7c7a05
           --enable-spice \
7c7a05
%endif
7c7a05
           --enable-rdp \
0c31ff
           --enable-ssh \
0c31ff
           --with-avahi
0c31ff
make V=1 %{?_smp_mflags}
7c7a05
7c7a05
7c7a05
%install
0c31ff
make install DESTDIR=%{buildroot} INSTALL="install -p"
7c7a05
0c31ff
%find_lang vinagre --with-gnome
7c7a05
7c7a05
0c31ff
%check
0c31ff
make check
7c7a05
7c7a05
7c7a05
%post
7c7a05
update-desktop-database &> /dev/null || :
7c7a05
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
0c31ff
touch --no-create %{_datadir}/mime/packages &>/dev/null || :
0c31ff
7c7a05
7c7a05
%postun
7c7a05
update-desktop-database &> /dev/null || :
7c7a05
if [ $1 -eq 0 ]; then
7c7a05
  touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
7c7a05
  gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
0c31ff
  touch --no-create %{_datadir}/mime/packages &>/dev/null || :
0c31ff
  update-mime-database -n %{_datadir}/mime &>/dev/null || :
7c7a05
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
7c7a05
fi
7c7a05
0c31ff
7c7a05
%posttrans
7c7a05
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
0c31ff
update-mime-database -n %{_datadir}/mime &>/dev/null || :
7c7a05
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
7c7a05
0c31ff
7c7a05
%files -f vinagre.lang
9ef9d9
%doc AUTHORS NEWS README
9ef9d9
%license COPYING
7c7a05
%{_bindir}/vinagre
7d92d3
%{_datadir}/metainfo/*.appdata.xml
7c7a05
%{_datadir}/applications/*.desktop
7c7a05
%{_datadir}/icons/hicolor/*/*/*
7c7a05
%{_datadir}/mime/packages/vinagre-mime.xml
7c7a05
%{_datadir}/vinagre/
7c7a05
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vinagre.service
7c7a05
%{_datadir}/telepathy/clients/Vinagre.client
7c7a05
%{_datadir}/glib-2.0/schemas/org.gnome.Vinagre.gschema.xml
7c7a05
%dir %{_datadir}/GConf/
7c7a05
%dir %{_datadir}/GConf/gsettings/
7c7a05
%{_datadir}/GConf/gsettings/org.gnome.Vinagre.convert
7c7a05
%doc %{_mandir}/man1/vinagre.1.gz
7c7a05
7c7a05
7c7a05
%changelog
68a5d2
* Wed May 27 2020 Marek Kasik <mkasik@redhat.com> - 3.22.0-14
68a5d2
- Rebuild due to new version of FreeRDP
68a5d2
- Fix an issue when RDP connection shows just black screen
68a5d2
- Resolves: #1839745
68a5d2
68a5d2
* Thu Apr 16 2020 Felipe Borges <feborges@redhat.com> - 3.22.0-13
68a5d2
- Allow the launch of multiple application instances
68a5d2
- Resolves: #1364527
68a5d2
7d92d3
* Fri Mar 15 2019 Marek Kasik <mkasik@redhat.com> - 3.22.0-12
7d92d3
- Apply the patch
7d92d3
- Resolves: #1569552
7d92d3
7d92d3
* Fri Mar 15 2019 Marek Kasik <mkasik@redhat.com> - 3.22.0-11
7d92d3
- Set maximum length of RDP password to 255 characters
7d92d3
- Resolves: #1569552
7d92d3
7d92d3
* Mon Feb 25 2019 Marek Kasik <mkasik@redhat.com> - 3.22.0-10
7d92d3
- Make vinagre build with FreeRDP 2 library
7d92d3
- Resolves: #1680229
7d92d3
624986
* Mon Sep 25 2017 Marek Kasik <mkasik@redhat.com> - 3.22.0-9
624986
- Fix "Share clipboard" functionality in Spice plugin
624986
- Resolves: #1459111
624986
9ef9d9
* Mon Mar 27 2017 Marek Kasik <mkasik@redhat.com> - 3.22.0-8
9ef9d9
- Rebuild with new spice-gtk3
9ef9d9
- Related: #1435715
9ef9d9
9ef9d9
* Fri Mar 24 2017 Marek Kasik <mkasik@redhat.com> - 3.22.0-7
9ef9d9
- Fix showing of fullscreen toolbar
9ef9d9
- Resolves: #1435715
9ef9d9
9ef9d9
* Wed Mar 15 2017 Kalev Lember <klember@redhat.com> - 3.22.0-6
9ef9d9
- Rebuilt for spice-gtk3 soname bump
9ef9d9
- Related: #1402474
9ef9d9
9ef9d9
* Thu Mar  2 2017 Marek Kasik <mkasik@redhat.com> - 3.22.0-5
9ef9d9
- ifdef some variables based on FreeRDP version (Coverity)
9ef9d9
- Related: #1384965
9ef9d9
9ef9d9
* Thu Mar  2 2017 Marek Kasik <mkasik@redhat.com> - 3.22.0-4
9ef9d9
- Rebuild with newer shared-mime-info
9ef9d9
- Related: #1384965
9ef9d9
9ef9d9
* Tue Feb 28 2017 Marek Kasik <mkasik@redhat.com> - 3.22.0-3
9ef9d9
- Don't rely on file triggers (they need newer rpm)
9ef9d9
- Related: #1384965
9ef9d9
9ef9d9
* Thu Feb 16 2017 Marek Kasik <mkasik@redhat.com> - 3.22.0-2
9ef9d9
- Add patches
9ef9d9
- Related: #1384965
9ef9d9
9ef9d9
* Wed Feb 15 2017 Marek Kasik <mkasik@redhat.com> - 3.22.0-1
9ef9d9
- Update to 3.22.0
9ef9d9
- Remove/modify current patches when needed
9ef9d9
- Rely on file triggers
9ef9d9
- Resolves: #1384965
9ef9d9
22448f
* Mon Sep 19 2016 Marek Kasik <mkasik@redhat.com> - 3.14.3-11
22448f
- Handle connection failures of RDP plugin
22448f
- Resolves: #1375720
22448f
22448f
* Mon Sep 19 2016 Marek Kasik <mkasik@redhat.com> - 3.14.3-10
22448f
- Check RDP events in timeout GSource not in idle
22448f
- Resolves: #1376044
22448f
22448f
* Thu Sep 8 2016 Felipe Borges <feborges@redhat.com> - 3.14.3-9
22448f
- Focus on new RDP tab
22448f
- Do not capture key events of other tabs
22448f
- Resolves: #1291275
22448f
22448f
* Tue Aug 30 2016 Felipe Borges <feborges@redhat.com> - 3.14.3-8
22448f
- Allow to open multiple connections with same host
22448f
- Resolves: #1291275
22448f
22448f
* Thu May 05 2016 Felipe Borges <feborges@redhat.com> - 3.14.3-7
22448f
- Correct authentication attempts control
22448f
- Add missing translations
22448f
- Resolves: #1291275
22448f
22448f
* Wed Apr 27 2016 Felipe Borges <feborges@redhat.com> - 3.14.3-6
22448f
- Add minimize button to the fullscreen toolbar
22448f
- Handle domain when looking for credentials
22448f
- Store credentials for RDP
22448f
- Fix RDP initialization with recent FreeRDP
22448f
- Allow scalling of RDP sessions
22448f
- Resolves: #1291275
22448f
22448f
* Fri Mar 18 2016 Marek Kasik <mkasik@redhat.com> - 3.14.3-5
22448f
- Add missing translations (patch by Parag Nemade)
22448f
- Resolves: #1304230
22448f
22448f
* Tue Mar 01 2016 Felipe Borges <feborges@redhat.com> - 3.14.3-4
22448f
- Use cached session size for RDP
22448f
- Resolves: #1291281
22448f
22448f
* Tue Mar 01 2016 Felipe Borges <feborges@redhat.com> - 3.14.3-3
22448f
- Fix selection rectangle when user leaves window
22448f
- Resolves: #1291287
22448f
22448f
* Thu Feb 25 2016 Felipe Borges <feborges@redhat.com> - 3.14.3-2
22448f
- Change SPICE passwords limited to 60 characters
22448f
- Resolves: #1291297
22448f
0c31ff
* Thu Apr 30 2015 Marek Kasik <mkasik@redhat.com> - 3.14.3-1
0c31ff
- Update to 3.14.3
0c31ff
- Add translations update from translation team
0c31ff
- Add translation fix from upstream
0c31ff
- Remove unused patches
0c31ff
- Resolves: #1174568
0c31ff
0fc5e1
* Mon Oct 20 2014 Marek Kasik <mkasik@redhat.com> - 3.8.2-12
0fc5e1
- Add translations of new strings
0fc5e1
- Resolves: #1142870
0fc5e1
0fc5e1
* Wed Sep 17 2014 Marek Kasik <mkasik@redhat.com> - 3.8.2-11
0fc5e1
- Add build-dependency of yelp-tools
0fc5e1
- Related: #1091765
0fc5e1
0fc5e1
* Wed Sep 17 2014 Marek Kasik <mkasik@redhat.com> - 3.8.2-10
0fc5e1
- Run autoreconf because of modified configure.ac
0fc5e1
- Related: #1091765
0fc5e1
0fc5e1
* Wed Sep 17 2014 Marek Kasik <mkasik@redhat.com> - 3.8.2-9
0fc5e1
- Use FreeRDP API in RDP plugin
0fc5e1
- Request RDP certificate verification if needed
0fc5e1
- Add available translations for new strings
0fc5e1
- Resolves: #1091765
0fc5e1
0fc5e1
* Wed Sep 17 2014 Marek Kasik <mkasik@redhat.com> - 3.8.2-8
0fc5e1
- Allow to customize desktop size for RDP protocol
0fc5e1
- Add available translations for new strings
0fc5e1
- Resolves: #862389
0fc5e1
0fc5e1
* Tue Sep 16 2014 Marek Kasik <mkasik@redhat.com> - 3.8.2-7
0fc5e1
- Show correct title in error dialog
0fc5e1
- Resolves: #1141150
0fc5e1
0fc5e1
* Wed Sep 10 2014 Marek Kasik <mkasik@redhat.com> - 3.8.2-6
0fc5e1
- Rebuild because of rpmdiff
0fc5e1
- Related: #1068615
0fc5e1
0fc5e1
* Wed Sep 10 2014 Marek Kasik <mkasik@redhat.com> - 3.8.2-5
0fc5e1
- Don't close connect dialog when showing help
0fc5e1
- Resolves: #1068615
0fc5e1
3274b5
* Tue Jan 28 2014 David King <dking@redhat.com> - 3.8.2-4
3274b5
- Fix storing passwords in libsecret (#1055914)
3274b5
3274b5
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.2-3
3274b5
- Mass rebuild 2014-01-24
3274b5
3274b5
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.2-2
3274b5
- Mass rebuild 2013-12-27
3274b5
7c7a05
* Wed Jul  3 2013 Marek Kasik <mkasik@redhat.com> - 3.8.2-1.2
7c7a05
- Enable RDP again and switch to FreeRDP
7c7a05
- Resolves: #978825
7c7a05
7c7a05
* Thu Jun 27 2013 Marek Kasik <mkasik@redhat.com> - 3.8.2-1.1
7c7a05
- Disable RDP plugin temporarily
7c7a05
- Related: #978825
7c7a05
7c7a05
* Tue May 14 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.2-1
7c7a05
- Update to 3.8.2
7c7a05
7c7a05
* Tue Apr 23 2013 Mat Booth <fedora@matbooth.co.uk> - 3.8.1-2
7c7a05
- Add explicit dep on rdesktop for RDP functionality (#903225)
7c7a05
7c7a05
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
7c7a05
- Update to 3.8.1
7c7a05
7c7a05
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
7c7a05
- Update to 3.8.0
7c7a05
7c7a05
* Tue Mar 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
7c7a05
- Update to 3.7.92
7c7a05
7c7a05
* Fri Mar  8 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
7c7a05
- Update to 3.7.91
7c7a05
7c7a05
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.90-1
7c7a05
- Update to 3.7.90
7c7a05
7c7a05
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.4-2
7c7a05
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
7c7a05
7c7a05
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 3.7.4-1
7c7a05
- Update to 3.7.4
7c7a05
7c7a05
* Wed Jan 09 2013 Richard Hughes <hughsient@gmail.com> - 3.7.3-1
7c7a05
- Update to 3.7.3
7c7a05
7c7a05
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.2-1
7c7a05
- Update to 3.6.2
7c7a05
7c7a05
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
7c7a05
- Update to 3.6.1
7c7a05
7c7a05
* Wed Sep 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
7c7a05
- Update to 3.6.0
7c7a05
7c7a05
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
7c7a05
- Update to 3.5.92
7c7a05
7c7a05
* Thu Sep  6 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.90-2
7c7a05
- Rebuild against new spice
7c7a05
7c7a05
* Wed Aug 22 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
7c7a05
- Update to 3.5.90
7c7a05
7c7a05
* Thu Aug 09 2012 Christophe Fergeau <cfergeau@redhat.com> - 3.5.2-3
7c7a05
- Rebuilt against new spice-gtk
7c7a05
7c7a05
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.2-2
7c7a05
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7c7a05
7c7a05
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
7c7a05
- Update to 3.5.2
7c7a05
7c7a05
* Sun May 06 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.1-1
7c7a05
- Update to 3.5.1
7c7a05
7c7a05
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
7c7a05
- Silence rpm scriptlet output
7c7a05
7c7a05
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
7c7a05
- Update to 3.4.1
7c7a05
- Dropped upstreamed translation patch
7c7a05
7c7a05
* Wed Mar 28 2012 Richard Hughes <rhughes@redhat.com> - 3.4.0-2
7c7a05
- Fix the build by fixing the Russian help translation.
7c7a05
7c7a05
* Tue Mar 27 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.4.0-1
7c7a05
- Update to 3.4.0
7c7a05
7c7a05
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
7c7a05
- Update to 3.3.92
7c7a05
7c7a05
* Fri Mar  9 2012 Ville Skyttä <ville.skytta@iki.fi> - 3.3.4-3
7c7a05
- Own %%{_datadir}/telepathy and %%{_datadir}/GConf dirs (#681636).
7c7a05
7c7a05
* Mon Feb 13 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-2
7c7a05
- Update the description to mention RDP and Spice
7c7a05
7c7a05
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
7c7a05
- Update to 3.3.4
7c7a05
7c7a05
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
7c7a05
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
7c7a05
7c7a05
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
7c7a05
- Update to 3.3.3
7c7a05
7c7a05
* Thu Nov 24 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.3.2-2
7c7a05
- Fix the spice plugin
7c7a05
7c7a05
* Tue Nov 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
7c7a05
- Update to 3.3.2
7c7a05
7c7a05
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1-1
7c7a05
- Update to 3.3.1
7c7a05
7c7a05
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
7c7a05
- Rebuilt for glibc bug#747377
7c7a05
7c7a05
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
7c7a05
- Update 3.2.1
7c7a05
7c7a05
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
7c7a05
- Update to 3.2.0
7c7a05
7c7a05
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
7c7a05
- Update to 3.1.92
7c7a05
7c7a05
* Tue Sep  6 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-1
7c7a05
- Update to 3.1.91
7c7a05
7c7a05
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90-1
7c7a05
- Update to 3.1.90
7c7a05
- Make the dbus dep archful
7c7a05
7c7a05
* Thu Aug 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.5-1
7c7a05
- Update to 3.1.5
7c7a05
7c7a05
* Wed Aug 03 2011 Adam Williamson <awilliam@redhat.com> - 3.1.4-2
7c7a05
- rebuild against updated spice
7c7a05
7c7a05
* Mon Jul 25 2011 Matthew Barnes <mbarnes@redhat.com> 3.1.4-1
7c7a05
- Update to 3.1.4
7c7a05
7c7a05
* Tue Jul 05 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
7c7a05
- Update to 3.1.3
7c7a05
7c7a05
* Mon Jun 20 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-3
7c7a05
- Fix vala sources compilation
7c7a05
7c7a05
* Wed Jun 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-2
7c7a05
- Fix the main notebook widget expansion
7c7a05
7c7a05
* Tue Jun 14 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-1
7c7a05
- Update to 3.1.2
7c7a05
- Removed -devel package
7c7a05
7c7a05
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.1-1
7c7a05
- Update to 3.1.1
7c7a05
7c7a05
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 3.0.1-3
7c7a05
- Update scriptlets
7c7a05
7c7a05
* Thu Apr 28 2011 Dan Horák <dan[at]danny.cz> - 3.0.1-2
7c7a05
- spice available only on x86
7c7a05
7c7a05
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
7c7a05
- Update to 3.0.1
7c7a05
7c7a05
* Tue Apr  5 2011 Christopher Aillon <caillon@redhat.com> - 3.0.0-2
7c7a05
- Kill off the remnants of GConf, this uses GSettings now.
7c7a05
- Bring back ssh support (by building against vte3 instead of vte)
7c7a05
7c7a05
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
7c7a05
- Update to 3.0.0
7c7a05
7c7a05
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.93-1
7c7a05
- Update to 2.91.93
7c7a05
7c7a05
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.92-1
7c7a05
- Update to 2.91.92
7c7a05
7c7a05
* Tue Mar  8 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.91-2
7c7a05
- Fix build
7c7a05
7c7a05
* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.91-1
7c7a05
- Update to 2.91.91
7c7a05
7c7a05
* Tue Mar  1 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.8-2
7c7a05
- Update to 2.91.8
7c7a05
- Build the spice plugin
7c7a05
7c7a05
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.7-1
7c7a05
- Update to 2.91.7
7c7a05
7c7a05
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.31.4-3
7c7a05
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7c7a05
7c7a05
* Thu Aug 19 2010 Matthias Clasen <mclasen@redhat.com> 2.31.4-2
7c7a05
- Disable the applet
7c7a05
- Build against gtk3
7c7a05
7c7a05
* Wed Jun 30 2010 Matthias Clasen <mclasen@redhat.com> 2.31.4-1
7c7a05
- Update to 2.31.4
7c7a05
7c7a05
* Sat Jun 19 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-2
7c7a05
- Reduce overlinking
7c7a05
7c7a05
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-1
7c7a05
- Update to 2.30.1
7c7a05
7c7a05
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
7c7a05
- Update to 2.30.0
7c7a05
- Modernize the icon cache handling
7c7a05
7c7a05
* Tue Mar  9 2010 Tomas Bzatek <tbzatek@redhat.com> 2.29.92-1
7c7a05
- Update to 2.29.92
7c7a05
7c7a05
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> 2.29.91-1
7c7a05
- Update to 2.29.91
7c7a05
7c7a05
* Wed Feb 10 2010 Bastien Nocera <bnocera@redhat.com> 2.29.90-1
7c7a05
- Update to 2.29.90
7c7a05
7c7a05
* Tue Jan 26 2010 Matthias Clasen <mclasen@redhat.com> 2.29.6-1
7c7a05
- Update to 2.29.6
7c7a05
7c7a05
* Mon Jan  4 2010 Matthias Clasen <mclasen@redhat.com> 2.29.1-2
7c7a05
- Don't crash when the history file is empty (#552076)
7c7a05
7c7a05
* Fri Dec  4 2009 Matthias Clasen <mclasen@redhat.com> 2.29.1-1
7c7a05
- 2.29.1
7c7a05
7c7a05
* Mon Oct 19 2009 Matthias Clasen <mclasen@redhat.com> 2.28.1-1
7c7a05
- Update to 2.28.1
7c7a05
7c7a05
* Wed Sep 23 2009 Matthias Clasen <mclasen@redhat.com> 2.28.0.1-1
7c7a05
- Update to 2.28.0.1
7c7a05
7c7a05
* Fri Sep 18 2009 Bastien Nocera <bnocera@redhat.com> 2.27.92-3
7c7a05
- Update mDNS patch
7c7a05
7c7a05
* Fri Sep 18 2009 Bastien Nocera <bnocera@redhat.com> 2.27.92-2
7c7a05
- Fix mDNS bookmarks activation
7c7a05
7c7a05
* Mon Sep  7 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.92-1
7c7a05
- Update to 2.27.92
7c7a05
7c7a05
* Sat Sep  5 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-3
7c7a05
- Fix warnings at startup (#521382)
7c7a05
7c7a05
* Thu Sep  3 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-2
7c7a05
- Make ids unique
7c7a05
7c7a05
* Tue Aug 25 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-1
7c7a05
- Update to 2.27.91
7c7a05
7c7a05
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-1
7c7a05
- 2.27.90
7c7a05
7c7a05
* Tue Aug 04 2009 Bastien Nocera <bnocera@redhat.com> 2.27.5-2
7c7a05
- Fix pkg-config requires
7c7a05
7c7a05
* Tue Jul 28 2009 Matthisa Clasen <mclasen@redhat.com> - 2.27.5-1
7c7a05
- Update to 2.27.5
7c7a05
- Split off a -devel package
7c7a05
7c7a05
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.1-2
7c7a05
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7c7a05
7c7a05
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
7c7a05
- Update to 2.26.1
7c7a05
- See http://download.gnome.org/sources/vinagre/2.26/vinagre-2.26.1.news
7c7a05
7c7a05
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
7c7a05
- Update to 2.26.0
7c7a05
7c7a05
* Mon Mar  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.92-1
7c7a05
- Update to 2.25.92
7c7a05
7c7a05
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
7c7a05
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
7c7a05
7c7a05
* Wed Feb 18 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.91-1
7c7a05
- Update to 2.25.91
7c7a05
7c7a05
* Tue Feb  3 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.90-1
7c7a05
- Update to 2.25.90
7c7a05
7c7a05
* Fri Jan 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.5-1
7c7a05
- Update to 2.25.5
7c7a05
7c7a05
* Tue Jan  6 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.4-1
7c7a05
- Update to 2.25.4
7c7a05
7c7a05
* Wed Dec 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.3-1
7c7a05
- Update to 2.25.3
7c7a05
7c7a05
* Sat Nov 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-2
7c7a05
- Better URL
7c7a05
- Tweak %%description
7c7a05
7c7a05
* Mon Oct 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
7c7a05
- Update to 2.24.1
7c7a05
7c7a05
* Thu Oct  9 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
7c7a05
- Save some space
7c7a05
7c7a05
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
7c7a05
- Update to 2.24.0
7c7a05
7c7a05
* Mon Sep  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
7c7a05
- Update to 2.23.92
7c7a05
7c7a05
* Tue Sep  2 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
7c7a05
- Update to 2.23.91
7c7a05
7c7a05
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-1
7c7a05
- Update to 2.23.90
7c7a05
7c7a05
* Wed Jun 25 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.4-2
7c7a05
- Rebuild
7c7a05
7c7a05
* Tue Jun 17 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.4-1
7c7a05
- Update to 2.23.4
7c7a05
- Fix URL (#451746)
7c7a05
7c7a05
* Wed Jun  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3.1-1
7c7a05
- Update to 2.23.3.1
7c7a05
7c7a05
* Fri Apr 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1
7c7a05
- Update to 2.23.1
7c7a05
7c7a05
* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> - 0.5.1-1
7c7a05
- Update to 0.5.1
7c7a05
7c7a05
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 0.5.0-1
7c7a05
- Update to 0.5.0
7c7a05
7c7a05
* Mon Feb 25 2008 Matthias Clasen <mclasen@redhat.com> - 0.4.92-1
7c7a05
- Update to 0.4.92
7c7a05
7c7a05
* Mon Feb 18 2008 Matthias Clasen <mclasen@redhat.com> - 0.4.91-2
7c7a05
- Spec file fixes
7c7a05
7c7a05
* Tue Feb 12 2008 Matthias Clasen <mclasen@redhat.com> - 0.4.91-1
7c7a05
- Update to 0.4.91
7c7a05
7c7a05
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 0.4.90-1
7c7a05
- Update to 0.4.90
7c7a05
7c7a05
* Thu Dec 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.4-1
7c7a05
- Update to 0.4 and drop obsolete patches
7c7a05
7c7a05
* Fri Nov 23 2007 - Bastien Nocera <bnocera@redhat.com> - 0.3-3
7c7a05
- Fix crasher when passing broken options on the command-line (#394671)
7c7a05
7c7a05
* Thu Oct 25 2007 - Bastien Nocera <bnocera@redhat.com> - 0.3-2
7c7a05
- Fix crasher when setting a favourite with no password (#352371)
7c7a05
7c7a05
* Mon Sep 24 2007 - Bastien Nocera <bnocera@redhat.com> - 0.3-1
7c7a05
- Update to 0.3
7c7a05
7c7a05
* Wed Aug 22 2007 - Bastien Nocera <bnocera@redhat.com> - 0.2-1
7c7a05
- First version
7c7a05
- Fix plenty of comments from Ray Strode as per review
7c7a05
- Have work-around for BZ #253734
7c7a05