diff --git a/.cvsignore b/.cvsignore index cf944c3..39507b1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ libXrandr-1.2.99.4.tar.bz2 +libXrandr-1.3.0.tar.bz2 diff --git a/libXrandr-1.2.99.4-gop.patch b/libXrandr-1.2.99.4-gop.patch deleted file mode 100644 index 7f454a8..0000000 --- a/libXrandr-1.2.99.4-gop.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up libXrandr-1.2.99.4/src/XrrOutput.c.jx libXrandr-1.2.99.4/src/XrrOutput.c ---- libXrandr-1.2.99.4/src/XrrOutput.c.jx 2008-12-17 11:32:33.000000000 -0500 -+++ libXrandr-1.2.99.4/src/XrrOutput.c 2009-02-04 16:40:39.000000000 -0500 -@@ -180,7 +180,7 @@ XRRGetOutputPrimary(Display *dpy, Window - LockDisplay(dpy); - GetReq (RRGetOutputPrimary, req); - req->reqType = info->codes->major_opcode; -- req->randrReqType = X_RRGetOutputProperty; -+ req->randrReqType = X_RRGetOutputPrimary; - req->window = window; - - if (!_XReply (dpy, (xReply *) &rep, 0, xFalse)) diff --git a/libXrandr.spec b/libXrandr.spec index 74a4c8e..5891cbb 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr -Version: 1.2.99.4 -Release: 3%{?dist} +Version: 1.3.0 +Release: 1%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -9,13 +9,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 -Patch0: libXrandr-1.2.99.4-gop.patch - BuildRequires: xorg-x11-proto-devel -BuildRequires: pkgconfig(randrproto) >= 1.2.99.3 -BuildRequires: libX11-devel -BuildRequires: libXext-devel -BuildRequires: libXrender-devel +BuildRequires: pkgconfig(randrproto) >= 1.3.0 +BuildRequires: pkgconfig(xrender) %description X.Org X11 libXrandr runtime library @@ -28,13 +24,13 @@ Requires: %{name} = %{version}-%{release} Requires: xorg-x11-proto-devel pkgconfig Requires: pkgconfig(randrproto) >= 1.2.1 +Requires: pkgconfig(xrender) %description devel X.Org X11 libXrandr development package %prep %setup -q -%patch0 -p1 -b .gop %build %configure --disable-static @@ -45,7 +41,6 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -# We intentionally don't ship *.la files rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %clean @@ -71,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Thu Jul 16 2009 Adam Jackson 1.3.0-1 +- libXrandr 1.3.0 + * Wed Feb 25 2009 Fedora Release Engineering - 1.2.99.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index 0059d6e..cef07d8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ab4210c6d89888e55520bc2c568b6867 libXrandr-1.2.99.4.tar.bz2 +68eb59c3b7524db6ffd78746ee893d1d libXrandr-1.3.0.tar.bz2