SHA256
1
0
forked from pool/gmp
OBS User unknown 2009-05-15 10:10:44 +00:00 committed by Git OBS Bridge
parent c66dc4ba58
commit 225924be13
5 changed files with 34 additions and 8 deletions

View File

@ -1,3 +1,9 @@
targettype x86 package libgmp3
obsoletes "gmp-<targettype>"
libgmp3
obsoletes "gmp-<targettype>"
libgmpxx4
gmp-devel
requires -gmp-<targettype>
requires "libgmp3-<targettype> = <version>"
requires "libgmpxx4-<targettype> = <version>"

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aa0295472854f2f9691db7c6892921452521b4d5def15223136f4733309db7c8
size 1881090

View File

@ -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

View File

@ -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.
#
@ -28,8 +28,8 @@ AutoReqProv: on
Obsoletes: gmp-64bit
%endif
#
Version: 4.3.0
Release: 2
Version: 4.3.1
Release: 1
Summary: The GNU MP Library
Url: http://gmplib.org/
Source: gmp-%{version}.tar.bz2
@ -124,14 +124,14 @@ Authors:
#%ifarch x86_64 x86
# --enable-fat \
#%endif
CFLAGS="$RPM_OPT_FLAGS -fexceptions -Wall" \
CFLAGS="$RPM_OPT_FLAGS -fexceptions" \
./configure --prefix=/usr \
--libdir=%{_libdir} \
--infodir=%{_infodir} \
--build=%{_target_platform} \
--disable-mpfr \
--enable-cxx
make CFLAGS="$RPM_OPT_FLAGS -fexceptions -Wall" %{?jobs:-j%jobs}
make CFLAGS="$RPM_OPT_FLAGS -fexceptions" %{?jobs:-j%jobs}
%check
# do not disable "make check", FIX THE BUGS!
@ -180,6 +180,13 @@ rm -rf $RPM_BUILD_ROOT
/usr/include/gmpxx.h
%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
- Update to version 4.3.0.
* Speedups all over the board