rpms/xorg-x11-drv-nouveau/devel .cvsignore, 1.8, 1.9 sources, 1.9, 1.10 xorg-x11-drv-nouveau.spec, 1.11, 1.12

Ben Skeggs bskeggs at fedoraproject.org
Mon Feb 16 06:43:08 UTC 2009


Author: bskeggs

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

Modified Files:
	.cvsignore sources xorg-x11-drv-nouveau.spec 
Log Message:
new snapshot + patches for G80/G90 performance improvements



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-nouveau/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	7 Feb 2009 06:32:59 -0000	1.8
+++ .cvsignore	16 Feb 2009 06:42:37 -0000	1.9
@@ -1 +1 @@
-xf86-video-nouveau-0.0.12-20090206.tar.bz2
+xf86-video-nouveau-0.0.12-20090216.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-nouveau/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	7 Feb 2009 06:32:59 -0000	1.9
+++ sources	16 Feb 2009 06:42:37 -0000	1.10
@@ -1 +1 @@
-9be02e3d41acd27aea9e94a9b6690cea  xf86-video-nouveau-0.0.12-20090206.tar.bz2
+320305805ead311100e96a03d847cf9f  xf86-video-nouveau-0.0.12-20090216.tar.bz2


Index: xorg-x11-drv-nouveau.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-nouveau/devel/xorg-x11-drv-nouveau.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xorg-x11-drv-nouveau.spec	7 Feb 2009 07:03:59 -0000	1.11
+++ xorg-x11-drv-nouveau.spec	16 Feb 2009 06:42:37 -0000	1.12
@@ -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 20090206
-%define git_version 945f0cb
+%define gitdate 20090216
+%define git_version 7b80d08
 
 %define tarfile %{tarball}-%{nouveau_version}-%{gitdate}.tar.bz2
 
@@ -19,7 +19,7 @@
 # need to set an epoch to get version number in sync with upstream
 Epoch:     1
 Version:   %{nouveau_version}
-Release:   3.%{snapshot}%{?dist}
+Release:   1.%{snapshot}%{?dist}
 URL:       http://www.x.org
 License: MIT
 Group:     User Interface/X Hardware Support
@@ -41,12 +41,16 @@
 Requires:  libdrm >= 2.4.4-4
 Requires:  kernel-drm-nouveau = 12
 
+Patch0: nouveau-fedora.patch
+
 %description 
 X.Org X11 nouveau video driver.
 
 %prep
 %setup -q -n %{tarball}-%{version}
 
+%patch0 -p1 -b .fedora
+
 %build
 autoreconf -v --install
 %configure --disable-static --with-kms=yes
@@ -69,6 +73,10 @@
 %{_mandir}/man4/nouveau.4*
 
 %changelog
+* Mon Feb 16 2009 Ben Skeggs <bskeggs at redhat.com> 0.0.12-1.20090213git2573c06
+- latest snapshot
+- add patches to improve G80/G90 desktop performance 
+
 * Sat Feb 7 2009 Ben Skeggs <bskeggs at redhat.com> 0.0.12-3.20090205git945f0cb
 - build with kms paths enabled, so things don't blow up with kms turned on
 




More information about the fedora-extras-commits mailing list