rpms/mesa/devel mesa-7.5-sparc64.patch, NONE, 1.1 mesa.spec, 1.240, 1.241

Dennis Gilmore ausil at fedoraproject.org
Sat Apr 11 01:57:20 UTC 2009


Author: ausil

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

Modified Files:
	mesa.spec 
Added Files:
	mesa-7.5-sparc64.patch 
Log Message:
fix sparc64 asm


mesa-7.5-sparc64.patch:

--- NEW FILE mesa-7.5-sparc64.patch ---
--- mesa-20090322/src/mesa/sparc/xform.S.BAD	2009-04-10 17:19:53.000000000 -0500
+++ mesa-20090322/src/mesa/sparc/xform.S	2009-04-10 17:20:57.000000000 -0500
@@ -17,7 +17,7 @@
 
 #include "sparc_matrix.h"
 
-#if defined(SVR4) || defined(__SVR4) || defined(__svr4__)
+#if defined(SVR4) || defined(__SVR4) || defined(__svr4__) || defined(__arch64__)
 	/* Solaris requires this for 64-bit. */
         .register %g2, #scratch
         .register %g3, #scratch


Index: mesa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mesa/devel/mesa.spec,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -r1.240 -r1.241
--- mesa.spec	7 Apr 2009 08:57:01 -0000	1.240
+++ mesa.spec	11 Apr 2009 01:56:50 -0000	1.241
@@ -20,7 +20,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 7.5
-Release: 0.8%{?dist}
+Release: 0.9%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -46,6 +46,7 @@
 Patch9: intel-revert-vbl.patch
 
 Patch12: mesa-7.1-disable-intel-classic-warn.patch
+Patch13: mesa-7.5-sparc64.patch
 
 BuildRequires: pkgconfig autoconf automake
 %if %{with_dri}
@@ -173,6 +174,7 @@
 %patch7 -p1 -b .dricore
 %patch9 -p1 -b .intel-vbl
 %patch12 -p1 -b .intel-nowarn
+%patch13 -p1 -b .sparc64
 
 # Hack the demos to use installed data files
 sed -i 's,../images,%{_libdir}/mesa-demos-data,' progs/demos/*.c
@@ -429,6 +431,9 @@
 %{_libdir}/mesa-demos-data
 
 %changelog
+* Fri Apr 09 2009 Dennis Gilmore <dennis at ausil.us> - 7.5-0.9
+- fix sparc64 asm 
+
 * Tue Apr 07 2009 Dave Airlie <airlied at redhat.com> 7.5-0.8
 - radeon: fix gnome-shell startup
 




More information about the fedora-extras-commits mailing list