diff --git a/xorg-x11-drv-intel.spec b/xorg-x11-drv-intel.spec index f292d3b..c6d76cb 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.8.0 -Release: 6%{?dist} +Release: 7%{?dist} URL: http://www.x.org License: MIT Group: User Interface/X Hardware Support @@ -30,6 +30,8 @@ Patch21: intel-2.8.0-lvds-first.patch Patch40: dri2-page-flip.patch +Patch50: intel-2.8.0-shadow-no-offset.patch + ExclusiveArch: %{ix86} x86_64 ia64 BuildRequires: autoconf automake libtool @@ -80,6 +82,7 @@ Debugging tools for Intel graphics chips %patch20 -p1 -b .get-crtc %patch21 -p1 -b .lvds-first %patch40 -p1 -b .flip +%patch50 -p1 -b .shadow-no-offset %build @@ -135,6 +138,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/intel_*.1* %changelog +* Thu Aug 20 2009 Kristian Høgsberg - 2.8.0-7 +- Don't use fb offset when using shadow fbs. + * Wed Aug 12 2009 Adam Jackson 2.8.0-6 - Today's driver snapshot, misc bugfixes.