[libXv] Require libX11 1.6RC2 for _XEatDataWords

Peter Hutterer whot at fedoraproject.org
Mon May 27 05:36:23 UTC 2013


commit ba2afcfc0345dec29064f24c30eac8e30b7b49d1
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon May 27 15:31:28 2013 +1000

    Require libX11 1.6RC2 for _XEatDataWords

 libXv.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/libXv.spec b/libXv.spec
index a7f7de2..a6d4acf 100644
--- a/libXv.spec
+++ b/libXv.spec
@@ -5,7 +5,7 @@
 Summary: X.Org X11 libXv runtime library
 Name:    libXv
 Version: 1.0.7
-Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
+Release: 6%{?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(videoproto) pkgconfig(xext)
+BuildRequires: libX11-devel >= 1.5.99.902
 
 %description
 X.Org X11 libXv runtime library
@@ -71,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon May 27 2013 Peter Hutterer <peter.hutterer at redhat.com> - 1.0.7-6.20130524git50fc4cb18
+- Require libX11 1.6RC2 for _XEatDataWords
+
 * Fri May 24 2013 Peter Hutterer <peter.hutterer at redhat.com> 1.0.7-5.20130524git50fc4cb18
 - Update to git snapshot to fix the CVEs listed below:
 - CVE-2013-1989


More information about the scm-commits mailing list