Accepting request 1105275 from devel:libraries:c_c++

- Update to mpfr 4.2.1
  * Includes all fixes from mpfr-4.2.0-cummulative.patch which is
    subsequently removed.
  * Improved MPFR manual.
  * Configure tests: replaced the test of the link with GMP, in order
    to avoid the use of a function without a prototype (Autoconf issue), as
    this is obsolescent in ISO C. The new test should be more robust.

OBS-URL: https://build.opensuse.org/request/show/1105275
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=61
This commit is contained in:
Ana Guerrero 2023-08-30 08:19:23 +00:00 committed by Git OBS Bridge
commit 86a2004273
7 changed files with 22 additions and 2059 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:06a378df13501248c1b2db5aa977a2c8126ae849a9d9b7be2546fb4a9c26d993
size 1477532

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYIAB0WIQSlNL4/g+JB2RgoCutYMdEaDU2wKgUCY7gEFgAKCRBYMdEaDU2w
KvJAAP9ittAduZGXgjgIYT7detiVCnDpcyFUTIzkFh5NM3KmagEA5bEcwHjUQT8H
+KGcR9nBRBxqcvjHUX6qOHqNdHZTfwM=
=QJu5
-----END PGP SIGNATURE-----

BIN
mpfr-4.2.1.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

7
mpfr-4.2.1.tar.xz.asc Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYIAB0WIQSlNL4/g+JB2RgoCutYMdEaDU2wKgUCZORoewAKCRBYMdEaDU2w
Ko6vAP92RFCMhLltxuUSeY8fW/wqDyQfidvNgW0RNsx7aMBJOAEAwEVd8sNXEKIL
awlGP8ubzexwOodT+jaoU+2SkWURXgU=
=6VuG
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Aug 22 11:38:24 UTC 2023 - Richard Biener <rguenther@suse.com>
- Update to mpfr 4.2.1
* Includes all fixes from mpfr-4.2.0-cummulative.patch which is
subsequently removed.
* Improved MPFR manual.
* Configure tests: replaced the test of the link with GMP, in order
to avoid the use of a function without a prototype (Autoconf issue), as
this is obsolescent in ISO C. The new test should be more robust.
-------------------------------------------------------------------
Wed Jun 7 07:13:26 UTC 2023 - Richard Biener <rguenther@suse.com>

View File

@ -17,7 +17,7 @@
Name: mpfr
Version: 4.2.0
Version: 4.2.1
Release: 0
Summary: The GNU multiple-precision floating-point library
License: LGPL-3.0-or-later
@ -27,7 +27,6 @@ Source0: https://www.mpfr.org/mpfr-%{version}/mpfr-%{version}.tar.xz
Source1: https://www.mpfr.org/mpfr-%{version}/mpfr-%{version}.tar.xz.asc
Source2: %{name}.keyring
Source3: baselibs.conf
Patch0: mpfr-4.2.0-cummulative.patch
BuildRequires: gmp-devel
BuildRequires: pkgconfig
@ -68,7 +67,6 @@ based on the GMP multiple-precision library.
%prep
%setup -q
%patch0 -p1
%build
%configure \