diff --git a/mpfr-2.3.2.tar.bz2 b/mpfr-2.3.2.tar.bz2 deleted file mode 100644 index 1ea2e0c..0000000 --- a/mpfr-2.3.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18e078c996e182b7ceab32f2ab840e6a151b593e0cd5b83cb9d2960f212fba4c -size 986373 diff --git a/mpfr-2.4.0.tar.bz2 b/mpfr-2.4.0.tar.bz2 new file mode 100644 index 0000000..b448ee4 --- /dev/null +++ b/mpfr-2.4.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3d51ec2bdac6efb9408cde8882a936c8f43b1fde9aac5f0ce2682745e0529d +size 1062708 diff --git a/mpfr.changes b/mpfr.changes index 14ce4fe..1a8c155 100644 --- a/mpfr.changes +++ b/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 diff --git a/mpfr.spec b/mpfr.spec index f8d1249..1f4d720 100644 --- a/mpfr.spec +++ b/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 # 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++ AutoReqProv: on Requires: gmp -Version: 2.3.2 -Release: 3 +Version: 2.4.0 +Release: 1 Summary: The MPFR multiple-precision floating-point library Url: http://www.mpfr.org/ Source: mpfr-%{version}.tar.bz2 @@ -143,6 +143,20 @@ rm -rf $RPM_BUILD_ROOT %{_prefix}/include/mpfr.h %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 - update baselibs.conf * Wed Oct 22 2008 mrueckert@suse.de