diff --git a/xorg-x11-drv-ati.spec b/xorg-x11-drv-ati.spec index 40edeac..84c9846 100644 --- a/xorg-x11-drv-ati.spec +++ b/xorg-x11-drv-ati.spec @@ -24,8 +24,11 @@ Source1: ati.xinf Source2: r128.xinf Source3: radeon.xinf +# Radeon patches (0-99) Patch0: radeon-6.6.1-dotclock-filter.patch -# Rage 128 patches +Patch1: radeon-6.6.1-no-dri-on-rn50.patch + +# Rage 128 patches (100-199) Patch100: r128-missing-xf86ForceHWCursor-symbol-bug168753.patch ExclusiveArch: %{ix86} x86_64 ia64 ppc alpha sparc sparc64 @@ -46,6 +49,7 @@ X.Org X11 ati video driver. %setup -q -n %{tarball}-%{version} %patch0 -p1 -b .dotclock-filter +%patch1 -p1 -b .rn50-dri %patch100 -p0 -b .r128-missing-xf86ForceHWCursor-symbol-bug168753 %build @@ -90,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man4/radeon.4* %changelog +* Wed Aug 2 2006 Adam Jackson 6.6.1-7.fc6 +- Make sure DRI and Render accel are disabled on RN50. + * Sat Jul 29 2006 Kristian Høgsberg 6.6.1-6.fc5.aiglx - Build for fc5 aiglx repo.