rpms/gmp/devel gmp-mparam.h, 1.6, 1.7 gmp.h, 1.5, 1.6 gmp.spec, 1.49, 1.50

Ivana Varekova (varekova) fedora-extras-commits at redhat.com
Wed Mar 19 13:22:01 UTC 2008


Author: varekova

Update of /cvs/pkgs/rpms/gmp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17991

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

- add superH support (#437688)



Index: gmp-mparam.h
===================================================================
RCS file: /cvs/pkgs/rpms/gmp/devel/gmp-mparam.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gmp-mparam.h	7 Aug 2007 13:52:23 -0000	1.6
+++ gmp-mparam.h	19 Mar 2008 13:21:25 -0000	1.7
@@ -52,6 +52,8 @@
 #include "gmp-mparam-x86_64.h"
 #elif defined(__alpha__)
 #include "gmp-mparam-alpha.h"
+#elif defined(__sh__)
+#include "gmp-mparam-sh.h"
 #else
 #error "The gmp-devel package is not usable with the architecture."
 #endif


Index: gmp.h
===================================================================
RCS file: /cvs/pkgs/rpms/gmp/devel/gmp.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gmp.h	7 Aug 2007 13:52:23 -0000	1.5
+++ gmp.h	19 Mar 2008 13:21:25 -0000	1.6
@@ -53,6 +53,8 @@
 #include "gmp-x86_64.h"
 #elif defined(__alpha__)
 #include "gmp-alpha.h"
+#elif defined(__sh__)
+#include "gmp-sh.h"
 #else
 #error "The gmp-devel package is not usable with the architecture."
 #endif


Index: gmp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gmp/devel/gmp.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- gmp.spec	13 Feb 2008 09:12:08 -0000	1.49
+++ gmp.spec	19 Mar 2008 13:21:25 -0000	1.50
@@ -8,7 +8,7 @@
 Summary: A GNU arbitrary precision library
 Name: gmp
 Version: 4.2.2
-Release: 6%{?dist}
+Release: 7%{?dist}
 URL: http://gmplib.org/
 Source0: ftp://ftp.gnu.org/pub/gnu/gmp/gmp-%{version}.tar.bz2
 Source2: gmp.h
@@ -132,6 +132,10 @@
 %ifarch %{arm}
 basearch=arm
 %endif
+# superH architecture support
+%ifarch sh3 sh4
+basearch=sh
+%endif
 # Rename files and install wrappers
 
 mv %{buildroot}/%{_includedir}/gmp.h %{buildroot}/%{_includedir}/gmp-${basearch}.h
@@ -199,6 +203,9 @@
 
 
 %changelog
+* Wed Mar 19 2008 Ivana Varekova <varekova at redhat.com> 4.2.2-7
+- add superH support (#437688)
+
 * Wed Feb 13 2008 Ivana varekova <varekova at redhat.com> 4.2.2-6
 - fix gcc-4.3 problem - add <cstdio> (#432336)
 




More information about the fedora-extras-commits mailing list