From 86d01a8c296d50981af79f6e4671fa8c36a05d8f Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Jul 09 2010 11:58:48 +0000 Subject: - update to 2.3.5 (see CHANGES for details) - filter out perl dependencies from %{_datadir}/pari/PARI/ --- diff --git a/.cvsignore b/.cvsignore index 355b658..8d1e9b4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pari-2.3.4.tar.gz +pari-2.3.5.tar.gz diff --git a/pari.spec b/pari.spec index 9aa0b6e..6fe72e4 100644 --- a/pari.spec +++ b/pari.spec @@ -1,10 +1,12 @@ +# Note: perl-Math-Pari has a strict version dependency on pari, and +# needs to be updated simultaneously with pari in the event of a version change + Name: pari -Version: 2.3.4 -Release: 5%{?dist} +Version: 2.3.5 +Release: 1%{?dist} Summary: Number Theory-oriented Computer Algebra System - Group: System Environment/Libraries -# No version is specified. +# No version is specified License: GPL+ URL: http://pari.math.u-bordeaux.fr/ Source0: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-%{version}.tar.gz @@ -20,6 +22,12 @@ BuildRequires: tetex-dvips BuildRequires: desktop-file-utils BuildRequires: libX11-devel +# Avoid doc-file dependencies and provides +%{?filter_setup: + %filter_provides_in %{_datadir}/pari/PARI/ + %filter_requires_in %{_datadir}/pari/PARI/ + %filter_setup + } %description PARI is a widely used computer algebra system designed for fast @@ -162,6 +170,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jul 9 2010 Paul Howarth - 2.3.5-1 +- update to 2.3.5 (see CHANGES for details) +- filter out perl dependencies from %%{_datadir}/pari/PARI/ + * Thu Jul 8 2010 Paul Howarth - 2.3.4-5 - various clean-ups to pacify rpmlint: - uses spaces instead of tabs consistently diff --git a/sources b/sources index 1e81e66..03a72fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -35c896266e4257793387ba22d5d76078 pari-2.3.4.tar.gz +6077c6db56fdd32e39a06a9bf320e1f7 pari-2.3.5.tar.gz