[libmpc/mpfr3] Devel updates (to-be-0.8.3, SVN release 855) - this is to support upcoming mpfr3 update

Petr Machata pmachata at fedoraproject.org
Mon Nov 22 15:48:50 UTC 2010


commit 075195a6aee243a5065662df872c9246addb227b
Author: Petr Machata <pmachata at redhat.com>
Date:   Mon Nov 22 16:48:40 2010 +0100

    Devel updates (to-be-0.8.3, SVN release 855)
    - this is to support upcoming mpfr3 update

 .gitignore  |    1 +
 libmpc.spec |   24 +++++++++++++++++++-----
 sources     |    2 +-
 3 files changed, 21 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 660febb..30e0f6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ mpc-0.8.1.tar.gz
 *.rpm
 .build-*
 mpc-*/
+/mpc-0.8.3-dev.tar.gz
diff --git a/libmpc.spec b/libmpc.spec
index d215833..6087f37 100644
--- a/libmpc.spec
+++ b/libmpc.spec
@@ -1,13 +1,15 @@
 Summary: C library for multiple precision complex arithmetic
 Name: libmpc
-Version: 0.8.1
-Release: 1%{?dist}
+Version: 0.8.3
+Release: 0.1.svn855%{?dist}
 License: LGPLv2+
 Group: Development/Tools
 URL: http://www.multiprecision.org/
-Source0: http://www.multiprecision.org/mpc/download/mpc-%{version}.tar.gz
+Source0: mpc-%{version}-dev.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: gmp-devel mpfr-devel texinfo
+BuildRequires: gmp-devel >= 4.3.2
+BuildRequires: mpfr-devel >= 2.4.2
+BuildRequires: texinfo
 
 %description
 
@@ -25,9 +27,11 @@ Requires: mpfr-devel gmp-devel
 Header files and shared object symlinks for MPC is a C library.
 
 %prep
-%setup -q -n mpc-%{version}
+%setup -q -n mpc-%{version}-dev
 
 %build
+export CPPFLAGS="%{optflags} -std=gnu99"
+export CFLAGS="%{optflags} -std=gnu99"
 %configure
 make %{?_smp_mflags}
 
@@ -70,6 +74,16 @@ fi
 %{_infodir}/*.info*
 
 %changelog
+* Fri Nov 19 2010 Petr Machata <pmachata at redhat.com> - 0.8.3-0.1.svn855
+- Devel updates (to-be-0.8.3, SVN release 855)
+  - New functions mpc_set_dc, mpc_set_ldc, mpc_get_dc, mpc_get_ldc
+  - Speed-up mpc_pow_si and mpc_pow_z
+  - Bug fixes in trigonometric functions, exp, sqrt
+- Upstream 0.8.2
+  - Speed-up mpc_pow_ui
+- Adjust BuildRequires
+- Resolves: #653931
+
 * Wed Jan 20 2010 Petr Machata <pmachata at redhat.com> - 0.8.1-1
 - Upstream 0.8.1
   - acosh, asinh, atanh: swap of precisions between real and imaginary parts
diff --git a/sources b/sources
index 11685f3..cecd4ac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5b34aa804d514cc295414a963aedb6bf  mpc-0.8.1.tar.gz
+3e8896316f96fe51b377cfcb16d5d89c  mpc-0.8.3-dev.tar.gz


More information about the scm-commits mailing list