rpms/openbox/devel openbox.spec,1.41,1.42

Luke Macken lmacken at fedoraproject.org
Mon Jul 20 20:56:07 UTC 2009


Author: lmacken

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

Modified Files:
	openbox.spec 
Log Message:
Require the gnome-menu package to get our xdg-menu dynamic pipe menu to work out of the box.




Index: openbox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openbox/devel/openbox.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- openbox.spec	26 Feb 2009 08:22:07 -0000	1.41
+++ openbox.spec	20 Jul 2009 20:55:37 -0000	1.42
@@ -1,6 +1,6 @@
 Name:		openbox
 Version:	3.4.7.2
-Release:	8%{?dist}
+Release:	9%{?dist}
 Summary:	A highly configurable and standards-compliant X11 window manager
 
 Group:		User Interface/Desktops
@@ -21,6 +21,9 @@ BuildRoot:	%{_tmppath}/%{name}-%{version
 
 Requires:	%{name}-libs = %{version}-%{release}
 
+# The xdg-menu dynamic pipe menu requires the gmenu Python module
+Requires:	gnome-menus
+
 BuildRequires:	gettext
 BuildRequires:	desktop-file-utils
 BuildRequires:	pango-devel
@@ -143,6 +146,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jul 20 2009 Luke Macken <lmacken at redhat.com> - 3.4.7.2-8
+- Require the gnome-menus package to get our xdg-menu dynamic pipe menu
+  to work out of the box.
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4.7.2-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list