From ffb47145e5fdd5f9deef742c748cf33d1fb3425f Mon Sep 17 00:00:00 2001 From: Jerry James Date: Oct 09 2019 23:56:21 +0000 Subject: Build the main package against mpfr4. --- diff --git a/libmpc.spec b/libmpc.spec index 87fbf67..2036482 100644 --- a/libmpc.spec +++ b/libmpc.spec @@ -5,7 +5,7 @@ Summary: C library for multiple precision complex arithmetic Name: libmpc Version: 1.1.0 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPLv3+ URL: http://www.multiprecision.org/mpc/ Source0: https://ftp.gnu.org/gnu/mpc/mpc-%{version}.tar.gz @@ -93,9 +93,6 @@ sed -e 's/libmpc_la/libmpc_mpfr3_la/g' \ -i {src,tests}/Makefile.in cd - -# For the bootstrap build, link both packages with mpfr3 -sed -i 's/-lmpfr/&3/g;s/mpfr\.h/mpfr3.h/g' configure src/mpc{,-impl}.h - %build %configure --disable-static @@ -187,6 +184,9 @@ cd - %endif %changelog +* Wed Oct 9 2019 Jerry James - 1.1.0-6 +- Build the main package against mpfr4 + * Tue Oct 8 2019 Jerry James - 1.1.0-5 - Make mpfr3 and mpfr3-devel subpackages - Drop the compat-libmpc package; nothing in Fedora needs it