]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
libmpc: Update to 1.2.1
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 7 Apr 2021 10:17:12 +0000 (12:17 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 7 Apr 2021 13:14:11 +0000 (13:14 +0000)
- Update from 1.1.0 to 1.2.1
- Update of rootfiles
- Changelog
   Version 1.2.1, "Hyacinthus orientalis", released in October 2020, comes with 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 with 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 example corresponding to IEEE 754 binary formats).
    New mpcheck tool for comparison with the native C library

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/libmpc
lfs/libmpc

index 01412ee8ca9b10511d16915cab428f4988ae7e77..382f669a89ffd4aacc430e1de3b072e6cd74af7f 100644 (file)
@@ -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
index 2adf4f48f211e9475ecbac74d135a90701d60a29..4d32d83fc5edfb602ab17e555d324c3f3172dd6b 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.1.0
+VER        = 1.2.1
 
 THISAPP    = mpc-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 4125404e41e482ec68282a2e687f6c73
+$(DL_FILE)_MD5 = 9f16c976c25bb0f76b50be749cd7a3a8
 
 install : $(TARGET)