rpms/xorg-x11-drv-nouveau/devel .cvsignore, 1.31, 1.32 sources, 1.32, 1.33 xorg-x11-drv-nouveau.spec, 1.37, 1.38 nouveau-eedid.patch, 1.3, NONE nouveau-fedora.patch, 1.20, NONE

Ben Skeggs bskeggs at fedoraproject.org
Mon Apr 13 10:45:56 UTC 2009


Author: bskeggs

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

Modified Files:
	.cvsignore sources xorg-x11-drv-nouveau.spec 
Removed Files:
	nouveau-eedid.patch nouveau-fedora.patch 
Log Message:
* Mon Apr 13 2009 Ben Skeggs <bskeggs at redhat.com> 0.0.12-26.20090413git7100c06
- nouveau-fedora.patch: split out into indivdual functionality
- nv50: disable acceleration on NVAx chipsets, it won't work properly yet
- drop nouveau-eedid.patch, it's upstream now





Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-nouveau/devel/.cvsignore,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- .cvsignore	8 Apr 2009 06:28:11 -0000	1.31
+++ .cvsignore	13 Apr 2009 10:45:22 -0000	1.32
@@ -1 +1 @@
-xf86-video-nouveau-0.0.12-20090408gitd8545e6.tar.bz2
+xf86-video-nouveau-0.0.12-20090413git7100c06.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-nouveau/devel/sources,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- sources	8 Apr 2009 06:28:11 -0000	1.32
+++ sources	13 Apr 2009 10:45:23 -0000	1.33
@@ -1 +1 @@
-5caf4c97e5d07c448c00487e4aaef0d4  xf86-video-nouveau-0.0.12-20090408gitd8545e6.tar.bz2
+830eee644788c6357cb0f965ceedd764  xf86-video-nouveau-0.0.12-20090413git7100c06.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.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- xorg-x11-drv-nouveau.spec	8 Apr 2009 06:28:11 -0000	1.37
+++ xorg-x11-drv-nouveau.spec	13 Apr 2009 10:45:23 -0000	1.38
@@ -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 20090408
-%define git_version d8545e6
+%define gitdate 20090413
+%define git_version 7100c06
 
 %define snapshot %{gitdate}git%{git_version}
 
@@ -19,9 +19,9 @@
 # need to set an epoch to get version number in sync with upstream
 Epoch:     1
 Version:   %{nouveau_version}
-Release:   25.%{snapshot}%{?dist}
+Release:   26.%{snapshot}%{?dist}
 URL:       http://www.x.org
-License: MIT
+License:   MIT
 Group:     User Interface/X Hardware Support
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -41,9 +41,12 @@
 Requires:  libdrm >= 2.4.4-4
 Requires:  kernel-drm-nouveau = 12
 
-Patch0: nouveau-fedora.patch
-Patch1: nouveau-eedid.patch
-Patch2: dcbconf_7_4_ignore.diff
+Patch0: nouveau-transition-hack.patch
+Patch1: nouveau-store-vbios.patch
+Patch2: nouveau-multiple-xserver.patch
+Patch3: nouveau-nv50-fb-accel.patch
+Patch4: nouveau-nv50-nva0-noaccel.patch
+Patch5: dcbconf_7_4_ignore.diff
 
 %description 
 X.Org X11 nouveau video driver.
@@ -51,9 +54,12 @@
 %prep
 %setup -q -n %{tarball}-%{version}
 
-%patch0 -p1 -b .fedora
-%patch1 -p1 -b .eedid
-%patch2 -p1 -b .dcbconf
+%patch0 -p1 -b .transition
+%patch1 -p1 -b .vbios
+%patch2 -p1 -b .userswitch
+%patch3 -p1 -b .nv50_fb_render
+%patch4 -p1 -b .nva0_noaccel
+%patch5 -p1 -b .dcbconf
 
 %build
 autoreconf -v --install
@@ -77,6 +83,11 @@
 %{_mandir}/man4/nouveau.4*
 
 %changelog
+* Mon Apr 13 2009 Ben Skeggs <bskeggs at redhat.com> 0.0.12-26.20090413git7100c06
+- nouveau-fedora.patch: split out into indivdual functionality
+- nv50: disable acceleration on NVAx chipsets, it won't work properly yet
+- drop nouveau-eedid.patch, it's upstream now
+
 * Wed Apr 08 2009 Ben Skeggs <bskeggs at redhat.com> 0.0.12-25.20090408gitd8545e6
 - correct logic error in vbios parser (rh#493981)
 


--- nouveau-eedid.patch DELETED ---


--- nouveau-fedora.patch DELETED ---




More information about the scm-commits mailing list