rpms/gmp/devel gmp-mparam.h, 1.2, 1.3 gmp.h, 1.2, 1.3 gmp.spec, 1.33, 1.34

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Nov 2 17:55:23 UTC 2006


Author: twoerner

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

Modified Files:
	gmp-mparam.h gmp.h gmp.spec 
Log Message:
[tw]
- fixed arch order in gmp.h and gmp-mparam.h wrapper for all architectures




Index: gmp-mparam.h
===================================================================
RCS file: /cvs/dist/rpms/gmp/devel/gmp-mparam.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gmp-mparam.h	2 Nov 2006 17:31:41 -0000	1.2
+++ gmp-mparam.h	2 Nov 2006 17:55:21 -0000	1.3
@@ -36,18 +36,18 @@
 
 #if defined(__i386__)
 #include "gmp-mparam-i386.h"
-#elif defined(__x86_64__)
-#include "gmp-mparam-x86_64.h"
+#elif defined(__ia64__)
+#include "gmp-mparam-ia64.h"
 #elif defined(__powerpc64__)
 #include "gmp-mparam-ppc64.h"
 #elif defined(__powerpc__)
 #include "gmp-mparam-ppc.h"
-#elif defined(__s390__)
-#include "gmp-mparam-s390.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/devel/gmp.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gmp.h	2 Nov 2006 17:31:41 -0000	1.2
+++ gmp.h	2 Nov 2006 17:55:21 -0000	1.3
@@ -37,18 +37,18 @@
 
 #if defined(__i386__)
 #include "gmp-i386.h"
-#elif defined(__x86_64__)
-#include "gmp-x86_64.h"
+#elif defined(__ia64__)
+#include "gmp-ia64.h"
 #elif defined(__powerpc64__)
 #include "gmp-ppc64.h"
 #elif defined(__powerpc__)
 #include "gmp-ppc.h"
-#elif defined(__s390__)
-#include "gmp-s390.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/devel/gmp.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- gmp.spec	2 Nov 2006 17:31:41 -0000	1.33
+++ gmp.spec	2 Nov 2006 17:55:21 -0000	1.34
@@ -204,6 +204,9 @@
 %{_infodir}/mpfr.info*
 
 %changelog
+* Thu Nov  2 2006 Thomas Woerner <twoerner at redhat.com> 4.1.4-10
+- fixed arch order in gmp.h and gmp-mparam.h wrapper for all architectures
+
 * Thu Nov  2 2006 Joe Orton <jorton at redhat.com> 4.1.4-10
 - include ppc64 header on ppc64 not ppc header
 




More information about the fedora-cvs-commits mailing list