rpms/xorg-x11-drv-intel/devel intel-2.12-fix-uxa-planemask.patch, 1.1, 1.2 xorg-x11-drv-intel.spec, 1.48, 1.49

Dave Airlie airlied at fedoraproject.org
Mon Jul 5 04:04:23 UTC 2010


Author: airlied

Update of /cvs/pkgs/rpms/xorg-x11-drv-intel/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30261

Modified Files:
	intel-2.12-fix-uxa-planemask.patch xorg-x11-drv-intel.spec 
Log Message:
* Mon Jul 05 2010 Dave Airlie <airlied at redhat.com> 2.12.0-4
- rebuild for fixed patch.


intel-2.12-fix-uxa-planemask.patch:
 uxa-accel.c |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Index: intel-2.12-fix-uxa-planemask.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-intel/devel/intel-2.12-fix-uxa-planemask.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- intel-2.12-fix-uxa-planemask.patch	4 Jul 2010 23:11:14 -0000	1.1
+++ intel-2.12-fix-uxa-planemask.patch	5 Jul 2010 04:04:23 -0000	1.2
@@ -22,7 +22,7 @@ index ded66a1..633b433 100644
  		goto fallback;
  
 -	if (pGC->alu != GXcopy || pGC->planemask != FB_ALLONES)
-+	if (pGC->alu != GXcopy || !UXA_IS_PM_SOLID(pDrawable, pGC->planemask))
++	if (pGC->alu != GXcopy || !UXA_PM_IS_SOLID(pDrawable, pGC->planemask))
  		goto solid;
  
  	format = PictureMatchFormat(screen,


Index: xorg-x11-drv-intel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-intel/devel/xorg-x11-drv-intel.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -p -r1.48 -r1.49
--- xorg-x11-drv-intel.spec	5 Jul 2010 00:10:17 -0000	1.48
+++ xorg-x11-drv-intel.spec	5 Jul 2010 04:04:23 -0000	1.49
@@ -8,7 +8,7 @@
 Summary:   Xorg X11 Intel video driver
 Name:      xorg-x11-drv-intel
 Version:   2.12.0
-Release:   3%{?dist}
+Release:   4%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -149,6 +149,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/intel_*.1*
 
 %changelog
+* Mon Jul 05 2010 Dave Airlie <airlied at redhat.com> 2.12.0-4
+- rebuild for fixed patch.
+
 * Mon Jul 05 2010 Peter Hutterer <peter.hutterer at redhat.com> - 2.12.0-3
 - rebuild for X Server 1.9
 



More information about the scm-commits mailing list