rpms/xorg-x11-drv-ati/devel xorg-x11-drv-ati.spec,1.107,1.108

Dave Airlie airlied at fedoraproject.org
Fri Sep 5 06:35:57 UTC 2008


Author: airlied

Update of /cvs/pkgs/rpms/xorg-x11-drv-ati/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7097

Modified Files:
	xorg-x11-drv-ati.spec 
Log Message:
* Fri Sep 05 2008 Dave Airlie <airlied at redhat.com> 6.9.0-8
- fix suspend/resume support - needs new pinning API



Index: xorg-x11-drv-ati.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-ati/devel/xorg-x11-drv-ati.spec,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- xorg-x11-drv-ati.spec	27 Aug 2008 05:56:29 -0000	1.107
+++ xorg-x11-drv-ati.spec	5 Sep 2008 06:35:27 -0000	1.108
@@ -5,7 +5,7 @@
 Summary:   Xorg X11 ati video driver
 Name:      xorg-x11-drv-ati
 Version:   6.9.0
-Release:   7%{?dist}
+Release:   8%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -16,13 +16,14 @@
 
 Patch0:	    radeon-6.9.0-to-git.patch
 Patch1:     radeon-modeset.patch
+Patch2:     radeon-suspend-fix.patch
 
 ExcludeArch: s390 s390x
 
 BuildRequires: xorg-x11-server-sdk >= 1.4.99.1
 BuildRequires: mesa-libGL-devel >= 6.4-4
 BuildRequires: libdrm-devel >= 2.4.0-0.19
-BuildRequires: kernel-headers >= 2.6.27-0.280
+BuildRequires: kernel-headers >= 2.6.27-0.308
 BuildRequires: automake autoconf libtool pkgconfig
 BuildRequires: xorg-x11-util-macros >= 1.1.5
 
@@ -36,6 +37,7 @@
 %setup -q -n %{tarball}-%{version}
 %patch0 -p1 -b .git
 %patch1 -p1 -b .modeset
+%patch2 -p1 -b .suspend
 
 %build
 autoreconf
@@ -67,6 +69,9 @@
 %{_mandir}/man4/radeon.4*
 
 %changelog
+* Fri Sep 05 2008 Dave Airlie <airlied at redhat.com> 6.9.0-8
+- fix suspend/resume support - needs new pinning API
+
 * Wed Aug 27 2008 Dave Airlie <airlied at redhat.com> 6.9.0-7
 - fix bug in modesetting to make 3D work again
 




More information about the fedora-extras-commits mailing list