- include ppc64 header on ppc64 not ppc header

This commit is contained in:
jorton 2006-11-02 17:31:41 +00:00
parent 03f18e13c3
commit 768a0c358c
3 changed files with 8 additions and 5 deletions

View File

@ -38,10 +38,10 @@ MA 02111-1307, USA. */
#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(__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__)

4
gmp.h
View File

@ -39,10 +39,10 @@ MA 02111-1307, USA. */
#include "gmp-i386.h"
#elif defined(__x86_64__)
#include "gmp-x86_64.h"
#elif defined(__powerpc__)
#include "gmp-ppc.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__)

View File

@ -9,7 +9,7 @@
Summary: A GNU arbitrary precision library.
Name: gmp
Version: 4.1.4
Release: 9
Release: 10
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 @@ fi
%{_infodir}/mpfr.info*
%changelog
* Thu Nov 2 2006 Joe Orton <jorton@redhat.com> 4.1.4-10
- include ppc64 header on ppc64 not ppc header
* Fri Oct 27 2006 Thomas Woerner <twoerner@redhat.com> - 4.1.4-9
- fixed multilib devel conflicts for gmp (#212286)