fix typo
This commit is contained in:
parent
89907e8463
commit
1cf98c6e96
@ -48,7 +48,7 @@ MA 02111-1307, USA. */
|
||||
#include "gmp-mparam-s390.h"
|
||||
#elif defined(__x86_64__)
|
||||
#include "gmp-mparam-x86_64.h"
|
||||
#elif defiend(__alpha__)
|
||||
#elif defined(__alpha__)
|
||||
#include "gmp-mparam-alpha.h"
|
||||
#else
|
||||
#error "The gmp-devel package is not usable with the architecture."
|
||||
|
5
gmp.spec
5
gmp.spec
@ -9,7 +9,7 @@
|
||||
Summary: A GNU arbitrary precision library
|
||||
Name: gmp
|
||||
Version: 4.1.4
|
||||
Release: 12.1
|
||||
Release: 12.2
|
||||
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
|
||||
@ -208,6 +208,9 @@ fi
|
||||
%{_infodir}/mpfr.info*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 14 2007 Karsten Hopp <karsten@redhat.com> 4.1.4-12.2
|
||||
- fix typo
|
||||
|
||||
* Wed Mar 14 2007 Thomas Woerner <twoerner@redhat.com> 4.1.4-12.1
|
||||
- added alpha support for gmp.h and gmp-mparam.h wrappers
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user