rpms/f-spot/devel f-spot.spec,1.88,1.89

chkr chkr at fedoraproject.org
Sun Aug 9 15:08:54 UTC 2009


Author: chkr

Update of /cvs/pkgs/rpms/f-spot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3510

Modified Files:
	f-spot.spec 
Log Message:
* Sun Aug 09 2009 Christian Krause <chkr at fedoraproject.org> - 0.6.0.0-2
- Fix Icon Cache script in %post section



Index: f-spot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/f-spot/devel/f-spot.spec,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -p -r1.88 -r1.89
--- f-spot.spec	9 Aug 2009 14:43:23 -0000	1.88
+++ f-spot.spec	9 Aug 2009 15:08:54 -0000	1.89
@@ -1,6 +1,6 @@
 Name:           f-spot
 Version:        0.6.0.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Photo management application
 
 Group:          Applications/Multimedia
@@ -91,10 +91,6 @@ rm -rf $RPM_BUILD_ROOT
 update-desktop-database &> /dev/null ||:
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
-
 %postun
 update-desktop-database &> /dev/null ||:
 if [ $1 -eq 0 ] ; then
@@ -121,6 +117,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_datadir}/omf/f-spot/
 
 %changelog
+* Sun Aug 09 2009 Christian Krause <chkr at fedoraproject.org> - 0.6.0.0-2
+- Fix Icon Cache script in %%post section
+
 * Sun Aug 09 2009 Christian Krause <chkr at fedoraproject.org> - 0.6.0.0-1
 - Update to new upstream version 0.6.0.0
 - Cleanup spec file




More information about the scm-commits mailing list