rpms/Terminal/F-11 .cvsignore, 1.10, 1.11 Terminal.spec, 1.27, 1.28 sources, 1.10, 1.11

Christoph Wickert cwickert at fedoraproject.org
Tue Oct 6 22:06:18 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/Terminal/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25040/F-11

Modified Files:
	.cvsignore Terminal.spec sources 
Log Message:
* Tue Oct 06 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.2-1
- Update to 0.4.2
- Update icon cache scriptlets



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/Terminal/F-11/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	1 Oct 2009 22:46:50 -0000	1.10
+++ .cvsignore	6 Oct 2009 22:06:17 -0000	1.11
@@ -1 +1 @@
-Terminal-0.4.1.tar.bz2
+Terminal-0.4.2.tar.bz2


Index: Terminal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/Terminal/F-11/Terminal.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- Terminal.spec	1 Oct 2009 22:46:50 -0000	1.27
+++ Terminal.spec	6 Oct 2009 22:06:18 -0000	1.28
@@ -1,6 +1,6 @@
 Summary: X Terminal Emulator
 Name: Terminal
-Version: 0.4.1
+Version: 0.4.2
 Release: 1%{?dist}
 License: GPLv2+
 URL: http://www.xfce.org/projects/terminal/
@@ -41,17 +41,17 @@ desktop-file-install                    
 rm -rf $RPM_BUILD_ROOT
 
 %post
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
-  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
 %postun
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
-  %{_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
 
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc README ChangeLog NEWS COPYING AUTHORS HACKING THANKS
@@ -68,6 +68,10 @@ fi
 %{_libexecdir}/TerminalHelp
 
 %changelog
+* Tue Oct 06 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.2-1
+- Update to 0.4.2
+- Update icon cache scriptlets
+
 * Thu Oct 01 2009 Kevin Fenzi <kevin at tummy.com> - 0.4.1-1
 - Update to 0.4.1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/Terminal/F-11/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	1 Oct 2009 22:46:50 -0000	1.10
+++ sources	6 Oct 2009 22:06:18 -0000	1.11
@@ -1 +1 @@
-28380b421e414c8c25203e0ec3749922  Terminal-0.4.1.tar.bz2
+9754afef6b79fa1df9aaf41fb8cc6374  Terminal-0.4.2.tar.bz2




More information about the fedora-extras-commits mailing list