Upgrade to libmpc version 1.2.1
This commit is contained in:
parent
10cf4b98f3
commit
cd6c5516ef
13
libmpc.spec
13
libmpc.spec
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
Summary: C library for multiple precision complex arithmetic
|
Summary: C library for multiple precision complex arithmetic
|
||||||
Name: libmpc
|
Name: libmpc
|
||||||
Version: 1.1.0
|
Version: 1.2.1
|
||||||
Release: 9%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
URL: http://www.multiprecision.org/mpc/
|
URL: http://www.multiprecision.org/mpc/
|
||||||
Source0: https://ftp.gnu.org/gnu/mpc/mpc-%{version}.tar.gz
|
Source0: https://ftp.gnu.org/gnu/mpc/mpc-%{version}.tar.gz
|
||||||
@ -15,9 +15,9 @@ Source1: https://ftp.gnu.org/gnu/mpc/mpc-%{bootstrap_version}.tar.gz
|
|||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gmp-devel >= 5.0.0
|
BuildRequires: gmp-devel >= 5.0.0
|
||||||
BuildRequires: mpfr-devel
|
BuildRequires: mpfr-devel >= 4.1.0
|
||||||
|
|
||||||
# This can be removed before the next build
|
# This can be removed when F32 reaches EOL
|
||||||
Obsoletes: libmpc-mpfr3 < 1.1.0-7
|
Obsoletes: libmpc-mpfr3 < 1.1.0-7
|
||||||
Provides: libmpc-mpfr3 = %{version}-%{release}
|
Provides: libmpc-mpfr3 = %{version}-%{release}
|
||||||
|
|
||||||
@ -37,7 +37,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
Requires: gmp-devel%{?_isa}
|
Requires: gmp-devel%{?_isa}
|
||||||
Requires: mpfr-devel%{?_isa}
|
Requires: mpfr-devel%{?_isa}
|
||||||
|
|
||||||
# This can be removed before the next build
|
# This can be removed when F32 reaches EOL
|
||||||
Obsoletes: libmpc-mpfr3-devel < 1.1.0-7
|
Obsoletes: libmpc-mpfr3-devel < 1.1.0-7
|
||||||
Provides: libmpc-mpfr3-devel = %{version}-%{release}
|
Provides: libmpc-mpfr3-devel = %{version}-%{release}
|
||||||
|
|
||||||
@ -126,6 +126,9 @@ make check
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 13 2020 Jerry James <loganjerry@gmail.com> - 1.2.1-1
|
||||||
|
- Upgrade to libmpc version 1.2.1
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-9
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user