rpms/xorg-x11-drv-nouveau/F-10 xorg-x11-drv-nouveau.spec,1.7,1.8

Ben Skeggs bskeggs at fedoraproject.org
Fri May 8 01:16:37 UTC 2009


Author: bskeggs

Update of /cvs/pkgs/rpms/xorg-x11-drv-nouveau/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9327/F-10

Modified Files:
	xorg-x11-drv-nouveau.spec 
Log Message:
* Fri May 08 2009 Ben Skeggs <bskeggs at redhat.com> 0.0.12-35.20090507git1072103
- nv50: ensure crtcs get reprogrammed as needed across resize




Index: xorg-x11-drv-nouveau.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-nouveau/F-10/xorg-x11-drv-nouveau.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- xorg-x11-drv-nouveau.spec	13 Jan 2009 08:10:08 -0000	1.7
+++ xorg-x11-drv-nouveau.spec	8 May 2009 01:16:07 -0000	1.8
@@ -7,8 +7,8 @@
 # git clone git://git.freedesktop.org/git/nouveau/xf86-video-nouveau
 # git-archive --format=tar --prefix=xf86-video-nouveau-0.0.10/ %{git_version} | bzip2 > xf86-video-nouveau-0.0.10-%{gitdate}.tar.bz2
 
-%define gitdate 20090106
-%define git_version 133c1a5
+%define gitdate 20090202
+%define git_version 29aa134
 
 %define tarfile %{tarball}-%{nouveau_version}-%{gitdate}.tar.bz2
 
@@ -40,12 +40,16 @@ Requires:  xorg-x11-server-Xorg >= 1.3.0
 
 Requires:  kernel-drm-nouveau = 11
 
+Patch0: nouveau-update.patch
+
 %description 
 X.Org X11 nouveau video driver.
 
 %prep
 %setup -q -n %{tarball}-%{version}
 
+%patch0 -p1 -b .update
+
 %build
 autoreconf -v --install
 %configure --disable-static
@@ -68,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/nouveau.4*
 
 %changelog
+* Sat Feb 14 2009 Ben Skeggs <bskeggs at redhat.com> 0.0.11-1.20090202git29aa134
+- bring in last 0.0.11 snapshot, backport fixes from 0.0.12
+
 * Tue Jan 13 2009 Ben Skeggs <bskeggs at redhat.com> 0.0.11-1.20090106git133c1a5
 - update to latest snapshot
 




More information about the fedora-extras-commits mailing list