From c7664a0ea971dd0e135dac5e114236e462e347a2 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Thu, 23 Feb 2006 22:02:02 +0000 Subject: [PATCH] - Look for the versioned libXcursor.so.1 (fixes 179044) --- libX11.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libX11.spec b/libX11.spec index fa8de9b..09fb15f 100644 --- a/libX11.spec +++ b/libX11.spec @@ -1,13 +1,14 @@ Summary: X.Org X11 libX11 runtime library Name: libX11 Version: 1.0.0 -Release: 2.2 +Release: 3 License: MIT/X11 Group: System Environment/Libraries URL: http://www.x.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC4/everything/%{name}-%{version}.tar.bz2 Patch0: libX11-0.99.3-datadir-locale-dir-fix.patch +Patch1: libX11-1.0.0-Xcursor.patch BuildRequires: pkgconfig BuildRequires: xorg-x11-proto-devel @@ -41,6 +42,7 @@ X.Org X11 libX11 development package %prep %setup -q %patch0 -p0 -b .datadir-locale-dir-fix +%patch1 -p1 -b .Xcursor # Disable static library creation by default. %define with_static 0 @@ -239,6 +241,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3x* %changelog +* Thu Feb 23 2006 Christopher Aillon - 1.0.0-3 +- Look for the versioned libXcursor.so.1 (fixes 179044) + * Fri Feb 10 2006 Jesse Keating - 1.0.0-2.2 - bump again for double-long bug on ppc(64)