From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libmpc: Update to 1.2.1 Date: Wed, 07 Apr 2021 12:17:12 +0200 Message-ID: <20210407101712.63391-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4718421015955436669==" List-Id: --===============4718421015955436669== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 1.1.0 to 1.2.1 - Update of rootfiles - Changelog Version 1.2.1, "Hyacinthus orientalis", released in October 2020, comes wi= th the following new features: Bug fixes: Fix an incompatibility problem with GMP 6.0 and before. Fix an intermediate overflow in asin. Version 1.2.0, "Hyacinthus orientalis", released in August 2020, comes wit= h the following new features: Minimally required library version: mpfr 4.1.0 New functions: mpc_sum mpc_dot Several functions are more robust with a reduced exponent range (for exam= ple corresponding to IEEE 754 binary formats). New mpcheck tool for comparison with the native C library Signed-off-by: Adolf Belka --- config/rootfiles/common/libmpc | 2 +- lfs/libmpc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/libmpc b/config/rootfiles/common/libmpc index 01412ee8c..382f669a8 100644 --- a/config/rootfiles/common/libmpc +++ b/config/rootfiles/common/libmpc @@ -3,5 +3,5 @@ #usr/lib/libmpc.la #usr/lib/libmpc.so usr/lib/libmpc.so.3 -usr/lib/libmpc.so.3.1.0 +usr/lib/libmpc.so.3.2.1 #usr/share/info/mpc.info diff --git a/lfs/libmpc b/lfs/libmpc index 2adf4f48f..4d32d83fc 100644 --- a/lfs/libmpc +++ b/lfs/libmpc @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 1.1.0 +VER =3D 1.2.1 =20 THISAPP =3D mpc-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 4125404e41e482ec68282a2e687f6c73 +$(DL_FILE)_MD5 =3D 9f16c976c25bb0f76b50be749cd7a3a8 =20 install : $(TARGET) =20 --=20 2.31.1 --===============4718421015955436669==--