OBS User unknown 2008-02-01 18:48:02 +00:00 committed by Git OBS Bridge
parent 02649e6bd7
commit c7157803aa
4 changed files with 25 additions and 6 deletions

View File

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

3
mpfr-2.3.1.tar.bz2 Normal file
View File

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

View File

@ -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 <http://www.mpfr.org/mpfr-2.3.0/#bugs>.
* Configure test for TLS support.
* Improved MPFR manual.
-------------------------------------------------------------------
Sun Jan 13 13:28:54 CET 2008 - rguenther@suse.de

View File

@ -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 <http://www.mpfr.org/mpfr-2.3.0/#bugs>.
* 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.