SHA256
3
0
forked from pool/mpc

- Update to version 0.8 as required by GCC 4.5.

* C99 feature completion:
    - Inverse trigonometric functions: mpc_asin, mpc_acos, mpc_atan,
      mpc_asinh, mpc_acosh, mpc_atanh
    - Power functions: mpc_pow_d, mpc_pow_ld, mpc_pow_si, mpc_pow_ui,
      mpc_pow_z, mpc_pow_fr

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpc?expand=0&rev=7
This commit is contained in:
Richard Biener 2009-11-05 16:07:31 +00:00 committed by Git OBS Bridge
parent bddff8b435
commit 285f95404c
4 changed files with 16 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10a3eabfba548edfc43d6ad35e3e0a00bfa934ffccf62c9a8435a9a0aa01d97f
size 444045

3
mpc-0.8.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e4917ad5325c9494d7522ce452ff4738da88a0fd4272c9c62fdd1b8457de0bae
size 447231

View File

@ -1,7 +1,17 @@
-------------------------------------------------------------------
Thu Nov 5 16:59:22 CET 2009 - rguenther@suse.de
- Update to version 0.8 as required by GCC 4.5.
* C99 feature completion:
- Inverse trigonometric functions: mpc_asin, mpc_acos, mpc_atan,
mpc_asinh, mpc_acosh, mpc_atanh
- Power functions: mpc_pow_d, mpc_pow_ld, mpc_pow_si, mpc_pow_ui,
mpc_pow_z, mpc_pow_fr
-------------------------------------------------------------------
Fri Sep 11 12:18:44 CEST 2009 - rguenther@suse.de
- Update to version 0.7.
- Update to version 0.7. [fate#306970]
* Bumps SONAME to libmpc.so.2.
-------------------------------------------------------------------

View File

@ -1,5 +1,5 @@
#
# spec file for package mpc (Version 0.7)
# spec file for package mpc (Version 0.8)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -24,7 +24,7 @@ BuildRequires: gmp-devel mpfr-devel
License: LGPL v2.1 or later
Group: Development/Libraries/C and C++
AutoReqProv: on
Version: 0.7
Version: 0.8
Release: 1
Summary: MPC multiple-precision complex shared library
Url: http://www.multiprecision.org/mpc/