Reviewed-by: Peter Müller > - 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 (indicating > 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 . > > Signed-off-by: Adolf Belka > --- > config/rootfiles/common/libmpc | 2 +- > lfs/libmpc | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) > > 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 @@ > > include Config > > -VER = 1.2.1 > +VER = 1.3.1 > > THISAPP = mpc-$(VER) > DL_FILE = $(THISAPP).tar.gz > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_BLAKE2 = 9cd03c6a71839e4cdb3c1f18d718cc4d3097c3f8ec307a5c756bd5df27c68aa013755156b3b156efee1acabfee2269602c6a3a358092ef0d522271c9c56c133d > +$(DL_FILE)_BLAKE2 = 76434e6f8830af3571836d51576bfebbc9701e9bbb5c4686f134081cd96cd90ae02f7ff42bf9e3957c7a7ba92b6b2d9cdabe18f0269271147521cd7f6a2d551c > > install : $(TARGET) >