From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] libmpc: Update to version 1.3.1 Date: Tue, 27 Dec 2022 16:32:43 +0000 Message-ID: In-Reply-To: <20221217121427.3532488-4-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6818812591897280435==" List-Id: --===============6818812591897280435== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version 1.2.1 to 1.3.1 > - Update of rootfile > - Changelog > Changes in version 1.3.1, released in December 2022: > - Bug fix: It is again possible to include mpc.h without including > stdio.h. > Changes in version 1.3.0 ("Ipomoea batatas"), released in December 2022: > - New function: mpc_agm > - New rounding modes "away from zero", indicated by the letter "A" and > corresponding to MPFR_RNDA on the designated real or imaginary part. > - New experimental ball arithmetic. > - New experimental function: mpc_eta_fund > - Bug fixes: > - mpc_asin for asin(z) with small |Re(z)| and tiny |Im(z)| > - mpc_pow_fr: sign of zero part of result when the base has up to sign > the same real and imaginary part, and the exponent is an even > positive integer > - mpc_fma: the returned 'int' value was incorrect in some cases (indic= ating > whether the rounded real/imaginary parts were smaller/equal/greater > than the exact values), but the computed complex value was correct. > - Remove the unmaintained Makefile.vc; build files for Visual Studio > can be found at https://github.com/BrianGladman/mpc . >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/common/libmpc | 2 +- > lfs/libmpc | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/config/rootfiles/common/libmpc b/config/rootfiles/common/libmpc > index 382f669a8..298a52a09 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.2.1 > +usr/lib/libmpc.so.3.3.1 > #usr/share/info/mpc.info > diff --git a/lfs/libmpc b/lfs/libmpc > index 8d1f65aba..7c90e40f9 100644 > --- a/lfs/libmpc > +++ b/lfs/libmpc > @@ -1,7 +1,7 @@ > ##########################################################################= ##### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2018 IPFire Team = # > +# Copyright (C) 2007-2022 IPFire Team = # > # = # > # This program is free software: you can redistribute it and/or modify = # > # it under the terms of the GNU General Public License as published by = # > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 1.2.1 > +VER =3D 1.3.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)_BLAKE2 =3D 9cd03c6a71839e4cdb3c1f18d718cc4d3097c3f8ec307a5c756b= d5df27c68aa013755156b3b156efee1acabfee2269602c6a3a358092ef0d522271c9c56c133d > +$(DL_FILE)_BLAKE2 =3D 76434e6f8830af3571836d51576bfebbc9701e9bbb5c4686f134= 081cd96cd90ae02f7ff42bf9e3957c7a7ba92b6b2d9cdabe18f0269271147521cd7f6a2d551c > =20 > install : $(TARGET) > =20 --===============6818812591897280435==--