From cfb66786d4b1cd4640e9d589833eb3625e22abed Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 11:12:45 +0100 Subject: [PATCH] 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/libmpc.git#e95f26d994b3e4569da19ec2ef9405ee7ede3918 --- libmpc.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/libmpc.spec b/libmpc.spec index 84b0527..4759c1f 100644 --- a/libmpc.spec +++ b/libmpc.spec @@ -5,7 +5,7 @@ Summary: C library for multiple precision complex arithmetic Name: libmpc Version: 1.2.1 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv3+ URL: http://www.multiprecision.org/mpc/ Source0: https://ftp.gnu.org/gnu/mpc/mpc-%{version}.tar.gz @@ -16,6 +16,7 @@ Source1: https://ftp.gnu.org/gnu/mpc/mpc-%{bootstrap_version}.tar.gz BuildRequires: gcc BuildRequires: gmp-devel >= 5.0.0 BuildRequires: mpfr-devel >= 4.1.0 +BuildRequires: make # This can be removed when F32 reaches EOL Obsoletes: libmpc-mpfr3 < 1.1.0-7 @@ -100,8 +101,8 @@ rm -fv %{buildroot}%{_infodir}/* %endif %make_install -rm -f %{buildroot}/%{_libdir}/*.la -rm -f %{buildroot}/%{_infodir}/dir +rm -f %{buildroot}%{_libdir}/*.la +rm -f %{buildroot}%{_infodir}/dir %check export LD_LIBRARY_PATH=%{buildroot}%{_libdir} @@ -126,6 +127,9 @@ make check %endif %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Nov 13 2020 Jerry James - 1.2.1-1 - Upgrade to libmpc version 1.2.1