This commit is contained in:
parent
a790abdbb5
commit
60790751d9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:18e078c996e182b7ceab32f2ab840e6a151b593e0cd5b83cb9d2960f212fba4c
|
|
||||||
size 986373
|
|
3
mpfr-2.4.0.tar.bz2
Normal file
3
mpfr-2.4.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:be3d51ec2bdac6efb9408cde8882a936c8f43b1fde9aac5f0ce2682745e0529d
|
||||||
|
size 1062708
|
17
mpfr.changes
17
mpfr.changes
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 27 10:43:32 CET 2009 - rguenther@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.4.0.
|
||||||
|
* Function mpfr_init_gmp_rand is no longer defined.
|
||||||
|
* New functions:
|
||||||
|
- between a MPFR number and a double: mpfr_add_d, mpfr_sub_d, mpfr_d_sub,
|
||||||
|
mpfr_mul_d, mpfr_div_d, mpfr_d_div;
|
||||||
|
- formatted input/output: mpfr_printf, mpfr_fprintf, mpfr_vprintf,
|
||||||
|
mpfr_vfprintf, mpfr_sprintf, mpfr_snprintf, mpfr_vsprintf,
|
||||||
|
mpfr_vsnprintf, mpfr_asprintf, mpfr_vasprintf;
|
||||||
|
- mpfr_sinh_cosh, mpfr_li2, mpfr_modf, mpfr_fmod, mpfr_rec_sqrt.
|
||||||
|
* Documented the fact that mpfr_random and mpfr_random2 will be suppressed
|
||||||
|
in the next release, and that the specification of mpfr_eq may change in
|
||||||
|
the next release (for compatibility with the mpf layer of GMP).
|
||||||
|
* Bug fixes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 27 14:14:56 CET 2008 - ro@suse.de
|
Thu Nov 27 14:14:56 CET 2008 - ro@suse.de
|
||||||
|
|
||||||
|
22
mpfr.spec
22
mpfr.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mpfr (Version 2.3.2)
|
# spec file for package mpfr (Version 2.4.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -25,8 +25,8 @@ License: LGPL v2.1 or later
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Requires: gmp
|
Requires: gmp
|
||||||
Version: 2.3.2
|
Version: 2.4.0
|
||||||
Release: 3
|
Release: 1
|
||||||
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}.tar.bz2
|
Source: mpfr-%{version}.tar.bz2
|
||||||
@ -143,6 +143,20 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_prefix}/include/mpfr.h
|
%{_prefix}/include/mpfr.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 27 2009 rguenther@suse.de
|
||||||
|
- Update to version 2.4.0.
|
||||||
|
* Function mpfr_init_gmp_rand is no longer defined.
|
||||||
|
* New functions:
|
||||||
|
- between a MPFR number and a double: mpfr_add_d, mpfr_sub_d, mpfr_d_sub,
|
||||||
|
mpfr_mul_d, mpfr_div_d, mpfr_d_div;
|
||||||
|
- formatted input/output: mpfr_printf, mpfr_fprintf, mpfr_vprintf,
|
||||||
|
mpfr_vfprintf, mpfr_sprintf, mpfr_snprintf, mpfr_vsprintf,
|
||||||
|
mpfr_vsnprintf, mpfr_asprintf, mpfr_vasprintf;
|
||||||
|
- mpfr_sinh_cosh, mpfr_li2, mpfr_modf, mpfr_fmod, mpfr_rec_sqrt.
|
||||||
|
* Documented the fact that mpfr_random and mpfr_random2 will be suppressed
|
||||||
|
in the next release, and that the specification of mpfr_eq may change in
|
||||||
|
the next release (for compatibility with the mpf layer of GMP).
|
||||||
|
* Bug fixes.
|
||||||
* Thu Nov 27 2008 ro@suse.de
|
* Thu Nov 27 2008 ro@suse.de
|
||||||
- update baselibs.conf
|
- update baselibs.conf
|
||||||
* Wed Oct 22 2008 mrueckert@suse.de
|
* Wed Oct 22 2008 mrueckert@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user