rpms/cloog/devel .cvsignore, 1.2, 1.3 cloog.spec, 1.2, 1.3 sources, 1.2, 1.3

Dodji Seketeli dodji at fedoraproject.org
Mon Apr 6 20:09:29 UTC 2009


Author: dodji

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

Modified Files:
	.cvsignore cloog.spec sources 
Log Message:
Upload cloog-0003-Add-dircategory-and-direntry-to-the-texi-file.patch



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cloog/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	16 Feb 2009 23:38:27 -0000	1.2
+++ .cvsignore	6 Apr 2009 20:08:59 -0000	1.3
@@ -1 +1 @@
-cloog-0.15-gitad322.tar.gz
+cloog-0003-Add-dircategory-and-direntry-to-the-texi-file.patch


Index: cloog.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cloog/devel/cloog.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cloog.spec	24 Feb 2009 07:57:57 -0000	1.2
+++ cloog.spec	6 Apr 2009 20:08:59 -0000	1.3
@@ -1,7 +1,7 @@
 %define         git_revision   gitad322
 Name:           cloog
 Version:        0.15
-Release:        0.4.%{git_revision}%{?dist}
+Release:        0.5.%{git_revision}%{?dist}
 Summary:        The Chunky Loop Generator
 
 Group:          System Environment/Libraries
@@ -16,6 +16,11 @@
 # 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
 Requires(post): info
@@ -43,9 +48,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-%configure --with-ppl
+%configure --with-ppl=%{_prefix}
 # Remove the -fomit-frame-pointer compile flag
 make %{?_smp_mflags} AM_CFLAGS=
 
@@ -82,6 +88,10 @@
 fi
 
 %changelog
+* Mon Apr 06 2009 Dodji Seketeli <dodji at redhat.org> - 0.15-0.5.gitfcceb
+- Added patch to fix #492794
+- Need to add an argument to the --with-ppl switch now.
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.15-0.4.gitad322
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cloog/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	16 Feb 2009 23:38:27 -0000	1.2
+++ sources	6 Apr 2009 20:08:59 -0000	1.3
@@ -1 +1 @@
-9c6beccc6b3fd380b824ec7ad69ba93b  cloog-0.15-gitad322.tar.gz
+c2aa3765aefa9dbf4b7f024907c0362f  cloog-0003-Add-dircategory-and-direntry-to-the-texi-file.patch




More information about the fedora-extras-commits mailing list