diff --git a/.cvsignore b/.cvsignore index 4a92697..511747c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mpc-0.8.tar.gz +mpc-0.8.1.tar.gz diff --git a/libmpc.spec b/libmpc.spec index d972fa3..d215833 100644 --- a/libmpc.spec +++ b/libmpc.spec @@ -1,11 +1,11 @@ Summary: C library for multiple precision complex arithmetic Name: libmpc -Version: 0.8 -Release: 3%{?dist} +Version: 0.8.1 +Release: 1%{?dist} License: LGPLv2+ Group: Development/Tools URL: http://www.multiprecision.org/ -Source0: http://www.multiprecision.org/mpc/download/mpc-0.8.tar.gz +Source0: http://www.multiprecision.org/mpc/download/mpc-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gmp-devel mpfr-devel texinfo @@ -70,6 +70,13 @@ fi %{_infodir}/*.info* %changelog +* Wed Jan 20 2010 Petr Machata - 0.8.1-1 +- Upstream 0.8.1 + - 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 +- Resolves: #555471 FTBFS libmpc-0.8-3.fc13 + * Fri Nov 13 2009 Petr Machata - 0.8-3 - Require mpfr-devel, gmp-devel in -devel subpackage - Don't pass --entry to install-info diff --git a/sources b/sources index 8c3ee22..11685f3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4df67a05d0251a3fcdd956390e9bd59f mpc-0.8.tar.gz +5b34aa804d514cc295414a963aedb6bf mpc-0.8.1.tar.gz