This commit is contained in:
parent
bf833d4d88
commit
05d46c90f9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d857f9df4a6cf50d0bc57dd11296dd1a8d1ac709442875ea4fcd757a89da8430
|
||||
size 888921
|
3
mpfr-2.3.2.tar.bz2
Normal file
3
mpfr-2.3.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18e078c996e182b7ceab32f2ab840e6a151b593e0cd5b83cb9d2960f212fba4c
|
||||
size 986373
|
17
mpfr.changes
17
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
|
||||
|
||||
|
22
mpfr.spec
22
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
|
||||
|
Loading…
Reference in New Issue
Block a user