diff --git a/.cvsignore b/.cvsignore index 47893e4..7b40403 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -cloog-0.15-gitad322.tar.gz +cloog-0.15-git1334c.tar.gz diff --git a/cloog.spec b/cloog.spec index 98e6ceb..6cd2fb1 100644 --- a/cloog.spec +++ b/cloog.spec @@ -1,7 +1,7 @@ -%define git_revision gitad322 +%define git_revision git1334c Name: cloog Version: 0.15 -Release: 0.7.%{git_revision}%{?dist} +Release: 0.8.%{git_revision}%{?dist} Summary: The Chunky Loop Generator Group: System Environment/Libraries @@ -16,11 +16,6 @@ URL: http://www.cloog.org # make distcheck Source0: %{name}-%{version}-%{git_revision}.tar.gz Source1: README.cloog.txt -# Patch to add dircategory and direntry nodes to the cloog.texi -# file. Otherwise, install-info complains at package install time, -# leading to bug https://bugzilla.redhat.com/show_bug.cgi?id=492794. -# Patch Sent upstream -Patch0 : cloog-0003-Add-dircategory-and-direntry-to-the-texi-file.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ppl-devel >= 0.10, gmp-devel >= 4.1.3, texinfo >= 4.12 Requires(post): info @@ -48,10 +43,9 @@ The header files and dynamic shared libraries of the Chunky Loop Generator. %prep %setup -q -%patch0 -p1 %build -%configure --with-ppl=%{_prefix} +%configure --with-ppl # Remove the cloog.info in the tarball # to force the re-generation of a new one # with our Patch0 applied. @@ -93,6 +87,12 @@ fi %postun ppl -p /sbin/ldconfig %changelog +* Thu Apr 09 2009 Dodji Seketeli - 0.15-0.8.git1334c +- Update to new upstream git snapshot +- Drop the cloog.info patch as now upstreamed +- No need to add an argument to the --with-ppl + configure switch anymore as new upstream fixed this + * Wed Apr 08 2009 Dodji Seketeli - 0.15-0.7.gitad322 - Add BuildRequire texinfo needed to regenerate the cloog.info doc