[libXrandr] Require libX11 1.6RC2 for _XEatDataWords

Peter Hutterer whot at fedoraproject.org
Mon May 27 05:38:51 UTC 2013


commit f8cb1c9a49e5015e83c3a7b3c754e43fd91569ab
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon May 27 15:34:16 2013 +1000

    Require libX11 1.6RC2 for _XEatDataWords

 libXrandr.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/libXrandr.spec b/libXrandr.spec
index 0e74ddb..89889fa 100644
--- a/libXrandr.spec
+++ b/libXrandr.spec
@@ -5,7 +5,7 @@
 Summary: X.Org X11 libXrandr runtime library
 Name: libXrandr
 Version: 1.4.0
-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
@@ -19,12 +19,15 @@ Source2:    commitid
 Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
 %endif
 
+Requires: libX11 >= 1.5.99.902
+
 BuildRequires: xorg-x11-util-macros
 BuildRequires: autoconf automake libtool
 BuildRequires: xorg-x11-proto-devel
 BuildRequires: pkgconfig(randrproto) >= 1.3.0
 BuildRequires: pkgconfig(xrender)
 BuildRequires: pkgconfig(xext)
+BuildRequires: pkgconfig(x11) >= 1.5.99.902
 
 %description
 X.Org X11 libXrandr runtime library
@@ -73,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon May 27 2013 Peter Hutterer <peter.hutterer at redhat.com> - 1.4.0-5.20130524gitc90f74497
+- Require libX11 1.6RC2 for _XEatDataWords
+
 * Fri May 24 2013 Peter Hutterer <peter.hutterer at redhat.com> 1.4.0-4.20130524gitc90f74497
 - Update to git snapshot to fix CVEs listed below:
 - CVE-2013-1986


More information about the scm-commits mailing list