From 225924be13ac64c96fe86566f427bc45ffc7ab4386ff3827b4d7f847a6bb2006 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 15 May 2009 10:10:44 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=12 --- baselibs.conf | 6 ++++++ gmp-4.3.0.tar.bz2 | 3 --- gmp-4.3.1.tar.bz2 | 3 +++ gmp.changes | 13 +++++++++++++ gmp.spec | 17 ++++++++++++----- 5 files changed, 34 insertions(+), 8 deletions(-) delete mode 100644 gmp-4.3.0.tar.bz2 create mode 100644 gmp-4.3.1.tar.bz2 diff --git a/baselibs.conf b/baselibs.conf index b23709c..cc64d48 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,3 +1,9 @@ +targettype x86 package libgmp3 + obsoletes "gmp-" libgmp3 + obsoletes "gmp-" libgmpxx4 gmp-devel + requires -gmp- + requires "libgmp3- = " + requires "libgmpxx4- = " diff --git a/gmp-4.3.0.tar.bz2 b/gmp-4.3.0.tar.bz2 deleted file mode 100644 index 5a9b933..0000000 --- a/gmp-4.3.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e18ec84c97938564d22fe46c8d6ef737cc5be508a30018a7fdde633f90bb20f0 -size 1897926 diff --git a/gmp-4.3.1.tar.bz2 b/gmp-4.3.1.tar.bz2 new file mode 100644 index 0000000..3770908 --- /dev/null +++ b/gmp-4.3.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa0295472854f2f9691db7c6892921452521b4d5def15223136f4733309db7c8 +size 1881090 diff --git a/gmp.changes b/gmp.changes index 3143dae..3f3ca86 100644 --- a/gmp.changes +++ b/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 diff --git a/gmp.spec b/gmp.spec index caaf354..87cf96a 100644 --- a/gmp.spec +++ b/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. # @@ -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