rpms/xfwm4/devel .cvsignore, 1.10, 1.11 sources, 1.10, 1.11 xfwm4.spec, 1.25, 1.26

Christoph Wickert cwickert at fedoraproject.org
Mon Oct 27 21:00:19 UTC 2008


Author: cwickert

Update of /cvs/pkgs/rpms/xfwm4/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17412

Modified Files:
	.cvsignore sources xfwm4.spec 
Log Message:
* Mon Oct 27 2008 Christoph Wickert <cwickert at fedoraproject.org> - 4.4.3-1
- Update to 4.4.3
- Update gtk-update-icon-cache scriptlets



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xfwm4/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	3 Dec 2007 06:19:42 -0000	1.10
+++ .cvsignore	27 Oct 2008 20:59:49 -0000	1.11
@@ -1 +1 @@
-xfwm4-4.4.2.tar.bz2
+xfwm4-4.4.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xfwm4/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	3 Dec 2007 06:19:42 -0000	1.10
+++ sources	27 Oct 2008 20:59:49 -0000	1.11
@@ -1 +1 @@
-21da77e50b07e72bba784bf3418ca067  xfwm4-4.4.2.tar.bz2
+d15089f06187c029aee4cb87f75c302d  xfwm4-4.4.3.tar.bz2


Index: xfwm4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfwm4/devel/xfwm4.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- xfwm4.spec	20 Jul 2008 00:37:49 -0000	1.25
+++ xfwm4.spec	27 Oct 2008 20:59:49 -0000	1.26
@@ -1,7 +1,7 @@
 Summary: Next generation window manager for Xfce
 Name: xfwm4
-Version: 4.4.2
-Release: 4%{?dist}
+Version: 4.4.3
+Release: 1%{?dist}
 License: GPLv2+
 URL: http://www.xfce.org/
 Source0: http://www.xfce.org/archive/xfce-4.4.2/src/xfwm4-4.4.2.tar.bz2
@@ -50,12 +50,16 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
+  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 
 %postun
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
+  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
@@ -71,10 +75,14 @@
 %{_datadir}/themes
 
 %changelog
-* Sun Jul 20 2008 Christoph Wickert <fedora christoph-wickert.de> - 4.4.2-4
+* Mon Oct 27 2008 Christoph Wickert <cwickert at fedoraproject.org> - 4.4.3-1
+- Update to 4.4.3
+- Update gtk-update-icon-cache scriptlets
+
+* Sun Jul 20 2008 Christoph Wickert <cwickert at fedoraproject.org> - 4.4.2-4
 - Really switch to Nodoka theme
 
-* Wed Apr 23 2008 Christoph Wickert <fedora at christoph-wickert.de> - 4.4.2-3
+* Wed Apr 23 2008 Christoph Wickert <cwickert at fedoraproject.org> - 4.4.2-3
 - Switch to Nodoka theme by default
 - disable-static instead of removing *.a files
 




More information about the scm-commits mailing list