This commit is contained in:
parent
c66dc4ba58
commit
225924be13
@ -1,3 +1,9 @@
|
|||||||
|
targettype x86 package libgmp3
|
||||||
|
obsoletes "gmp-<targettype>"
|
||||||
libgmp3
|
libgmp3
|
||||||
|
obsoletes "gmp-<targettype>"
|
||||||
libgmpxx4
|
libgmpxx4
|
||||||
gmp-devel
|
gmp-devel
|
||||||
|
requires -gmp-<targettype>
|
||||||
|
requires "libgmp3-<targettype> = <version>"
|
||||||
|
requires "libgmpxx4-<targettype> = <version>"
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e18ec84c97938564d22fe46c8d6ef737cc5be508a30018a7fdde633f90bb20f0
|
|
||||||
size 1897926
|
|
3
gmp-4.3.1.tar.bz2
Normal file
3
gmp-4.3.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aa0295472854f2f9691db7c6892921452521b4d5def15223136f4733309db7c8
|
||||||
|
size 1881090
|
13
gmp.changes
13
gmp.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 12 13:00:14 CEST 2009 - rguenther@suse.de
|
||||||
|
|
||||||
|
- Update to bugfix release GMP 4.3.1.
|
||||||
|
* Fixed bug in mpn_gcdext, affecting also mpz_gcdext and mpz_invert.
|
||||||
|
* Fixed some minor documentation issues.
|
||||||
|
* Recognise more IBM "POWER" processor variants.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 9 18:56:46 CEST 2009 - rguenther@suse.de
|
||||||
|
|
||||||
|
- Fix baselibs.conf wrt package split. [bnc#501465]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 15 10:29:12 CEST 2009 - rguenther@suse.de
|
Wed Apr 15 10:29:12 CEST 2009 - rguenther@suse.de
|
||||||
|
|
||||||
|
17
gmp.spec
17
gmp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gmp (Version 4.3.0)
|
# spec file for package gmp (Version 4.3.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -28,8 +28,8 @@ AutoReqProv: on
|
|||||||
Obsoletes: gmp-64bit
|
Obsoletes: gmp-64bit
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 4.3.0
|
Version: 4.3.1
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: The GNU MP Library
|
Summary: The GNU MP Library
|
||||||
Url: http://gmplib.org/
|
Url: http://gmplib.org/
|
||||||
Source: gmp-%{version}.tar.bz2
|
Source: gmp-%{version}.tar.bz2
|
||||||
@ -124,14 +124,14 @@ Authors:
|
|||||||
#%ifarch x86_64 x86
|
#%ifarch x86_64 x86
|
||||||
# --enable-fat \
|
# --enable-fat \
|
||||||
#%endif
|
#%endif
|
||||||
CFLAGS="$RPM_OPT_FLAGS -fexceptions -Wall" \
|
CFLAGS="$RPM_OPT_FLAGS -fexceptions" \
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--libdir=%{_libdir} \
|
--libdir=%{_libdir} \
|
||||||
--infodir=%{_infodir} \
|
--infodir=%{_infodir} \
|
||||||
--build=%{_target_platform} \
|
--build=%{_target_platform} \
|
||||||
--disable-mpfr \
|
--disable-mpfr \
|
||||||
--enable-cxx
|
--enable-cxx
|
||||||
make CFLAGS="$RPM_OPT_FLAGS -fexceptions -Wall" %{?jobs:-j%jobs}
|
make CFLAGS="$RPM_OPT_FLAGS -fexceptions" %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# do not disable "make check", FIX THE BUGS!
|
# do not disable "make check", FIX THE BUGS!
|
||||||
@ -180,6 +180,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/include/gmpxx.h
|
/usr/include/gmpxx.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 12 2009 rguenther@suse.de
|
||||||
|
- Update to bugfix release GMP 4.3.1.
|
||||||
|
* Fixed bug in mpn_gcdext, affecting also mpz_gcdext and mpz_invert.
|
||||||
|
* Fixed some minor documentation issues.
|
||||||
|
* Recognise more IBM "POWER" processor variants.
|
||||||
|
* Sat May 09 2009 rguenther@suse.de
|
||||||
|
- Fix baselibs.conf wrt package split. [bnc#501465]
|
||||||
* Wed Apr 15 2009 rguenther@suse.de
|
* Wed Apr 15 2009 rguenther@suse.de
|
||||||
- Update to version 4.3.0.
|
- Update to version 4.3.0.
|
||||||
* Speedups all over the board
|
* Speedups all over the board
|
||||||
|
Loading…
Reference in New Issue
Block a user