rpms/gtk2/F-10 gtk2.spec,1.347,1.348

Matthias Clasen mclasen at fedoraproject.org
Tue May 26 21:06:15 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/gtk2/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5947

Modified Files:
	gtk2.spec 
Log Message:
update immodules file in %postun



Index: gtk2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtk2/F-10/gtk2.spec,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -p -r1.347 -r1.348
--- gtk2.spec	24 Feb 2009 15:56:01 -0000	1.347
+++ gtk2.spec	26 May 2009 21:05:45 -0000	1.348
@@ -16,7 +16,7 @@
 Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
 Name: gtk2
 Version: %{base_version}
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 Source: http://download.gnome.org/sources/gtk+/2.14/gtk+-%{version}.tar.bz2
@@ -260,6 +260,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %postun
 /sbin/ldconfig
+if [ $1 -gt 0 ]; then
+  /usr/bin/update-gdk-pixbuf-loaders %{_host}
+  /usr/bin/update-gtk-immodules %{_host}
+fi
 
 %files -f gtk20.lang
 %defattr(-, root, root)
@@ -304,6 +308,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-2.0
 
 %changelog
+* Tue May 26 2009 Matthias Clasen <mclasen at redhat.com> - 2.14.7-8
+- Update the immodules files in %%postun (#502420)
+
 * Fri Feb 13 2009 Matthias Clasen  <mclasen at redhat.com> - 2.14.7-7
 - Register randr events, so that we actually pick up screen size changes
 




More information about the scm-commits mailing list