diff --git a/.gitignore b/.gitignore index 9ad6194..7a4f7fe 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,6 @@ vino-2.31.4.tar.bz2 /vino-3.3.1.tar.xz /vino-3.3.3.tar.xz /vino-3.3.92.tar.xz +/vino-3.4.0.tar.xz +/vino-3.4.1.tar.xz +/vino-3.4.2.tar.xz diff --git a/sources b/sources index aa1c1a0..8d2ec43 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e6919bf1ffdbf2f41d9908ed685e67eb vino-3.3.92.tar.xz +d397ec56c9a819b5893a5eae4f66b55d vino-3.4.2.tar.xz diff --git a/vino.spec b/vino.spec index 161beb9..b14ea15 100644 --- a/vino.spec +++ b/vino.spec @@ -4,11 +4,11 @@ Summary: A remote desktop system for GNOME Name: vino -Version: 3.3.92 -Release: 1%{?dist} +Version: 3.4.2 +Release: 2%{?dist} URL: http://www.gnome.org #VCS: git:git://git.gnome.org/vino -Source0: http://download.gnome.org/sources/vino/3.3/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/vino/3.4/%{name}-%{version}.tar.xz License: GPLv2+ Group: User Interface/Desktops @@ -57,7 +57,7 @@ make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT -desktop-file-install --vendor gnome --delete-original \ +desktop-file-install --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-only-show-in GNOME \ $RPM_BUILD_ROOT%{_datadir}/applications/vino-preferences.desktop @@ -74,12 +74,12 @@ touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : if [ $1 -eq 0 ]; then touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - glib-compile-schemas %{_datadir}/glib-2.0/schemas || : + glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : fi %posttrans gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -glib-compile-schemas %{_datadir}/glib-2.0/schemas || : +glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %files -f %{name}.lang @@ -96,6 +96,22 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || : %{_datadir}/GConf/gsettings/org.gnome.Vino.convert %changelog +* Sun Dec 2 2012 Matthias Clasen - 3.4.2-2 +- Don't add a vendor prefix to the desktop file, that breaks + activating the preferences from the statusicon (#827913) + +* Mon May 14 2012 Richard Hughes - 3.4.2-1 +- Update to 3.4.2 + +* Tue Apr 24 2012 Kalev Lember - 3.4.1-2 +- Silence rpm scriptlet output + +* Tue Apr 17 2012 Kalev Lember - 3.4.1-1 +- Update to 3.4.1 + +* Tue Mar 27 2012 Debarshi Ray - 3.4.0-1 +- Update to 3.4.0 + * Wed Mar 21 2012 Kalev Lember - 3.3.92-1 - Update to 3.3.92 - Don't BR unique-devel; vino doesn't use libunique any more