[libXt] Require libX11 1.6RC2 for _XEatDataWords

Peter Hutterer whot at fedoraproject.org
Mon May 27 05:00:50 UTC 2013


commit 1afd5abe66096b00225af357373a64426f041a7f
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon May 27 15:00:30 2013 +1000

    Require libX11 1.6RC2 for _XEatDataWords

 libXt.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/libXt.spec b/libXt.spec
index 8ad91e8..674f785 100644
--- a/libXt.spec
+++ b/libXt.spec
@@ -5,7 +5,7 @@
 Summary: X.Org X11 libXt runtime library
 Name: libXt
 Version: 1.1.3
-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: xorg-x11-util-macros
 BuildRequires: autoconf automake libtool
 BuildRequires: pkgconfig(xproto) pkgconfig(x11) pkgconfig(sm)
+BUildRequires: libX11-devel >= 1.5.99.902
 
 %description
 X.Org X11 libXt runtime library
@@ -106,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon May 27 2013 Peter Hutterer <peter.hutterer at redhat.com> - 1.1.3-5.20130524git1f4802b74
+- Require libX11 1.6RC2 for _XEatDataWords
+
 * Fri May 24 2013 Peter Hutterer <peter.hutterer at redhat.com> 1.1.3-4.20130524git1f4802b74
 - Update to git snapshot to fix CVEs listed below:
 - CVE-2013-2002


More information about the scm-commits mailing list