diff mbox series

mpfr: upgrade 4.1.1 -> 4.2.0

Message ID 1673241297-28966-4-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 7df43a56b0146ac2a73f7bb97aeac8f11629878f
Headers show
Series mpfr: upgrade 4.1.1 -> 4.2.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 9, 2023, 5:14 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- The "fondue savoyarde" release.
- Binary compatible with MPFR 4.0.* and 4.1.*, though some minor changes in
  the behavior of the formatted output functions may be visible, regarded
  as underspecified behavior or bug fixes (see below).
- New functions mpfr_cosu, mpfr_sinu, mpfr_tanu, mpfr_acosu, mpfr_asinu,
  mpfr_atanu and mpfr_atan2u.
- New functions mpfr_cospi, mpfr_sinpi, mpfr_tanpi, mpfr_acospi, mpfr_asinpi,
  mpfr_atanpi and mpfr_atan2pi.
- New functions mpfr_log2p1, mpfr_log10p1, mpfr_exp2m1, mpfr_exp10m1 and
  mpfr_compound_si.
- New functions mpfr_fmod_ui, mpfr_powr, mpfr_pown, mpfr_pow_uj, mpfr_pow_sj
  and mpfr_rootn_si (mpfr_pown is actually a macro defined as an alias for
  mpfr_pow_sj).
- Bug fixes.
  In particular, for the formatted output functions (mpfr_printf, etc.),
  the case where the precision consists only of a period has been fixed
  to be like ".0" as specified in the ISO C standard, and the manual has
  been corrected and clarified.
  The macros of the custom interface have also been fixed: they now behave
  like functions (except a minor limitation for mpfr_custom_init_set).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-support/mpfr/{mpfr_4.1.1.bb => mpfr_4.2.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/mpfr/{mpfr_4.1.1.bb => mpfr_4.2.0.bb} (91%)
diff mbox series

Patch

diff --git a/meta/recipes-support/mpfr/mpfr_4.1.1.bb b/meta/recipes-support/mpfr/mpfr_4.2.0.bb
similarity index 91%
rename from meta/recipes-support/mpfr/mpfr_4.1.1.bb
rename to meta/recipes-support/mpfr/mpfr_4.2.0.bb
index f531a88961..fead5c3833 100644
--- a/meta/recipes-support/mpfr/mpfr_4.1.1.bb
+++ b/meta/recipes-support/mpfr/mpfr_4.2.0.bb
@@ -12,7 +12,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \
 DEPENDS = "gmp autoconf-archive"
 
 SRC_URI = "https://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.xz"
-SRC_URI[sha256sum] = "ffd195bd567dbaffc3b98b23fd00aad0537680c9896171e44fe3ff79e28ac33d"
+SRC_URI[sha256sum] = "06a378df13501248c1b2db5aa977a2c8126ae849a9d9b7be2546fb4a9c26d993"
 
 UPSTREAM_CHECK_URI = "http://www.mpfr.org/mpfr-current/"