From 498d31557d9d9a1074e21a0efa04828d61e262861d122577bfe0200c288c9ec7 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Mon, 24 Aug 2020 08:25:06 +0000 Subject: [PATCH] - Update to version 1.2.0. The release features the new functions mpc_sum and mpc_dot and several bug fixes, in particular to make functions more robust if the user reduces the exponent range. It also contains the tool mpcheck for easier comparison with computations by the C library on standard precision floating-point numbers. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpc?expand=0&rev=42 --- mpc-1.1.0.tar.gz | 3 --- mpc-1.1.0.tar.gz.sig | 7 ------- mpc-1.2.0.tar.gz | 3 +++ mpc-1.2.0.tar.gz.sig | Bin 0 -> 119 bytes mpc.changes | 10 ++++++++++ mpc.spec | 6 +++--- 6 files changed, 16 insertions(+), 13 deletions(-) delete mode 100644 mpc-1.1.0.tar.gz delete mode 100644 mpc-1.1.0.tar.gz.sig create mode 100644 mpc-1.2.0.tar.gz create mode 100644 mpc-1.2.0.tar.gz.sig diff --git a/mpc-1.1.0.tar.gz b/mpc-1.1.0.tar.gz deleted file mode 100644 index 7fcc606..0000000 --- a/mpc-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e -size 701263 diff --git a/mpc-1.1.0.tar.gz.sig b/mpc-1.1.0.tar.gz.sig deleted file mode 100644 index 3256c06..0000000 --- a/mpc-1.1.0.tar.gz.sig +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABEIAB0WIQStF6Ie+K7Y8cwC29n31cm/dlxh4wUCWldkngAKCRD31cm/dlxh -46gmAP9anSuOel4JeajoYf/b2pSLS//llfrwE1tQXRaL+xt3AwEAiNO/CV2tqMiW -wVFvL35TH7XpH3z+XPLa7vUdPuWAMi0= -=jOaM ------END PGP SIGNATURE----- diff --git a/mpc-1.2.0.tar.gz b/mpc-1.2.0.tar.gz new file mode 100644 index 0000000..5a1620d --- /dev/null +++ b/mpc-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e90f2d99553a9c19911abdb4305bf8217106a957e3994436428572c8dfe8fda6 +size 840711 diff --git a/mpc-1.2.0.tar.gz.sig b/mpc-1.2.0.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..258a4c50b215965bbb428aa7c318f84d89ff6a89988594f7cce2d17cb225a761 GIT binary patch literal 119 zcmeAuWnmEHV2~A4WLYb|NbbkF8z0Xw-M;z#>dF0OF^P{^nc}S$?qJ~J6o84Gd&lrk zYZa?aol1Jvl>U|#@!!hD@{hTF+$*5}KrSu3D3ZCdh~dA}Je?gPa&@zAS(bVRmM!_& UE_lkJFV^3XU5qOvT%RQp06-Zs)Bpeg literal 0 HcmV?d00001 diff --git a/mpc.changes b/mpc.changes index cd743c6..dc48f2b 100644 --- a/mpc.changes +++ b/mpc.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Aug 24 08:07:46 UTC 2020 - Richard Biener + +- Update to version 1.2.0. + The release features the new functions mpc_sum and mpc_dot and + several bug fixes, in particular to make functions more robust + if the user reduces the exponent range. It also contains the tool + mpcheck for easier comparison with computations by the C library + on standard precision floating-point numbers. + ------------------------------------------------------------------- Fri Aug 2 08:15:32 UTC 2019 - Martin Liška diff --git a/mpc.spec b/mpc.spec index 397ff29..e1bbcec 100644 --- a/mpc.spec +++ b/mpc.spec @@ -1,7 +1,7 @@ # # spec file for package mpc # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: mpc -Version: 1.1.0 +Version: 1.2.0 Release: 0 Summary: MPC multiple-precision complex shared library License: LGPL-3.0-or-later Group: Development/Libraries/C and C++ -Url: http://www.multiprecision.org/mpc/ +URL: http://www.multiprecision.org/mpc/ Source0: https://ftp.gnu.org/gnu/mpc/mpc-%{version}.tar.gz Source1: https://ftp.gnu.org/gnu/mpc/mpc-%{version}.tar.gz.sig Source2: %{name}.keyring