Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mpfr for openSUSE:Factory checked in at 2025-03-21 20:21:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mpfr (Old) and /work/SRC/openSUSE:Factory/.mpfr.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mpfr" Fri Mar 21 20:21:51 2025 rev:62 rq:1254755 version:4.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/mpfr/mpfr.changes 2023-08-30 10:21:57.279299011 +0200 +++ /work/SRC/openSUSE:Factory/.mpfr.new.2696/mpfr.changes 2025-03-21 20:22:10.710151475 +0100 @@ -1,0 +2,22 @@ +Thu Mar 20 14:18:31 UTC 2025 - Richard Biener <rguent...@suse.com> + +- Update to mpfr 4.2.2 + * In order to resolve a portability issue with the _Float128 fallback to + __float128 for binary128 support (e.g. with Clang and glibc 2.41), the + prototypes of the corresponding conversion functions had to be changed, + with _Float128 replaced by mpfr_float128, where mpfr_float128 is a + macro defined as _Float128 by default. This changes neither the ABI nor + the API (except that the end user of MPFR would need to define + mpfr_float128 as the actual type for the binary128 format if this is not + the standard _Float128 type). + * Other bug fixes (see the fixed bugs on the MPFR 4.2.1 page and/or the + ChangeLog file). In particular, the formatted output functions behaved + incorrectly with %c on the value 0; such a use is uncommon, but this bug + may have security implications. + * Improved MPFR manual. + * Detect the use of GMP's buggy vsnprintf replacement at configure time. + With it, the tests of "%a" will be disabled to avoid an assertion failure + in the MPFR testsuite. A warning will be displayed in the configure output + in such a case. + +------------------------------------------------------------------- Old: ---- mpfr-4.2.1.tar.xz mpfr-4.2.1.tar.xz.asc New: ---- mpfr-4.2.2.tar.xz mpfr-4.2.2.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mpfr.spec ++++++ --- /var/tmp/diff_new_pack.etFjgt/_old 2025-03-21 20:22:11.246173775 +0100 +++ /var/tmp/diff_new_pack.etFjgt/_new 2025-03-21 20:22:11.250173941 +0100 @@ -1,7 +1,7 @@ # # spec file for package mpfr # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: mpfr -Version: 4.2.1 +Version: 4.2.2 Release: 0 Summary: The GNU multiple-precision floating-point library License: LGPL-3.0-or-later @@ -56,7 +56,7 @@ Requires: gmp-devel Requires: libmpfr6 = %{version} Requires(post): %{install_info_prereq} -Requires(preun):%{install_info_prereq} +Requires(preun): %{install_info_prereq} %description devel Development files for the GNU multiple-precision floating-point library. ++++++ mpfr-4.2.1.tar.xz -> mpfr-4.2.2.tar.xz ++++++ ++++ 30428 lines of diff (skipped)