rpms/eog/devel .cvsignore, 1.45, 1.46 eog.spec, 1.77, 1.78 sources, 1.45, 1.46

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Sun May 20 00:22:38 UTC 2007


Author: mclasen

Update of /cvs/pkgs/rpms/eog/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6476

Modified Files:
	.cvsignore eog.spec sources 
Log Message:
2.19.2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/eog/devel/.cvsignore,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- .cvsignore	13 Mar 2007 04:00:12 -0000	1.45
+++ .cvsignore	20 May 2007 00:22:04 -0000	1.46
@@ -1 +1 @@
-eog-2.18.0.1.tar.bz2
+eog-2.19.2.tar.bz2


Index: eog.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eog/devel/eog.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- eog.spec	1 Apr 2007 14:47:10 -0000	1.77
+++ eog.spec	20 May 2007 00:22:04 -0000	1.78
@@ -14,10 +14,10 @@
 
 Summary: Eye of GNOME image viewer
 Name:    eog
-Version: 2.18.0.1
-Release: 2%{?dist}
+Version: 2.19.2
+Release: 1%{?dist}
 URL: http://www.gnome.org
-Source: http://ftp.gnome.org/pub/gnome/sources/eog/2.17/%{name}-%{version}.tar.bz2
+Source: http://download.gnome.org/sources/eog/2.19/%{name}-%{version}.tar.bz2
 Patch0: eog-2.18.0.1-svgz.patch
 License: GPL 
 Group: User Interface/Desktops
@@ -83,7 +83,7 @@
 # grr, --disable-scrollkeeper seems broken
 rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
 
-rm -rf $RPM_BUILD_ROOT/usr/share/icons/hicolor/icon-theme.cache
+rm $RPM_BUILD_ROOT/usr/share/icons/hicolor/icon-theme.cache
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -93,6 +93,10 @@
 scrollkeeper-update -q
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/eog.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
 
 %pre
 if [ "$1" -gt 1 ]; then
@@ -109,6 +113,10 @@
 %postun
 update-desktop-database -q
 scrollkeeper-update -q
+touch %{_datadir}/icons/hicolor
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
+fi
 
 %files -f %{name}.lang
 %defattr(-,root,root)
@@ -124,7 +132,11 @@
 %{_sysconfdir}/gconf/schemas/*.schemas
 
 %changelog
-* Sun Apr  1 2007 Matthias Clasen <mclasen at redhat.com> - 2.18.0.1-2
+* Sat May 19 2007 Matthias Clasen <mclasen at redhat.com> - 2.19.2-1
+- Update to 2.19.2
+- Small spec fixes
+
+* Sun Apr  1 200 Matthias Clasen <mclasen at redhat.com> - 2.18.0.1-27
 - Fix a problem with the svgz patch
 
 * Tue Mar 13 2007 Matthias Clasen <mclasen at redhat.com> - 2.18.0.1-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eog/devel/sources,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- sources	13 Mar 2007 04:00:12 -0000	1.45
+++ sources	20 May 2007 00:22:04 -0000	1.46
@@ -1 +1 @@
-32f4cd4cd3108522eccf0b8fd85c8bbd  eog-2.18.0.1.tar.bz2
+ad498781a33bb4ff96e3c5146b688a7d  eog-2.19.2.tar.bz2




More information about the fedora-extras-commits mailing list