This commit is contained in:
parent
bac08adb36
commit
1ede0beacc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3ab7b69a34172993d4e6fe47f222f60000099dd1aef28c57a291fca702d35704
|
|
||||||
size 220762
|
|
3
libXrandr-1.2.1.tar.bz2
Normal file
3
libXrandr-1.2.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2d2df642eb8e0527936cdf4ed1c096f69df53e9b95e2532c8ed0cabd06a45407
|
||||||
|
size 220679
|
@ -1,11 +0,0 @@
|
|||||||
--- include/X11/extensions/Xrandr.h 2006-12-13 10:24:25.000000000 +0100
|
|
||||||
+++ include/X11/extensions/Xrandr.h 2007-02-23 14:44:46.000000000 +0100
|
|
||||||
@@ -296,7 +296,7 @@
|
|
||||||
int
|
|
||||||
XRRGetOutputProperty (Display *dpy, RROutput output,
|
|
||||||
Atom property, long offset, long length,
|
|
||||||
- Bool delete, Bool pending, Atom req_type,
|
|
||||||
+ Bool delete_, Bool pending, Atom req_type,
|
|
||||||
Atom *actual_type, int *actual_format,
|
|
||||||
unsigned long *nitems, unsigned long *bytes_after,
|
|
||||||
unsigned char **prop);
|
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 5 06:28:10 CET 2007 - sndirsch@suse.de
|
||||||
|
|
||||||
|
- updated libXrandr to release 1.2.1
|
||||||
|
* Fix the use of a C++ keyword as a parameter name in Xrandr.h
|
||||||
|
- obsoletes p_xrandr-headers.diff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 3 05:33:02 CET 2007 - sndirsch@suse.de
|
Sat Mar 3 05:33:02 CET 2007 - sndirsch@suse.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ Provides: libXaw.so.8 libXaw.so.7 libXaw.so.6
|
|||||||
%endif
|
%endif
|
||||||
URL: http://xorg.freedesktop.org/
|
URL: http://xorg.freedesktop.org/
|
||||||
Version: 7.2
|
Version: 7.2
|
||||||
Release: 44
|
Release: 45
|
||||||
License: X11/MIT
|
License: X11/MIT
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -40,7 +40,7 @@ Source12: libXft-2.1.12.tar.bz2
|
|||||||
Source13: libXi-1.0.2.tar.bz2
|
Source13: libXi-1.0.2.tar.bz2
|
||||||
Source14: libXinerama-X11R7.0-1.0.1.tar.bz2
|
Source14: libXinerama-X11R7.0-1.0.1.tar.bz2
|
||||||
Source15: libXprintAppUtil-X11R7.0-1.0.1.tar.bz2
|
Source15: libXprintAppUtil-X11R7.0-1.0.1.tar.bz2
|
||||||
Source16: libXrandr-1.2.0.tar.bz2
|
Source16: libXrandr-1.2.1.tar.bz2
|
||||||
Source17: libXtst-X11R7.0-1.0.1.tar.bz2
|
Source17: libXtst-X11R7.0-1.0.1.tar.bz2
|
||||||
Source18: libXvMC-1.0.4.tar.bz2
|
Source18: libXvMC-1.0.4.tar.bz2
|
||||||
Source19: libXxf86dga-X11R7.1-1.0.1.tar.bz2
|
Source19: libXxf86dga-X11R7.1-1.0.1.tar.bz2
|
||||||
@ -64,7 +64,6 @@ Patch5: libxkbui.diff
|
|||||||
Patch6: libXi-20061015090357.diff
|
Patch6: libXi-20061015090357.diff
|
||||||
Patch7: libXi-20061119100426.diff
|
Patch7: libXi-20061119100426.diff
|
||||||
Patch8: bug233919-libXaw.diff
|
Patch8: bug233919-libXaw.diff
|
||||||
Patch9: p_xrandr-headers.diff
|
|
||||||
Patch10: libXxf86misc-xcb.diff
|
Patch10: libXxf86misc-xcb.diff
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -135,7 +134,6 @@ Authors:
|
|||||||
for i in $RPM_SOURCE_DIR/*.tar.bz2; do tar xjf $i; done
|
for i in $RPM_SOURCE_DIR/*.tar.bz2; do tar xjf $i; done
|
||||||
pushd libXrandr-*
|
pushd libXrandr-*
|
||||||
%patch
|
%patch
|
||||||
%patch9
|
|
||||||
popd
|
popd
|
||||||
pushd libXft-*/src
|
pushd libXft-*/src
|
||||||
%if %suse_version > 1010
|
%if %suse_version > 1010
|
||||||
@ -223,6 +221,10 @@ exit 0
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 05 2007 - sndirsch@suse.de
|
||||||
|
- updated libXrandr to release 1.2.1
|
||||||
|
* Fix the use of a C++ keyword as a parameter name in Xrandr.h
|
||||||
|
- obsoletes p_xrandr-headers.diff
|
||||||
* Sat Mar 03 2007 - sndirsch@suse.de
|
* Sat Mar 03 2007 - sndirsch@suse.de
|
||||||
- added xcb-util 0.2:
|
- added xcb-util 0.2:
|
||||||
The xcb-util module provides a number of libraries which sit on
|
The xcb-util module provides a number of libraries which sit on
|
||||||
|
Loading…
Reference in New Issue
Block a user