From b73d9bd412bb71a72520e430780726c998c1d8843934220145e3867913d817a7 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Thu, 16 Jan 2014 11:28:02 +0000 Subject: [PATCH] - 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 --- mpc-1.0.2.tar.gz | 3 +++ mpc-1.0.tar.gz | 3 --- mpc.changes | 8 ++++++++ mpc.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 mpc-1.0.2.tar.gz delete mode 100644 mpc-1.0.tar.gz diff --git a/mpc-1.0.2.tar.gz b/mpc-1.0.2.tar.gz new file mode 100644 index 0000000..28de6b8 --- /dev/null +++ b/mpc-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b561f54d8a479cee3bc891ee52735f18ff86712ba30f036f8b8537bae380c488 +size 633173 diff --git a/mpc-1.0.tar.gz b/mpc-1.0.tar.gz deleted file mode 100644 index d6b8560..0000000 --- a/mpc-1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c953ac5886933f77e11751ea4bd185ba99f0d2f4a25eed9ff665b7c67953d03 -size 628311 diff --git a/mpc.changes b/mpc.changes index 51cdd20..7f47b2e 100644 --- a/mpc.changes +++ b/mpc.changes @@ -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 diff --git a/mpc.spec b/mpc.spec index d415769..4c3ee24 100644 --- a/mpc.spec +++ b/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+