rpms/xorg-x11/devel xorg-x11-6.8.2-shadow-framebuffer-leak.patch, NONE, 1.1 xorg-x11.spec, 1.244, 1.245

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Nov 10 23:04:22 UTC 2005


Author: mharris

Update of /cvs/dist/rpms/xorg-x11/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19340

Modified Files:
	xorg-x11.spec 
Added Files:
	xorg-x11-6.8.2-shadow-framebuffer-leak.patch 
Log Message:
- Merged xorg-x11-6.8.2-shadow-framebuffer-leak.patch from FC-4 branch, which
  seems to have gotten forgotten for 'devel' branch.



xorg-x11-6.8.2-shadow-framebuffer-leak.patch:
 shadow.c |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE xorg-x11-6.8.2-shadow-framebuffer-leak.patch ---
Index: xc/programs/Xserver/miext/shadow/shadow.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/miext/shadow/shadow.c,v
retrieving revision 1.5
diff -u -p -u -r1.5 shadow.c
--- xc/programs/Xserver/miext/shadow/shadow.c      3 Jul 2005 07:02:03 -0000       1.5
+++ xc/programs/Xserver/miext/shadow/shadow.c      13 Sep 2005 15:28:00 -0000
@@ -119,6 +119,7 @@ shadowDamageBox (WindowPtr pWindow, BoxP

     REGION_INIT (pWindow->drawable.pScreen, &region, pBox, 1);
     shadowDamageRegion (pWindow, &region);
+    REGION_UNINIT (pWindow->drawable.pScreen, &region);
 }



Index: xorg-x11.spec
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11/devel/xorg-x11.spec,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -r1.244 -r1.245
--- xorg-x11.spec	10 Nov 2005 22:57:11 -0000	1.244
+++ xorg-x11.spec	10 Nov 2005 23:03:50 -0000	1.245
@@ -520,8 +520,9 @@
 Patch9720: xorg-x11-6.8.2-gcc4-fix.patch
 Patch9721: xorg-x11-6.8.2-xnest-update-modifier-state-fdo3030-fdo3664.patch
 Patch9722: xorg-x11-6.8.2-xnest-fix-warning-spew-fdo3513.patch
-Patch9723: xorg-x11-6.8.2-loader-remove-propolice-junk.patch
+Patch9724: xorg-x11-6.8.2-shadow-framebuffer-leak.patch
 Patch9725: xorg-x11-6.8.2-add-i945-support.patch
+Patch9740: xorg-x11-6.8.2-loader-remove-propolice-junk.patch
 
 # END OF 6.8.3 CANDIDATES
 # END OF DEVEL PATCHES
@@ -1206,7 +1207,8 @@
 %patch9720 -p0 -b .gcc4-fix
 %patch9721 -p0 -b .xnest-update-modifier-state-fdo3030-fdo3664
 %patch9722 -p0 -b .xnest-fix-warning-spew-fdo3513
-%patch9723 -p0 -b .loader-remove-propolice-junk
+%patch9740 -p0 -b .loader-remove-propolice-junk
+%patch9725 -p0 -b .shadow-framebuffer-leak
 %patch9725 -p0 -b .add-i945-support
 
 # gcc-4.0.1-4 has a workaround for the volatile over-optimization so
@@ -3634,6 +3636,8 @@
 * Thu Nov 8 2005 Mike A. Harris <mharris at redhat.com> 6.8.2-62
 - Enable the xorg-x11-6.8.2-add-i945-support.patch in the spec file, as it
   got committed to CVS in 6.8.2-46, but the spec file did not get updated.
+- Merged xorg-x11-6.8.2-shadow-framebuffer-leak.patch from FC-4 branch, which
+  seems to have gotten forgotten for 'devel' branch.
 
 * Mon Nov 7 2005 Mike A. Harris <mharris at redhat.com> 6.8.2-61
 - Added "Provides: xorg-x11-server-sdk" to sdk subpackage to provide forward




More information about the fedora-cvs-commits mailing list