Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/mpfr.git#9acef3eea7c3e96b2c599280f1cd378c446f2bd9
This commit is contained in:
DistroBaker 2021-02-17 17:55:24 +00:00
parent 82680a9aa2
commit e5daf96741
2 changed files with 1595 additions and 1 deletions

1581
allpatches Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
Summary: C library for multiple-precision floating-point computations
Name: mpfr
Version: 4.1.0
Release: 3%{?dist}
Release: 4%{?dist}
URL: https://www.mpfr.org/
License: LGPLv3+
@ -9,6 +9,16 @@ BuildRequires: gmp-devel gcc make
Source0: https://www.mpfr.org/%{name}-%{version}/%{name}-%{version}.tar.xz
# Upstream post-release patches. This currently contains:
# - decimal128-conv.patch
# - random_deviate.patch
# - set_z_2exp-overflow.patch
# - prototypes.patch
# - digamma-hugemem.patch
# - digamma-interm-zero.patch
# - jn-interm-zero.patch
Patch0: https://www.mpfr.org/%{name}-%{version}/allpatches
# This can be removed when F32 reaches EOL
Obsoletes: mpfr3 < 4.0.0
Provides: mpfr3 = %{version}-%{release}
@ -95,6 +105,9 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
%{_infodir}/mpfr.info*
%changelog
* Wed Feb 17 2021 Jerry James <loganjerry@gmail.com> - 4.1.0-4
- Add upstream patches 1-7
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild