[libdmx] Require libX11 1.6RC2 for _XEatDataWords

Peter Hutterer whot at fedoraproject.org
Mon May 27 05:17:43 UTC 2013


commit 154ec493fd8e1e81dc868dc9c81c4656d22a1779
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon May 27 15:11:40 2013 +1000

    Require libX11 1.6RC2 for _XEatDataWords

 libdmx.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/libdmx.spec b/libdmx.spec
index c1522db..83721e2 100644
--- a/libdmx.spec
+++ b/libdmx.spec
@@ -5,7 +5,7 @@
 Summary: X.Org X11 DMX runtime library
 Name: libdmx
 Version: 1.1.2
-Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
+Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.x.org
@@ -18,9 +18,12 @@ Source2:    commitid
 Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
 %endif
 
+Requires: libX11 >= 1.5.99.902
+
 BuildRequires: pkgconfig(xext)
 BuildRequires: autoconf automake libtool
 BuildRequires: xorg-x11-util-macros
+BuildRequires: libX11-devel >= 1.5.99.902
 
 %description
 The X.Org X11 DMX (Distributed Multihead X) runtime library.
@@ -69,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/X11/extensions/dmxext.h
 
 %changelog
+* Mon May 27 2013 Peter Hutterer <peter.hutterer at redhat.com> - 1.1.2-5.20130524git5074d9d64
+- Require libX11 1.6RC2 for _XEatDataWords
+
 * Fri May 24 2013 Peter Hutterer <peter.hutterer at redhat.com> 1.1.2-4.20130524git5074d9d64
 - Update to git snapshot for CVEs listed below:
 - CVE-2013-1992


More information about the scm-commits mailing list