rpms/cloog/devel .cvsignore,1.4,1.5 cloog.spec,1.5,1.6

Dodji Seketeli dodji at fedoraproject.org
Thu Apr 9 10:37:44 UTC 2009


Author: dodji

Update of /cvs/pkgs/rpms/cloog/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12598

Modified Files:
	.cvsignore cloog.spec 
Log Message:
* Thu Apr 09 2009 Dodji Seketeli <dodji at redhat.com> - 0.15-0.8.git1334c
- Update to new upstream git snapshot 1334c
- 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




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cloog/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	6 Apr 2009 21:08:03 -0000	1.4
+++ .cvsignore	9 Apr 2009 10:37:14 -0000	1.5
@@ -1 +1 @@
-cloog-0.15-gitad322.tar.gz
+cloog-0.15-git1334c.tar.gz


Index: cloog.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cloog/devel/cloog.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cloog.spec	8 Apr 2009 00:39:35 -0000	1.5
+++ cloog.spec	9 Apr 2009 10:37:14 -0000	1.6
@@ -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 @@
 # 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 @@
 
 %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 @@
 %postun ppl -p /sbin/ldconfig
 
 %changelog
+* Thu Apr 09 2009 Dodji Seketeli <dodji at redhat.com> - 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 <dodji at redhat.org> - 0.15-0.7.gitad322
 - Add BuildRequire texinfo needed to regenerate the cloog.info doc
 




More information about the fedora-extras-commits mailing list