OBS User unknown 2007-02-23 15:07:12 +00:00 committed by Git OBS Bridge
parent f991b0bd83
commit 8d032f622d
3 changed files with 23 additions and 1 deletions

11
p_xrandr-headers.diff Normal file
View File

@ -0,0 +1,11 @@
--- 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);

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 23 14:46:06 CET 2007 - dmueller@suse.de
- p_xrandr-headers.diff:
* delete is a keyword in non-C languages
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 23 11:00:51 CET 2007 - sndirsch@suse.de Fri Feb 23 11:00:51 CET 2007 - sndirsch@suse.de

View File

@ -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: 41 Release: 42
License: X11/MIT License: X11/MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/Libraries Group: System/Libraries
@ -63,6 +63,7 @@ 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
%description %description
This package contains the remaining X.Org libraries. This package contains the remaining X.Org libraries.
@ -133,6 +134,7 @@ rm -rf $RPM_BUILD_DIR/*
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
@ -216,6 +218,9 @@ exit 0
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Fri Feb 23 2007 - dmueller@suse.de
- p_xrandr-headers.diff:
* delete is a keyword in non-C languages
* Fri Feb 23 2007 - sndirsch@suse.de * Fri Feb 23 2007 - sndirsch@suse.de
- libXrandr.diff: - libXrandr.diff:
* fixes fatal warning * fixes fatal warning