rpms/mesa/devel mesa.spec, 1.279, 1.280 nouveau-legacy-enable.patch, 1.1, 1.2

Ben Skeggs bskeggs at fedoraproject.org
Mon Feb 8 06:14:40 UTC 2010


Author: bskeggs

Update of /cvs/pkgs/rpms/mesa/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv911

Modified Files:
	mesa.spec nouveau-legacy-enable.patch 
Log Message:
* Mon Feb 08 2010 Ben Skeggs <bskeggs at redhat.com> 7.8-0.16
- patch mesa to enable legacy nouveau driver build on i386




Index: mesa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mesa/devel/mesa.spec,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -p -r1.279 -r1.280
--- mesa.spec	8 Feb 2010 05:33:34 -0000	1.279
+++ mesa.spec	8 Feb 2010 06:14:40 -0000	1.280
@@ -21,7 +21,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 7.8
-Release: 0.15%{?dist}
+Release: 0.16%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -404,6 +404,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/xorg/modules/drivers/vmwgfx_drv.so
 
 %changelog
+* Mon Feb 08 2010 Ben Skeggs <bskeggs at redhat.com> 7.8-0.16
+- patch mesa to enable legacy nouveau driver build on i386
+
 * Mon Feb 08 2010 Ben Skeggs <bskeggs at redhat.com> 7.8-0.15
 - rebase for legacy nouveau drivers
 

nouveau-legacy-enable.patch:
 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: nouveau-legacy-enable.patch
===================================================================
RCS file: /cvs/pkgs/rpms/mesa/devel/nouveau-legacy-enable.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- nouveau-legacy-enable.patch	8 Feb 2010 05:33:35 -0000	1.1
+++ nouveau-legacy-enable.patch	8 Feb 2010 06:14:40 -0000	1.2
@@ -1,5 +1,5 @@
 diff --git a/configure.ac b/configure.ac
-index b6c6535..ec44d68 100644
+index b6c6535..589b97c 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -723,7 +723,7 @@ if test "$mesa_driver" = dri; then
@@ -11,12 +11,12 @@ index b6c6535..ec44d68 100644
              fi
              ;;
          powerpc*)
-@@ -756,7 +756,7 @@ if test "$mesa_driver" = dri; then
-         # to use the new interface.
-         if test "x$DRI_DIRS" = "xyes"; then
-             DRI_DIRS="i810 i915 i965 mga r128 r200 r300 r600 radeon tdfx \
--                unichrome savage sis swrast"
-+                unichrome savage sis swrast nouveau"
-         fi
-         ;;
-     gnu*)
+@@ -775,7 +775,7 @@ if test "$mesa_driver" = dri; then
+     # default drivers
+     if test "x$DRI_DIRS" = "xyes"; then
+         DRI_DIRS="i810 i915 i965 mga r128 r200 r300 r600 radeon \
+-            savage sis tdfx unichrome ffb swrast"
++            savage sis tdfx unichrome ffb swrast nouveau"
+     fi
+ 
+     DRI_DIRS=`echo "$DRI_DIRS" | $SED 's/  */ /g'`



More information about the scm-commits mailing list