rpms/libXrandr/devel libXrandr-1.2.0-appease-cee-plus-plus.patch, NONE, 1.1 libXrandr.spec, 1.17, 1.18

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Feb 28 20:03:04 UTC 2007


Author: ajackson

Update of /cvs/dist/rpms/libXrandr/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv14198

Modified Files:
	libXrandr.spec 
Added Files:
	libXrandr-1.2.0-appease-cee-plus-plus.patch 
Log Message:
* Wed Feb 28 2007 Adam Jackson <ajax at redhat.com> 1.2.0-2
- libXrandr-1.2.0-appease-cee-plus-plus.patch: don't use C++ keywords as
  function argument names.


libXrandr-1.2.0-appease-cee-plus-plus.patch:
 Xrandr.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE libXrandr-1.2.0-appease-cee-plus-plus.patch ---
--- libXrandr-1.2.0/include/X11/extensions/Xrandr.h.jx	2006-12-13 04:24:25.000000000 -0500
+++ libXrandr-1.2.0/include/X11/extensions/Xrandr.h	2007-02-28 14:43:34.000000000 -0500
@@ -296,7 +296,7 @@
 int
 XRRGetOutputProperty (Display *dpy, RROutput output,
 		      Atom property, long offset, long length,
-		      Bool delete, Bool pending, Atom req_type, 
+		      Bool, Bool pending, Atom req_type, 
 		      Atom *actual_type, int *actual_format,
 		      unsigned long *nitems, unsigned long *bytes_after,
 		      unsigned char **prop);


Index: libXrandr.spec
===================================================================
RCS file: /cvs/dist/rpms/libXrandr/devel/libXrandr.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- libXrandr.spec	21 Feb 2007 20:34:56 -0000	1.17
+++ libXrandr.spec	28 Feb 2007 20:03:02 -0000	1.18
@@ -1,13 +1,14 @@
 Summary: X.Org X11 libXrandr runtime library
 Name: libXrandr
 Version: 1.2.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT/X11
 Group: System Environment/Libraries
 URL: http://www.x.org
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
+Patch0: libXrandr-1.2.0-appease-cee-plus-plus.patch
 
 BuildRequires: pkgconfig
 # xrandr.pc Requires: xproto randrproto >= 1.2.1
@@ -37,6 +38,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .cpp
 
 %build
 %configure  --disable-static
@@ -73,6 +75,10 @@
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Feb 28 2007 Adam Jackson <ajax at redhat.com> 1.2.0-2
+- libXrandr-1.2.0-appease-cee-plus-plus.patch: don't use C++ keywords as
+  function argument names.
+
 * Wed Feb 21 2007 Adam Jackson <ajax at redhat.com> 1.2.0-1
 - libXrandr 1.2.0
 




More information about the fedora-cvs-commits mailing list