rpms/libX11/F-7 libX11-1.1.2-GetMotionEvents.patch, NONE, 1.1 libX11.spec, 1.35, 1.36

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Tue Sep 18 14:46:31 UTC 2007


Author: ajax

Update of /cvs/pkgs/rpms/libX11/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13244

Modified Files:
	libX11.spec 
Added Files:
	libX11-1.1.2-GetMotionEvents.patch 
Log Message:
* Tue Sep 18 2007 Adam Jackson <ajax at redhat.com> 1.0.3-10
- libX11-1.1.2-GetMotionEvents.patch: Fix the definition of XGetMotionEvents
  to match the argument order in the headers. (#274671)


libX11-1.1.2-GetMotionEvents.patch:

--- NEW FILE libX11-1.1.2-GetMotionEvents.patch ---
diff -up libX11-1.1.2/src/GetMoEv.c.jx libX11-1.1.2/src/GetMoEv.c
--- libX11-1.1.2/src/GetMoEv.c.jx	2007-06-02 13:46:55.000000000 -0400
+++ libX11-1.1.2/src/GetMoEv.c	2007-09-17 09:30:24.000000000 -0400
@@ -33,9 +33,9 @@ in this Software without prior written a
 
 XTimeCoord *XGetMotionEvents(
     register Display *dpy,
+    Window w,
     Time start, 
     Time stop,
-    Window w,
     int *nEvents)  /* RETURN */
 {       
     xGetMotionEventsReply rep;


Index: libX11.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libX11/F-7/libX11.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- libX11.spec	22 Apr 2007 01:56:53 -0000	1.35
+++ libX11.spec	18 Sep 2007 14:45:58 -0000	1.36
@@ -1,7 +1,7 @@
 Summary: X.Org X11 libX11 runtime library
 Name: libX11
 Version: 1.0.3
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: MIT/X11
 Group: System Environment/Libraries
 URL: http://www.x.org
@@ -18,6 +18,7 @@
 Patch3: bug-201284.patch
 Patch4: libX11-fd-leak.patch
 Patch5: libX11-cve-2007-1667.patch
+Patch6: libX11-1.1.2-GetMotionEvents.patch
 
 BuildRequires: pkgconfig
 # xproto >= 7.0.6 required
@@ -61,6 +62,7 @@
 %patch3 -p1 -b .3-bug201284
 %patch4 -p1 -b .xim-fd-leak
 %patch5 -p1 -b .cve-2007-1667
+%patch6 -p1 -b .getmoev
 
 %build
 %configure \
@@ -245,6 +247,10 @@
 %{_mandir}/man3/*.3x*
 
 %changelog
+* Tue Sep 18 2007 Adam Jackson <ajax at redhat.com> 1.0.3-10
+- libX11-1.1.2-GetMotionEvents.patch: Fix the definition of XGetMotionEvents
+  to match the argument order in the headers. (#274671)
+
 * Sat Apr 21 2007 Matthias Clasen <mclasen at redhat.com> 1.0.3-9
 - Don't install INSTALL
 




More information about the fedora-extras-commits mailing list