diff --git a/sources b/sources index b4b6c79..7a9f7cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -59a3cb787e57affdbccd029f2c649fac vinagre-2.29.92.tar.bz2 +78c5e1899f65ecff6cca6ee7a2afa4c5 vinagre-2.30.0.tar.bz2 diff --git a/vinagre.spec b/vinagre.spec index 18a8be2..6cfda80 100644 --- a/vinagre.spec +++ b/vinagre.spec @@ -1,14 +1,13 @@ Name: vinagre -Version: 2.29.92 +Version: 2.30.0 Release: 1%{?dist} Summary: VNC client for GNOME Group: Applications/System License: GPLv2+ URL: http://projects.gnome.org/vinagre/ -Source0: http://download.gnome.org/sources/vinagre/2.29/%{name}-%{version}.tar.bz2 - -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +#VCS: git:git://git.gnome.org/vinagre +Source0: http://download.gnome.org/sources/vinagre/2.30/%{name}-%{version}.tar.bz2 BuildRequires: gtk-vnc-devel >= 0.3.10 BuildRequires: glib2-devel >= 2.17.0 @@ -103,10 +102,7 @@ rm -rf $RPM_BUILD_ROOT update-desktop-database -q export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/vinagre.schemas > /dev/null || : -touch %{_datadir}/icons/hicolor -if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor -fi +touch %{_datadir}/icons/hicolor >&/dev/null || : %pre @@ -124,11 +120,12 @@ fi %postun update-desktop-database -q update-mime-database %{_datadir}/mime >/dev/null -touch %{_datadir}/icons/hicolor -if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor +if [ $1 -eq 0 ]; then + gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : fi +%posttrans +gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : %files -f vinagre.lang %defattr(-,root,root,-) @@ -160,6 +157,10 @@ fi %changelog +* Mon Mar 29 2010 Matthias Clasen 2.30.0-1 +- Update to 2.30.0 +- Modernize the icon cache handling + * Tue Mar 9 2010 Tomas Bzatek 2.29.92-1 - Update to 2.29.92