mpfr:backport upstream patch for 4.1.0

(cherry picked from commit 76aa38422282580cc77706cbf9a5cbb3b7b10fbd)
This commit is contained in:
Wizard Howl 2023-11-03 09:45:16 +08:00 committed by openeuler-sync-bot
parent a47295ff0b
commit 20d90d11cd
2 changed files with 1611 additions and 1 deletions

1605
backport-allpatches.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: mpfr Name: mpfr
Version: 4.1.0 Version: 4.1.0
Release: 2 Release: 3
Summary: A C library for multiple-precision floating-point computations Summary: A C library for multiple-precision floating-point computations
URL: http://www.mpfr.org/ URL: http://www.mpfr.org/
License: LGPLv3+ and GPLv3+ and GFDL License: LGPLv3+ and GPLv3+ and GFDL
@ -10,6 +10,8 @@ Requires: gmp >= 4.2.3
Source0: http://www.mpfr.org/%{name}-%{version}/%{name}-%{version}.tar.xz Source0: http://www.mpfr.org/%{name}-%{version}/%{name}-%{version}.tar.xz
Patch6000: backport-allpatches.patch
%description %description
MPFR is a C library for arbitrary-precision binary floating-point computation MPFR is a C library for arbitrary-precision binary floating-point computation
with correct rounding, based on Multi-Precision Library. The computation is with correct rounding, based on Multi-Precision Library. The computation is
@ -78,6 +80,9 @@ fi
%{_libdir}/pkgconfig/mpfr.pc %{_libdir}/pkgconfig/mpfr.pc
%changelog %changelog
* Mon Nov 27 2023 Wenyu Liu<liuwenyu7@huawei.com> - 4.1.0-3
- backport upstream patch for 4.1.0.
* Fri Apr 01 2022 zhouwenpei<zhouwenpei1@h-partners.com> - 4.1.0-2 * Fri Apr 01 2022 zhouwenpei<zhouwenpei1@h-partners.com> - 4.1.0-2
- delete old so file - delete old so file