rpms/gmp/F-9 gmp-mparam.h,1.7,1.8 gmp.h,1.6,1.7 gmp.spec,1.50,1.51

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Apr 24 21:50:47 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/gmp/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18522/F-9

Modified Files:
	gmp-mparam.h gmp.h gmp.spec 
Log Message:

enable sparc support



Index: gmp-mparam.h
===================================================================
RCS file: /cvs/pkgs/rpms/gmp/F-9/gmp-mparam.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gmp-mparam.h	19 Mar 2008 13:21:25 -0000	1.7
+++ gmp-mparam.h	24 Apr 2008 21:50:09 -0000	1.8
@@ -54,6 +54,10 @@
 #include "gmp-mparam-alpha.h"
 #elif defined(__sh__)
 #include "gmp-mparam-sh.h"
+#elif defined(__sparc__) && defined (__arch64__)
+#include "gmp-mparam-sparc64.h"
+#elif defined(__sparc__)                      
+#include "gmp-mparam-sparc.h"
 #else
 #error "The gmp-devel package is not usable with the architecture."
 #endif


Index: gmp.h
===================================================================
RCS file: /cvs/pkgs/rpms/gmp/F-9/gmp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gmp.h	19 Mar 2008 13:21:25 -0000	1.6
+++ gmp.h	24 Apr 2008 21:50:09 -0000	1.7
@@ -55,6 +55,10 @@
 #include "gmp-alpha.h"
 #elif defined(__sh__)
 #include "gmp-sh.h"
+#elif defined(__sparc__) && defined (__arch64__)
+#include "gmp-sparc64.h"
+#elif defined(__sparc__)
+#include "gmp-sparc.h"
 #else
 #error "The gmp-devel package is not usable with the architecture."
 #endif


Index: gmp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gmp/F-9/gmp.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- gmp.spec	19 Mar 2008 13:21:25 -0000	1.50
+++ gmp.spec	24 Apr 2008 21:50:09 -0000	1.51
@@ -8,7 +8,7 @@
 Summary: A GNU arbitrary precision library
 Name: gmp
 Version: 4.2.2
-Release: 7%{?dist}
+Release: 8%{?dist}
 URL: http://gmplib.org/
 Source0: ftp://ftp.gnu.org/pub/gnu/gmp/gmp-%{version}.tar.bz2
 Source2: gmp.h
@@ -203,6 +203,9 @@
 
 
 %changelog
+* Thu Apr 24 2008 Tom "spot" Callaway <tcallawa at redhat.com> 4.2.2-8
+- add sparc/sparc64 support
+
 * Wed Mar 19 2008 Ivana Varekova <varekova at redhat.com> 4.2.2-7
 - add superH support (#437688)
 




More information about the fedora-extras-commits mailing list