From cc01fd43b2de3306f00d3f21529896476256383c Mon Sep 17 00:00:00 2001 From: mharris Date: Feb 21 2006 13:27:46 +0000 Subject: - Added xorg-x11-drv-ati-6.5.7.3-radeon-metamodes-SEGV-fix.patch from CVS HEAD. --- diff --git a/xorg-x11-drv-ati.spec b/xorg-x11-drv-ati.spec index a1f4b2d..adcfe5f 100644 --- a/xorg-x11-drv-ati.spec +++ b/xorg-x11-drv-ati.spec @@ -13,15 +13,17 @@ Summary: Xorg X11 ati video driver Name: xorg-x11-drv-ati Version: 6.5.7.3 -Release: 3.2 +Release: 4 URL: http://www.x.org +License: MIT/X11 +Group: User Interface/X Hardware Support +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + Source0: http://xorg.freedesktop.org/X11R7.0/src/driver/%{tarball}-%{version}.tar.bz2 Source1: ati.xinf Source2: r128.xinf Source3: radeon.xinf -License: MIT/X11 -Group: User Interface/X Hardware Support -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch0: xorg-x11-drv-ati-6.5.7.3-radeon-metamodes-SEGV-fix.patch ExclusiveArch: %{ix86} x86_64 ia64 ppc alpha sparc sparc64 @@ -39,6 +41,7 @@ X.Org X11 ati video driver. %prep %setup -q -n %{tarball}-%{version} +%patch0 -p2 -b .radeon-metamodes-SEGV-fix %build %configure --disable-static @@ -82,18 +85,21 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man4/radeon.4* %changelog +* Tue Feb 21 2006 Mike A. Harris 6.5.7.3-4 +- Added xorg-x11-drv-ati-6.5.7.3-radeon-metamodes-SEGV-fix.patch from CVS HEAD. + * Fri Feb 10 2006 Jesse Keating - 6.5.7.3-3.2 - bump again for double-long bug on ppc(64) * Tue Feb 07 2006 Jesse Keating - 6.5.7.3-3.1 - rebuilt for new gcc4.1 snapshot and glibc changes -* Sun Feb 5 2006 Mike A. Harris 6.5.7.3-3 +* Sun Feb 05 2006 Mike A. Harris 6.5.7.3-3 - Updated radeon.xinf to be up to date with the xf86PciInfo.h from the Xorg X server 1.0.1-1 source. This should account for all supported Radeon models now modulo errors/omissions. -* Thu Feb 2 2006 Mike A. Harris 6.5.7.3-2 +* Thu Feb 02 2006 Mike A. Harris 6.5.7.3-2 - Added r128.xinf and radeon.xinf videoalias files to fix bug (#174101). - Added "BuildRequires: libdrm-devel >= 2.0-1" to fix bug (#178613)