diff --git a/xorg-x11-drv-vesa.spec b/xorg-x11-drv-vesa.spec index 989de33..67cc7b6 100644 --- a/xorg-x11-drv-vesa.spec +++ b/xorg-x11-drv-vesa.spec @@ -17,6 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 alpha sparc sparc64 Patch0: vesa-1.2.1-randr-crash.patch +Patch1: vesa-1.2.1-fix-shadowfb.patch BuildRequires: pkgconfig BuildRequires: xorg-x11-server-sdk >= 1.1.0-1 @@ -30,6 +31,7 @@ X.Org X11 vesa video driver. %setup -q -n %{tarball}-%{version} %patch0 -p1 -b .randr-crash +%patch1 -p1 -b .shadowfb %build %configure --disable-static @@ -56,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man4/vesa.4* %changelog +* Tue Sep 19 2006 Adam Jackson 1.2.1-3 +- vesa-1.2.1-fix-shadowfb.patch: Fix massive performance regression relative + to FC5. + * Fri Jul 28 2006 Adam Jackson 1.2.1-2 - vesa-1.2.1-randr-crash.patch: Fix a RANDR crash.