rpms/gdm/devel gdm.spec,1.57,1.58

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Mar 25 14:52:03 UTC 2005


Update of /cvs/dist/rpms/gdm/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8436

Modified Files:
	gdm.spec 
Log Message:
* Fri Mar 25 2005 Christopher Aillon <caillon at redhat.com> 1:2.6.0.7-6
- Update the GTK+ theme icon cache on (un)install



Index: gdm.spec
===================================================================
RCS file: /cvs/dist/rpms/gdm/devel/gdm.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- gdm.spec	11 Mar 2005 04:07:13 -0000	1.57
+++ gdm.spec	25 Mar 2005 14:52:01 -0000	1.58
@@ -1,5 +1,5 @@
 %define pango_version 1.2.0
-%define gtk2_version 2.2.0
+%define gtk2_version 2.6.0
 %define libglade2_version 2.0.0
 %define libgnomeui_version 2.2.0
 %define libgnomecanvas_version 2.0.0
@@ -16,7 +16,7 @@
 Summary: The GNOME Display Manager.
 Name: gdm
 Version: 2.6.0.7
-Release: 5
+Release: 6
 Epoch: 1
 License: LGPL/GPL
 Group: User Interface/X
@@ -186,6 +186,10 @@
 %post
 /sbin/ldconfig
 scrollkeeper-update
+touch --no-create %{_datadir}/icons/hicolor
+if [-x /usr/bin/gtk-update-icon-cache ]; then
+  gtk-update-icon-cache %{_datadir}/icons/hicolor
+fi
 
 # Attempt to restart GDM softly by use of the fifo.  Wont work on older
 # then 2.2.3.1 versions but should work nicely on later upgrades.
@@ -209,6 +213,10 @@
 %postun
 /sbin/ldconfig
 scrollkeeper-update
+touch --no-create %{_datadir}/icons/hicolor
+if [-x /usr/bin/gtk-update-icon-cache ]; then
+  gtk-update-icon-cache %{_datadir}/icons/hicolor
+fi
 
 %files -f gdm.lang
 %defattr(-, root, root)
@@ -252,6 +260,9 @@
 %attr(1770, root, gdm) %dir %{_localstatedir}/gdm
 
 %changelog
+* Fri Mar 25 2005 Christopher Aillon <caillon at redhat.com> 1:2.6.0.7-6
+- Update the GTK+ theme icon cache on (un)install
+
 * Fri Mar 11 2005 Alexandre Oliva <aoliva at redhat.com> 1:2.6.0.7-5
 - fix patch for bug 149899 (fixes bug 150745)
 




More information about the fedora-cvs-commits mailing list