rpms/gmp/FC-6 gmp-mparam.h, 1.1, 1.2 gmp.h, 1.1, 1.2 gmp.spec, 1.32, 1.33

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Nov 2 18:00:28 UTC 2006


Author: twoerner

Update of /cvs/dist/rpms/gmp/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv20826

Modified Files:
	gmp-mparam.h gmp.h gmp.spec 
Log Message:
[tw]
- fixed arch order in gmp.h and gmp-mparam.h wrappers



Index: gmp-mparam.h
===================================================================
RCS file: /cvs/dist/rpms/gmp/FC-6/gmp-mparam.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gmp-mparam.h	27 Oct 2006 17:08:40 -0000	1.1
+++ gmp-mparam.h	2 Nov 2006 18:00:21 -0000	1.2
@@ -36,18 +36,18 @@
 
 #if defined(__i386__)
 #include "gmp-mparam-i386.h"
-#elif defined(__x86_64__)
-#include "gmp-mparam-x86_64.h"
-#elif defined(__powerpc__)
-#include "gmp-mparam-ppc.h"
+#elif defined(__ia64__)
+#include "gmp-mparam-ia64.h"
 #elif defined(__powerpc64__)
 #include "gmp-mparam-ppc64.h"
-#elif defined(__s390__)
-#include "gmp-mparam-s390.h"
+#elif defined(__powerpc__)
+#include "gmp-mparam-ppc.h"
 #elif defined(__s390x__)
 #include "gmp-mparam-s390x.h"
-#elif defined(__ia64__)
-#include "gmp-mparam-ia64.h"
+#elif defined(__s390__)
+#include "gmp-mparam-s390.h"
+#elif defined(__x86_64__)
+#include "gmp-mparam-x86_64.h"
 #else
 #error "The gmp-devel package is not usable with the architecture."
 #endif


Index: gmp.h
===================================================================
RCS file: /cvs/dist/rpms/gmp/FC-6/gmp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gmp.h	27 Oct 2006 17:08:40 -0000	1.1
+++ gmp.h	2 Nov 2006 18:00:21 -0000	1.2
@@ -37,18 +37,18 @@
 
 #if defined(__i386__)
 #include "gmp-i386.h"
-#elif defined(__x86_64__)
-#include "gmp-x86_64.h"
-#elif defined(__powerpc__)
-#include "gmp-ppc.h"
+#elif defined(__ia64__)
+#include "gmp-ia64.h"
 #elif defined(__powerpc64__)
 #include "gmp-ppc64.h"
-#elif defined(__s390__)
-#include "gmp-s390.h"
+#elif defined(__powerpc__)
+#include "gmp-ppc.h"
 #elif defined(__s390x__)
 #include "gmp-s390x.h"
-#elif defined(__ia64__)
-#include "gmp-ia64.h"
+#elif defined(__s390__)
+#include "gmp-s390.h"
+#elif defined(__x86_64__)
+#include "gmp-x86_64.h"
 #else
 #error "The gmp-devel package is not usable with the architecture."
 #endif


Index: gmp.spec
===================================================================
RCS file: /cvs/dist/rpms/gmp/FC-6/gmp.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- gmp.spec	27 Oct 2006 17:08:40 -0000	1.32
+++ gmp.spec	2 Nov 2006 18:00:21 -0000	1.33
@@ -9,7 +9,7 @@
 Summary: A GNU arbitrary precision library.
 Name: gmp
 Version: 4.1.4
-Release: 8%{dist}
+Release: 9%{dist}
 URL: http://www.swox.com/gmp/
 Source0: ftp://ftp.gnu.org/pub/gnu/gmp/gmp-%{version}.tar.bz2
 Source1: http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
@@ -204,6 +204,9 @@
 %{_infodir}/mpfr.info*
 
 %changelog
+* Thu Nov  2 2006 Thomas Woerner <twoerner at redhat.com> - 4.1.4-9%{dist}
+- fixed arch order in gmp.h and gmp-mparam.h wrappers
+
 * Fri Oct 27 2006 Thomas Woerner <twoerner at redhat.com> - 4.1.4-8%{dist}
 - fixed multilib devel conflicts for gmp (#212286)
 




More information about the fedora-cvs-commits mailing list