rpms/ristretto/F-10 .cvsignore, 1.3, 1.4 ristretto.spec, 1.3, 1.4 sources, 1.3, 1.4

Christoph Wickert cwickert at fedoraproject.org
Fri May 15 19:29:02 UTC 2009


Author: cwickert

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

Modified Files:
	.cvsignore ristretto.spec sources 
Log Message:
* Fri May 15 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.0.22-1
- Update to 0.0.22



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ristretto/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	27 Nov 2008 21:34:35 -0000	1.3
+++ .cvsignore	15 May 2009 19:28:32 -0000	1.4
@@ -1 +1 @@
-ristretto-0.0.21.tar.gz
+ristretto-0.0.22.tar.gz


Index: ristretto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ristretto/F-10/ristretto.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- ristretto.spec	27 Nov 2008 21:34:35 -0000	1.3
+++ ristretto.spec	15 May 2009 19:28:32 -0000	1.4
@@ -1,5 +1,5 @@
 Name:           ristretto
-Version:        0.0.21
+Version:        0.0.22
 Release:        1%{?dist}
 Summary:        Image-viewer for the Xfce desktop environment
 Summary(de):    Bildbetrachter für die Xfce Desktop-Umgebung
@@ -49,20 +49,23 @@ desktop-file-install --vendor fedora    
         ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
 %post
-update-desktop-database &> /dev/null ||:
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %postun
-update-desktop-database &> /dev/null ||:
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ $1 -eq 0 ] ; then
+    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %files -f %{name}.lang
@@ -75,6 +78,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri May 15 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.0.22-1
+- Update to 0.0.22
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.21-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Thu Nov 27 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.0.21-1
 - Update to 0.0.21
 - Remove marshaller fix, included upstream now


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ristretto/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	27 Nov 2008 21:34:35 -0000	1.3
+++ sources	15 May 2009 19:28:32 -0000	1.4
@@ -1 +1 @@
-7774dcafdc365e70b8d981c0a52d6250  ristretto-0.0.21.tar.gz
+978ae19472c5a0b7d4b6622a68234a67  ristretto-0.0.22.tar.gz




More information about the scm-commits mailing list