rpms/fluxbox/devel fluxbox-menu.patch, 1.1, 1.2 fluxbox.spec, 1.17, 1.18

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Mon Apr 3 12:05:39 UTC 2006


Author: awjb

Update of /cvs/extras/rpms/fluxbox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11920/devel

Modified Files:
	fluxbox-menu.patch fluxbox.spec 
Log Message:
- fix #187734


fluxbox-menu.patch:

Index: fluxbox-menu.patch
===================================================================
RCS file: /cvs/extras/rpms/fluxbox/devel/fluxbox-menu.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fluxbox-menu.patch	2 Mar 2006 22:57:50 -0000	1.1
+++ fluxbox-menu.patch	3 Apr 2006 12:05:39 -0000	1.2
@@ -5,7 +5,7 @@
  # idesk &
  
 +if [ -x /usr/bin/fluxbox-xdg-menu.py ]; then
-+ /usr/bin/fluxbox-generate_menu --with-icons &
++ /usr/bin/fluxbox-xdg-menu.py --with-icons &
 +fi
 +
  # And last but not least we start fluxbox.


Index: fluxbox.spec
===================================================================
RCS file: /cvs/extras/rpms/fluxbox/devel/fluxbox.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- fluxbox.spec	19 Mar 2006 23:31:09 -0000	1.17
+++ fluxbox.spec	3 Apr 2006 12:05:39 -0000	1.18
@@ -1,6 +1,6 @@
 Name:           fluxbox
 Version:        0.9.15
-Release:        1%{?dist}
+Release:        2%{?dist}
 
 Summary:	Window Manager based on Blackbox
 
@@ -78,6 +78,10 @@
 %{_datadir}/xsessions/fluxbox.desktop
 
 %changelog
+* Mon Apr 03 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.9.15-2
+- fix #187734
+
 * Sun Mar 19 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 0.9.15-1
 - version upgrade




More information about the scm-commits mailing list