- 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
This commit is contained in:
parent
3a3c432523
commit
498d31557d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e
|
|
||||||
size 701263
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABEIAB0WIQStF6Ie+K7Y8cwC29n31cm/dlxh4wUCWldkngAKCRD31cm/dlxh
|
|
||||||
46gmAP9anSuOel4JeajoYf/b2pSLS//llfrwE1tQXRaL+xt3AwEAiNO/CV2tqMiW
|
|
||||||
wVFvL35TH7XpH3z+XPLa7vUdPuWAMi0=
|
|
||||||
=jOaM
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
mpc-1.2.0.tar.gz
Normal file
3
mpc-1.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e90f2d99553a9c19911abdb4305bf8217106a957e3994436428572c8dfe8fda6
|
||||||
|
size 840711
|
BIN
mpc-1.2.0.tar.gz.sig
Normal file
BIN
mpc-1.2.0.tar.gz.sig
Normal file
Binary file not shown.
10
mpc.changes
10
mpc.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 08:07:46 UTC 2020 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- 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 <mliska@suse.cz>
|
Fri Aug 2 08:15:32 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
6
mpc.spec
6
mpc.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mpc
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: mpc
|
Name: mpc
|
||||||
Version: 1.1.0
|
Version: 1.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: MPC multiple-precision complex shared library
|
Summary: MPC multiple-precision complex shared library
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
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
|
Source0: https://ftp.gnu.org/gnu/mpc/mpc-%{version}.tar.gz
|
||||||
Source1: https://ftp.gnu.org/gnu/mpc/mpc-%{version}.tar.gz.sig
|
Source1: https://ftp.gnu.org/gnu/mpc/mpc-%{version}.tar.gz.sig
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
|
Loading…
Reference in New Issue
Block a user