diff --git a/intel-2.12-fix-uxa-planemask.patch b/intel-2.12-fix-uxa-planemask.patch index eb2d594..eb89433 100644 --- a/intel-2.12-fix-uxa-planemask.patch +++ b/intel-2.12-fix-uxa-planemask.patch @@ -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, diff --git a/xorg-x11-drv-intel.spec b/xorg-x11-drv-intel.spec index d381ee2..4e7c5c7 100644 --- a/xorg-x11-drv-intel.spec +++ b/xorg-x11-drv-intel.spec @@ -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 2.12.0-4 +- rebuild for fixed patch. + * Mon Jul 05 2010 Peter Hutterer - 2.12.0-3 - rebuild for X Server 1.9