This commit is contained in:
parent
02649e6bd7
commit
c7157803aa
@ -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
3
mpfr-2.3.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d857f9df4a6cf50d0bc57dd11296dd1a8d1ac709442875ea4fcd757a89da8430
|
||||||
|
size 888921
|
11
mpfr.changes
11
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 <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
|
Sun Jan 13 13:28:54 CET 2008 - rguenther@suse.de
|
||||||
|
|
||||||
|
14
mpfr.spec
14
mpfr.spec
@ -17,10 +17,10 @@ Group: Development/Libraries/C and C++
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Requires: gmp
|
Requires: gmp
|
||||||
Version: 2.3.1
|
Version: 2.3.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: The MPFR multiple-precision floating-point library
|
Summary: The MPFR multiple-precision floating-point library
|
||||||
Url: http://www.mpfr.org/
|
Url: http://www.mpfr.org/
|
||||||
Source: mpfr-%{version}-rc1.tar.bz2
|
Source: mpfr-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -86,7 +86,7 @@ Authors:
|
|||||||
Patrick Pélissier
|
Patrick Pélissier
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n mpfr-2.3.1-rc1
|
%setup -q -n mpfr-2.3.1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-shared --enable-thread-safe
|
%configure --enable-shared --enable-thread-safe
|
||||||
@ -128,6 +128,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_prefix}/include/mpfr.h
|
%{_prefix}/include/mpfr.h
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Jan 13 2008 rguenther@suse.de
|
||||||
- Update to 2.3.1 release candidate 1.
|
- Update to 2.3.1 release candidate 1.
|
||||||
* Fixes various bugs.
|
* Fixes various bugs.
|
||||||
|
Loading…
Reference in New Issue
Block a user