From c7157803aafd2a53b4984e7951b656a263b09571d2020d543505d60d473132e0 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 1 Feb 2008 18:48:02 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=5 --- mpfr-2.3.1-rc1.tar.bz2 | 3 --- mpfr-2.3.1.tar.bz2 | 3 +++ mpfr.changes | 11 +++++++++++ mpfr.spec | 14 +++++++++++--- 4 files changed, 25 insertions(+), 6 deletions(-) delete mode 100644 mpfr-2.3.1-rc1.tar.bz2 create mode 100644 mpfr-2.3.1.tar.bz2 diff --git a/mpfr-2.3.1-rc1.tar.bz2 b/mpfr-2.3.1-rc1.tar.bz2 deleted file mode 100644 index 50996c9..0000000 --- a/mpfr-2.3.1-rc1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:368fc7a3079cb72d2f987395b0a6711768fe5a78c3dc5447f4295ada25cbb656 -size 882344 diff --git a/mpfr-2.3.1.tar.bz2 b/mpfr-2.3.1.tar.bz2 new file mode 100644 index 0000000..c8010e9 --- /dev/null +++ b/mpfr-2.3.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d857f9df4a6cf50d0bc57dd11296dd1a8d1ac709442875ea4fcd757a89da8430 +size 888921 diff --git a/mpfr.changes b/mpfr.changes index dd97126..2cfcf51 100644 --- a/mpfr.changes +++ b/mpfr.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jan 29 15:18:35 CET 2008 - rguenther@suse.de + +- Update to final version 2.3.1. + * Changes in the behavior of mpfr_strtofr and in its documentation + concerning particular cases where the code and the documentation + did not match. + * Bug fixes; see . + * Configure test for TLS support. + * Improved MPFR manual. + ------------------------------------------------------------------- Sun Jan 13 13:28:54 CET 2008 - rguenther@suse.de diff --git a/mpfr.spec b/mpfr.spec index b5b6a13..96b4c46 100644 --- a/mpfr.spec +++ b/mpfr.spec @@ -17,10 +17,10 @@ Group: Development/Libraries/C and C++ AutoReqProv: on Requires: gmp Version: 2.3.1 -Release: 1 +Release: 2 Summary: The MPFR multiple-precision floating-point library Url: http://www.mpfr.org/ -Source: mpfr-%{version}-rc1.tar.bz2 +Source: mpfr-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -86,7 +86,7 @@ Authors: Patrick Pélissier %prep -%setup -q -n mpfr-2.3.1-rc1 +%setup -q -n mpfr-2.3.1 %build %configure --enable-shared --enable-thread-safe @@ -128,6 +128,14 @@ rm -rf $RPM_BUILD_ROOT %{_prefix}/include/mpfr.h %changelog +* Tue Jan 29 2008 rguenther@suse.de +- Update to final version 2.3.1. + * Changes in the behavior of mpfr_strtofr and in its documentation + concerning particular cases where the code and the documentation + did not match. + * Bug fixes; see . + * Configure test for TLS support. + * Improved MPFR manual. * Sun Jan 13 2008 rguenther@suse.de - Update to 2.3.1 release candidate 1. * Fixes various bugs.