From 5169b4655ea0d9c606341545cfc14ac762195e9f Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Jun 21 2016 13:08:48 +0000 Subject: Update to 2.7.6 - New upstream release 2.7.6 (see CHANGES for details) - Simplify find command using -delete - Specify all build requirements --- diff --git a/pari.spec b/pari.spec index 33e1fb4..6ac1b47 100644 --- a/pari.spec +++ b/pari.spec @@ -1,6 +1,6 @@ Name: pari -Version: 2.7.5 -Release: 2%{?dist} +Version: 2.7.6 +Release: 1%{?dist} Summary: Number Theory-oriented Computer Algebra System Group: System Environment/Libraries # No version is specified @@ -13,12 +13,16 @@ Patch1: pari-2.7.0-optflags.patch Patch10: pari-2.7.2-missing-field-init.patch Patch11: pari-2.7.0-declaration-not-prototype.patch Patch12: pari-2.7.1-clobbered.patch -BuildRequires: readline-devel +BuildRequires: coreutils +BuildRequires: desktop-file-utils +BuildRequires: findutils BuildRequires: gmp-devel +BuildRequires: libX11-devel +BuildRequires: make +BuildRequires: readline-devel +BuildRequires: sed BuildRequires: tex(tex) BuildRequires: tex(dvips) -BuildRequires: desktop-file-utils -BuildRequires: libX11-devel BuildRequires: xmkmf # Test suite requirements BuildRequires: pari-elldata @@ -114,7 +118,7 @@ desktop-file-install \ # Don't bother installing the simple gp wrapper script, so avoiding the # need to patch it to fix the path to the executable -find %{buildroot} -name xgp -exec rm '{}' ';' +find %{buildroot} -name xgp -delete # Placate rpmlint regarding binary and library permissions %{_fixperms} %{buildroot}{%{_bindir},%{_libdir}} @@ -161,6 +165,11 @@ make test-all %{_libdir}/libpari.so %changelog +* Tue Jun 21 2016 Paul Howarth - 2.7.6-1 +- Update to 2.7.6 (see CHANGES for details) +- Simplify find command using -delete +- Specify all build requirements + * Thu Feb 04 2016 Fedora Release Engineering - 2.7.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 6e4ec42..ad04f6d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -87a0d8a49e0845bc372dadfacb5b889e pari-2.7.5.tar.gz +5ac0f21699e54c59b9bbd11225aeddfb pari-2.7.6.tar.gz