From 14b9f1053bf0df709a9680de1241a9b8e1f4d6a3 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Feb 24 2014 11:29:30 +0000 Subject: 1.0.2 --- diff --git a/.gitignore b/.gitignore index 905f18e..a271f29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,4 @@ *.rpm .build-* mpc-*/ -/mpc-0.8.3-dev.tar.gz -/mpc-0.9.tar.gz -/mpc-1.0.tar.gz -/mpc-1.0.1.tar.gz +/mpc-*.tar.gz diff --git a/libmpc.spec b/libmpc.spec index c4c29e4..4d6de22 100644 --- a/libmpc.spec +++ b/libmpc.spec @@ -4,13 +4,12 @@ Summary: C library for multiple precision complex arithmetic Name: libmpc -Version: 1.0.1 -Release: 2%{?dist} +Version: 1.0.2 +Release: 1%{?dist} License: LGPLv3+ and GFDL Group: Development/Tools URL: http://www.multiprecision.org/ Source0: http://www.multiprecision.org/mpc/download/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 @@ -63,8 +62,6 @@ make %{?_smp_mflags} make check %install -rm -rf $RPM_BUILD_ROOT - %if 0%{?bootstrap} make install DESTDIR=$RPM_BUILD_ROOT -C mpc-0.9/ @@ -78,9 +75,6 @@ make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT/%{_libdir}/libmpc.la rm -f ${RPM_BUILD_ROOT}/%{_infodir}/dir -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -97,12 +91,10 @@ if [ $1 = 0 ]; then fi %files -%defattr(-,root,root,-) %doc README NEWS COPYING.LESSER %{_libdir}/libmpc.so.3* %files devel -%defattr(-,root,root,-) %{_libdir}/libmpc.so %{_includedir}/mpc.h %{_infodir}/*.info* @@ -115,6 +107,9 @@ fi %changelog +* Mon Feb 24 2014 Peter Robinson 1.0.2-1 +- mpc-1.0.2 + * Sat Aug 03 2013 Fedora Release Engineering - 1.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 6b35f4c..116ad18 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 0d6acab8d214bd7d1fbbc593e83dd00d mpc-0.9.tar.gz -b32a2e1a3daa392372fbd586d1ed3679 mpc-1.0.1.tar.gz +68fadff3358fb3e7976c7a398a0af4c3 mpc-1.0.2.tar.gz