rpms/xbindkeys/devel xbindkeys.spec,1.7,1.8

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Wed Feb 22 08:11:25 UTC 2006


Author: abompard

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

Modified Files:
	xbindkeys.spec 
Log Message:
fix for modular X


Index: xbindkeys.spec
===================================================================
RCS file: /cvs/extras/rpms/xbindkeys/devel/xbindkeys.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xbindkeys.spec	21 Feb 2006 19:27:29 -0000	1.7
+++ xbindkeys.spec	22 Feb 2006 08:11:25 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           xbindkeys
 Version:        1.7.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 
 Summary:        Binds keys or mouse buttons to shell commands under X.
 License:        GPL
@@ -9,7 +9,7 @@
 URL:            http://hocwp.free.fr/xbindkeys/xbindkeys.html
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  guile-devel
-BuildRequires:  xorg-x11-proto-devel
+BuildRequires:  libX11-devel
 Requires:       tk
 
 %description
@@ -39,6 +39,9 @@
 %attr(0644, root, root) %{_mandir}/man?/*
 
 %changelog
+* Wed Feb 22 2006 Aurelien Bompard <gauret[AT]free.fr> 1.7.2-4
+- fix dependencies for modular Xorg
+
 * Tue Feb 21 2006 Aurelien Bompard <gauret[AT]free.fr> 1.7.2-3
 - rebuild for FC5
 




More information about the scm-commits mailing list