From ed2645ba896b95e35140b2a91b5b967908da17ec Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 27 May 2013 15:07:59 +1000 Subject: [PATCH] Require libX11 1.6RC2 for _XEatDataWords --- libXcursor.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libXcursor.spec b/libXcursor.spec index d526fd3..db267c3 100644 --- a/libXcursor.spec +++ b/libXcursor.spec @@ -5,7 +5,7 @@ Summary: Cursor management library Name: libXcursor Version: 1.1.13 -Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 7%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -20,10 +20,12 @@ Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.t Source1: index.theme Source4: index.theme.rhel +Requires: libX11 >= 1.5.99.902 + BuildRequires: autoconf automake libtool BuildRequires: xorg-x11-util-macros BuildRequires: xorg-x11-proto-devel -BuildRequires: libX11-devel +BuildRequires: libX11-devel >= 1.5.99.902 BuildRequires: libXfixes-devel BuildRequires: libXrender-devel >= 0.8.2 BuildRequires: autoconf automake libtool pkgconfig @@ -102,6 +104,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xcursor*.3* %changelog +* Mon May 27 2013 Peter Hutterer - 1.1.13-7.20130524git8f677eaea +- Require libX11 1.6RC2 for _XEatDataWords + * Fri May 24 2013 Adam Jackson 1.1.13-6 - Fix cursor theme in RHEL