- Update to version 1.0.2.
- Fixed mpc_atan, mpc_atanh for (+-0, +-1) - Fixed mpc_log10 for purely imaginary argument - Fixed case of intermediate zero real or imaginary part in mpc_fma OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpc?expand=0&rev=30
This commit is contained in:
parent
56bc0b3996
commit
b73d9bd412
3
mpc-1.0.2.tar.gz
Normal file
3
mpc-1.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b561f54d8a479cee3bc891ee52735f18ff86712ba30f036f8b8537bae380c488
|
||||
size 633173
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c953ac5886933f77e11751ea4bd185ba99f0d2f4a25eed9ff665b7c67953d03
|
||||
size 628311
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 16 11:23:22 UTC 2014 - rguenther@suse.com
|
||||
|
||||
- Update to version 1.0.2.
|
||||
- Fixed mpc_atan, mpc_atanh for (+-0, +-1)
|
||||
- Fixed mpc_log10 for purely imaginary argument
|
||||
- Fixed case of intermediate zero real or imaginary part in mpc_fma
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 16 10:25:13 UTC 2013 - idonmez@suse.com
|
||||
|
||||
|
4
mpc.spec
4
mpc.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mpc
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
Name: mpc
|
||||
BuildRequires: gmp-devel
|
||||
BuildRequires: mpfr-devel
|
||||
Version: 1.0
|
||||
Version: 1.0.2
|
||||
Release: 0
|
||||
Summary: MPC multiple-precision complex shared library
|
||||
License: LGPL-3.0+
|
||||
|
Loading…
Reference in New Issue
Block a user