|
|
@ -4,11 +4,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: C library for multiple precision complex arithmetic
|
|
|
|
Summary: C library for multiple precision complex arithmetic
|
|
|
|
Name: libmpc
|
|
|
|
Name: libmpc
|
|
|
|
Version: 1.3.1
|
|
|
|
Version: 1.2.1
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
# LGPL-3.0-or-later: the library
|
|
|
|
License: LGPLv3+
|
|
|
|
# FSFAP: README and NEWS
|
|
|
|
|
|
|
|
License: LGPL-3.0-or-later AND FSFAP
|
|
|
|
|
|
|
|
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
|
|
|
|
%if 0%{?bootstrap}
|
|
|
|
%if 0%{?bootstrap}
|
|
|
@ -20,6 +18,10 @@ BuildRequires: gmp-devel >= 5.0.0
|
|
|
|
BuildRequires: mpfr-devel >= 4.1.0
|
|
|
|
BuildRequires: mpfr-devel >= 4.1.0
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# This can be removed when F32 reaches EOL
|
|
|
|
|
|
|
|
Obsoletes: libmpc-mpfr3 < 1.1.0-7
|
|
|
|
|
|
|
|
Provides: libmpc-mpfr3 = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?bootstrap} == 0
|
|
|
|
%if 0%{?bootstrap} == 0
|
|
|
|
Obsoletes: compat-libmpc < %{version}-1
|
|
|
|
Obsoletes: compat-libmpc < %{version}-1
|
|
|
|
Provides: compat-libmpc = %{version}-%{release}
|
|
|
|
Provides: compat-libmpc = %{version}-%{release}
|
|
|
@ -36,12 +38,16 @@ 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 when F32 reaches EOL
|
|
|
|
|
|
|
|
Obsoletes: libmpc-mpfr3-devel < 1.1.0-7
|
|
|
|
|
|
|
|
Provides: libmpc-mpfr3-devel = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
Header files and shared library symlinks for the MPC library.
|
|
|
|
Header files and shared library symlinks for the MPC library.
|
|
|
|
|
|
|
|
|
|
|
|
%package doc
|
|
|
|
%package doc
|
|
|
|
Summary: Documentation for the MPC library
|
|
|
|
Summary: Documentation for the MPC library
|
|
|
|
License: GFDL-1.3-no-invariants-or-later
|
|
|
|
License: GFDL
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
%description doc
|
|
|
@ -121,36 +127,12 @@ make check
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.3.1-6
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.1-4
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Dec 16 2022 Jerry James <loganjerry@gmail.com> - 1.3.1-1
|
|
|
|
|
|
|
|
- Upgrade to libmpc version 1.3.1 (rhbz#2154360)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Dec 9 2022 Jerry James <loganjerry@gmail.com> - 1.3.0-1
|
|
|
|
|
|
|
|
- Upgrade to libmpc version 1.3.0 (rhbz#2152180)
|
|
|
|
|
|
|
|
- Convert License tags to SPDX
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-3
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-2
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|