- libXrandr 1.3.0
This commit is contained in:
parent
992a7fa5ea
commit
b1cfebc7a1
@ -1 +1,2 @@
|
|||||||
libXrandr-1.2.99.4.tar.bz2
|
libXrandr-1.2.99.4.tar.bz2
|
||||||
|
libXrandr-1.3.0.tar.bz2
|
||||||
|
@ -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))
|
|
@ -1,7 +1,7 @@
|
|||||||
Summary: X.Org X11 libXrandr runtime library
|
Summary: X.Org X11 libXrandr runtime library
|
||||||
Name: libXrandr
|
Name: libXrandr
|
||||||
Version: 1.2.99.4
|
Version: 1.3.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
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
|
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: xorg-x11-proto-devel
|
||||||
BuildRequires: pkgconfig(randrproto) >= 1.2.99.3
|
BuildRequires: pkgconfig(randrproto) >= 1.3.0
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: pkgconfig(xrender)
|
||||||
BuildRequires: libXext-devel
|
|
||||||
BuildRequires: libXrender-devel
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
X.Org X11 libXrandr runtime library
|
X.Org X11 libXrandr runtime library
|
||||||
@ -28,13 +24,13 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
|
|
||||||
Requires: xorg-x11-proto-devel pkgconfig
|
Requires: xorg-x11-proto-devel pkgconfig
|
||||||
Requires: pkgconfig(randrproto) >= 1.2.1
|
Requires: pkgconfig(randrproto) >= 1.2.1
|
||||||
|
Requires: pkgconfig(xrender)
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
X.Org X11 libXrandr development package
|
X.Org X11 libXrandr development package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .gop
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
@ -45,7 +41,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
# We intentionally don't ship *.la files
|
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -71,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 16 2009 Adam Jackson <ajax@redhat.com> 1.3.0-1
|
||||||
|
- libXrandr 1.3.0
|
||||||
|
|
||||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.99.4-3
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.99.4-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user