Rebase to 0.9

This commit is contained in:
Petr Machata 2011-06-22 13:55:10 +02:00
parent a3a36e212b
commit 904a818883
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ mpc-0.8.1.tar.gz
.build-*
mpc-*/
/mpc-0.8.3-dev.tar.gz
/mpc-0.9.tar.gz

View File

@ -1,11 +1,11 @@
Summary: C library for multiple precision complex arithmetic
Name: libmpc
Version: 0.8.3
Release: 0.3.svn855%{?dist}
Version: 0.9
Release: 1%{?dist}
License: LGPLv2+
Group: Development/Tools
URL: http://www.multiprecision.org/
Source0: mpc-%{version}-dev.tar.gz
Source0: mpc-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gmp-devel >= 4.3.2
BuildRequires: mpfr-devel >= 2.4.2
@ -27,7 +27,7 @@ Requires: mpfr-devel gmp-devel
Header files and shared object symlinks for MPC is a C library.
%prep
%setup -q -n mpc-%{version}-dev
%setup -q -n mpc-%{version}
%build
export CPPFLAGS="%{optflags} -std=gnu99"
@ -75,6 +75,9 @@ fi
%{_infodir}/*.info*
%changelog
* Wed Jun 22 2011 <pmachata@redhat.com> - 0.9-1
- Upstream 0.9
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.3-0.3.svn855
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
3e8896316f96fe51b377cfcb16d5d89c mpc-0.8.3-dev.tar.gz
0d6acab8d214bd7d1fbbc593e83dd00d mpc-0.9.tar.gz