From d2093f5c5cbf858b22e23fbd54e9c4413da06f37 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 3 Oct 2006 16:10:06 +0000 Subject: [PATCH] - Force xorg-x11-proto-devel on >= 7.1-10 (for LBX headers), and rebuild. --- libXext.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libXext.spec b/libXext.spec index d2a1326..a069142 100644 --- a/libXext.spec +++ b/libXext.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXext runtime library Name: libXext Version: 1.0.1 -Release: 2.1 +Release: 3 License: MIT/X11 Group: System Environment/Libraries URL: http://www.x.org @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 BuildRequires: pkgconfig -BuildRequires: xorg-x11-proto-devel +BuildRequires: xorg-x11-proto-devel >= 7.1-10 BuildRequires: libX11-devel BuildRequires: libXau-devel @@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3x* %changelog +* Tue Oct 3 2006 Adam Jackson 1.0.1-3 +- Force xorg-x11-proto-devel on >= 7.1-10 (for LBX headers), and rebuild. + * Wed Jul 12 2006 Jesse Keating - sh: line 0: fg: no job control - rebuild