From 05d46c90f970ea1328b613968ebc541048c406001162ca816f38c10565467d34 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 13 Sep 2008 11:23:51 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=10 --- mpfr-2.3.1.tar.bz2 | 3 --- mpfr-2.3.2.tar.bz2 | 3 +++ mpfr.changes | 17 +++++++++++++++++ mpfr.spec | 22 ++++++++++++++++++---- 4 files changed, 38 insertions(+), 7 deletions(-) delete mode 100644 mpfr-2.3.1.tar.bz2 create mode 100644 mpfr-2.3.2.tar.bz2 diff --git a/mpfr-2.3.1.tar.bz2 b/mpfr-2.3.1.tar.bz2 deleted file mode 100644 index c8010e9..0000000 --- a/mpfr-2.3.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d857f9df4a6cf50d0bc57dd11296dd1a8d1ac709442875ea4fcd757a89da8430 -size 888921 diff --git a/mpfr-2.3.2.tar.bz2 b/mpfr-2.3.2.tar.bz2 new file mode 100644 index 0000000..1ea2e0c --- /dev/null +++ b/mpfr-2.3.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e078c996e182b7ceab32f2ab840e6a151b593e0cd5b83cb9d2960f212fba4c +size 986373 diff --git a/mpfr.changes b/mpfr.changes index 044e691..3dafc5c 100644 --- a/mpfr.changes +++ b/mpfr.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Sep 13 12:38:22 CEST 2008 - rguenther@suse.de + +- Update to version 2.3.2. Includes fixes for + * Functions mpfr_pow_ui, mpfr_pow_si and mpfr_pow_z (but not mpfr_pow) + on NaN^0 return NaN instead of 1. + * Underflow bug in function mpfr_div. + * Underflow bug due to double-rounding in functions mpfr_mul_2si, + mpfr_div_2si and mpfr_div_2ui. + * mpfr_exp problems. + * The overflow flag can be lost in many functions called with the + maximum exponent equal to MPFR_EMAX_MAX. + * assertion/overflow/underflow issues with MPFR's power functions + (mpfr_pow, mpfr_pow_ui, mpfr_pow_si, mpfr_pow_z). + * Inifinite looping in mpfr_hypot. + * Hide internal symbol mpfr_init_gmp_rand. + ------------------------------------------------------------------- Sat Aug 2 17:21:09 CEST 2008 - rguenther@suse.de diff --git a/mpfr.spec b/mpfr.spec index d015a1d..d2301e0 100644 --- a/mpfr.spec +++ b/mpfr.spec @@ -1,5 +1,5 @@ # -# spec file for package mpfr (Version 2.3.1) +# spec file for package mpfr (Version 2.3.2) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -25,8 +25,8 @@ License: LGPL v2.1 or later Group: Development/Libraries/C and C++ AutoReqProv: on Requires: gmp -Version: 2.3.1 -Release: 7 +Version: 2.3.2 +Release: 1 Summary: The MPFR multiple-precision floating-point library Url: http://www.mpfr.org/ Source: mpfr-%{version}.tar.bz2 @@ -97,7 +97,7 @@ Authors: Patrick Pélissier %prep -%setup -q -n mpfr-2.3.1 +%setup -q %build %configure \ @@ -143,6 +143,20 @@ rm -rf $RPM_BUILD_ROOT %{_prefix}/include/mpfr.h %changelog +* Sat Sep 13 2008 rguenther@suse.de +- Update to version 2.3.2. Includes fixes for + * Functions mpfr_pow_ui, mpfr_pow_si and mpfr_pow_z (but not mpfr_pow) + on NaN^0 return NaN instead of 1. + * Underflow bug in function mpfr_div. + * Underflow bug due to double-rounding in functions mpfr_mul_2si, + mpfr_div_2si and mpfr_div_2ui. + * mpfr_exp problems. + * The overflow flag can be lost in many functions called with the + maximum exponent equal to MPFR_EMAX_MAX. + * assertion/overflow/underflow issues with MPFR's power functions + (mpfr_pow, mpfr_pow_ui, mpfr_pow_si, mpfr_pow_z). + * Inifinite looping in mpfr_hypot. + * Hide internal symbol mpfr_init_gmp_rand. * Sat Aug 02 2008 rguenther@suse.de - make mpfr-debuginfo depend on libmpfr1 instead of mpfr * Tue Jul 15 2008 rguenther@suse.de