rpms/igraph/devel igraph-cstdio.patch, NONE, 1.1 igraph.spec, 1.23, 1.24

Neal Becker nbecker at fedoraproject.org
Thu Feb 26 19:29:40 UTC 2009


Author: nbecker

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

Modified Files:
	igraph.spec 
Added Files:
	igraph-cstdio.patch 
Log Message:
Add patch for gcc-4.4


igraph-cstdio.patch:

--- NEW FILE igraph-cstdio.patch ---
--- igraph-0.5.1/src/drl_parse.cpp~	2008-07-31 15:23:46.000000000 -0400
+++ igraph-0.5.1/src/drl_parse.cpp	2009-02-26 14:18:30.000000000 -0500
@@ -4,6 +4,7 @@
 #include <iostream>
 #include <map>
 #include <cstdlib>
+#include <cstdio>
 
 using namespace std;
 

Index: igraph.spec
===================================================================
RCS file: /cvs/pkgs/rpms/igraph/devel/igraph.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- igraph.spec	25 Feb 2009 06:56:17 -0000	1.23
+++ igraph.spec	26 Feb 2009 19:29:10 -0000	1.24
@@ -9,6 +9,8 @@
 Source0:	http://igraph.googlecode.com/files/%{name}-%{version}.tar.gz
 #Patch1:		igraph-cstdlib.patch
 #Patch2:		igraph-test.patch
+# Needed for gcc-4.4
+Patch3:		igraph-cstdio.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	libxml2-devel
@@ -39,6 +41,7 @@
 %setup -q
 #%patch1 -p1
 #%patch2 -p1
+%patch3 -p1
 
 %build
 %configure
@@ -92,6 +95,9 @@
 make check
 
 %changelog
+* Thu Feb 26 2009 Neal Becker <ndbecker2 at gmail.com> - 0.5.1-5
+- Patch3 for gcc-4.4 (cstdio)
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list