Updating link to change in openSUSE:Factory/mpc revision 8.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpc?expand=0&rev=ebc9bf19f49b18e010d6a5d7e8e706c1
This commit is contained in:
parent
1fc40dece8
commit
54ecd5225f
@ -1,13 +0,0 @@
|
|||||||
Index: trunk/tests/log.dat
|
|
||||||
===================================================================
|
|
||||||
--- trunk/tests/log.dat (revision 726)
|
|
||||||
+++ trunk/tests/log.dat (revision 727)
|
|
||||||
@@ -30,7 +30,7 @@
|
|
||||||
0 - 2 -inf 53 +0x3243F6A8885A3p-48 2 -0 2 +0 N N
|
|
||||||
0 + 2 -inf 53 -0x3243F6A8885A3p-48 2 -0 2 -0 N N
|
|
||||||
0 - 2 -inf 53 +0x3243F6A8885A3p-48 2 -0 2 +0 N D
|
|
||||||
-0 + 2 -inf 53 -0x3243F6A8885A32p-52 2 -0 2 -0 N D
|
|
||||||
+0 - 2 -inf 53 -0x3243F6A8885A32p-52 2 -0 2 -0 N D
|
|
||||||
|
|
||||||
# log(+0 + i*0) = -inf + i*0
|
|
||||||
0 0 2 -inf 2 +0 2 +0 2 +0 N N
|
|
3
mpc-0.8.1.tar.bz2
Normal file
3
mpc-0.8.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aa90b0b544dca0bb5183769c8af960630d4c175bb9da2dd26523897832f9b8b1
|
||||||
|
size 448800
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e4917ad5325c9494d7522ce452ff4738da88a0fd4272c9c62fdd1b8457de0bae
|
|
||||||
size 447231
|
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 11 13:46:57 CET 2010 - rguenther@suse.de
|
||||||
|
|
||||||
|
- Update to bugfix release 0.8.1.
|
||||||
|
Fixes
|
||||||
|
* acosh, asinh, atanh: swap of precisions between real and imaginary parts
|
||||||
|
* atan: memory leak
|
||||||
|
* log: wrong ternary value in data file; masked by bug in mpfr 2.4.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 1 14:28:22 CET 2009 - rguenther@suse.de
|
Tue Dec 1 14:28:22 CET 2009 - rguenther@suse.de
|
||||||
|
|
||||||
|
13
mpc.spec
13
mpc.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mpc (Version 0.8)
|
# spec file for package mpc (Version 0.8.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -24,12 +24,11 @@ BuildRequires: gmp-devel mpfr-devel
|
|||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.8
|
Version: 0.8.1
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: MPC multiple-precision complex shared library
|
Summary: MPC multiple-precision complex shared library
|
||||||
Url: http://www.multiprecision.org/mpc/
|
Url: http://www.multiprecision.org/mpc/
|
||||||
Source: mpc-%{version}.tar.bz2
|
Source: mpc-%{version}.tar.bz2
|
||||||
Patch0: mpc-0.8-fixes.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -67,10 +66,6 @@ MPC multiple-precision complex library development files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
# Should really be a mpfr version check
|
|
||||||
%if %{suse_version} > 1120
|
|
||||||
%patch0 -p1
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
Loading…
Reference in New Issue
Block a user