diff --git a/r128-missing-xf86ForceHWCursor-symbol-bug168753.patch b/r128-missing-xf86ForceHWCursor-symbol-bug168753.patch new file mode 100644 index 0000000..06f3dab --- /dev/null +++ b/r128-missing-xf86ForceHWCursor-symbol-bug168753.patch @@ -0,0 +1,10 @@ +--- src/r128_driver.c.ati-r128-missing-xf86ForceHWCursor-symbol-bug168753 2006-07-24 04:58:03.000000000 -0400 ++++ src/r128_driver.c 2006-07-24 04:58:20.000000000 -0400 +@@ -270,6 +270,7 @@ + static const char *ramdacSymbols[] = { + "xf86CreateCursorInfoRec", + "xf86DestroyCursorInfoRec", ++ "xf86ForceHWCursor", + "xf86InitCursor", + NULL + }; diff --git a/xorg-x11-drv-ati.spec b/xorg-x11-drv-ati.spec index cb04e1b..bda93b1 100644 --- a/xorg-x11-drv-ati.spec +++ b/xorg-x11-drv-ati.spec @@ -13,7 +13,7 @@ Summary: Xorg X11 ati video driver Name: xorg-x11-drv-ati Version: 6.6.1 -Release: 4.1 +Release: 5%{?dist} URL: http://www.x.org License: MIT/X11 Group: User Interface/X Hardware Support @@ -25,6 +25,8 @@ Source2: r128.xinf Source3: radeon.xinf Patch0: radeon-6.6.1-dotclock-filter.patch +# Rage 128 patches +Patch100: r128-missing-xf86ForceHWCursor-symbol-bug168753.patch ExclusiveArch: %{ix86} x86_64 ia64 ppc alpha sparc sparc64 @@ -44,6 +46,7 @@ X.Org X11 ati video driver. %setup -q -n %{tarball}-%{version} %patch0 -p1 -b .dotclock-filter +%patch100 -p0 -b .r128-missing-xf86ForceHWCursor-symbol-bug168753 %build %configure --disable-static @@ -87,6 +90,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man4/radeon.4* %changelog +* Mon Jul 24 2006 Mike A. Harris 6.6.1-5.fc6 +- Added r128-missing-xf86ForceHWCursor-symbol-bug168753.patch to fix (#168753) +- Add {?dist} tag to Release field + * Wed Jul 12 2006 Jesse Keating 6.6.1-4.1 - rebuild