From: Michael Tremer Date: Mon, 13 Feb 2023 23:03:56 +0000 (+0000) Subject: libmpc: Update to 1.3.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c67ede01acbea0086a898ed0582916a5ef9c23a3;p=ipfire-3.x.git libmpc: Update to 1.3.1 Signed-off-by: Michael Tremer --- diff --git a/libmpc/libmpc.nm b/libmpc/libmpc.nm index 872eb55fb..4e7dcd4f0 100644 --- a/libmpc/libmpc.nm +++ b/libmpc/libmpc.nm @@ -4,14 +4,14 @@ ############################################################################### name = libmpc -version = 1.1.0 +version = 1.3.1 release = 1 thisapp = mpc-%{version} groups = System/Libraries -url = http://www.multiprecision.org/ +url = https://www.multiprecision.org/ license = LGPLv2.1+ -summary = Mpc is a C library for the arithmetic of complex numbers. +summary = Mpc is a C library for the arithmetic of complex numbers description Mpc is a C library for the arithmetic of complex numbers with @@ -24,7 +24,7 @@ source_dl = https://ftp.gnu.org/gnu/mpc/ build requires gmp-devel >= 5.0.0 - mpfr-devel >= 3.0.0 + mpfr-devel >= 4.0.0 end configure_options += \ @@ -32,8 +32,7 @@ build --disable-static test - export LD_LIBRARY_PATH=$(pwd)/src/.libs - make check + make check LD_LIBRARY_PATH="${DIR_APP}/src/.libs" end end