diff --git a/libX11.spec b/libX11.spec index 31ad8bf..3ae87bc 100644 --- a/libX11.spec +++ b/libX11.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libX11 runtime library Name: libX11 Version: 1.1.2 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT/X11 Group: System Environment/Libraries URL: http://www.x.org @@ -20,7 +20,7 @@ Patch4: libX11-1.1.2-GetMotionEvents.patch BuildRequires: pkgconfig # xproto >= 7.0.6 required BuildRequires: xorg-x11-proto-devel >= 7.1-2 -BuildRequires: xorg-x11-xtrans-devel +BuildRequires: xorg-x11-xtrans-devel >= 1.0.3-4 BuildRequires: libxcb-devel BuildRequires: libXau-devel BuildRequires: libXdmcp-devel @@ -247,6 +247,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Thu Sep 20 2007 Adam Jackson 1.1.2-4 +- Update xtrans dep and rebuild. + * Mon Sep 17 2007 Adam Jackson 1.1.2-3 - libX11-1.1.2-GetMotionEvents.patch: Fix the definition of XGetMotionEvents to match the argument order in the headers. (#274671)