rpms/igraph/devel igraph-cstdlib.patch,1.3,1.4 igraph.spec,1.8,1.9

Neal Becker (nbecker) fedora-extras-commits at redhat.com
Sat Feb 16 17:49:41 UTC 2008


Author: nbecker

Update of /cvs/pkgs/rpms/igraph/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22607

Modified Files:
	igraph-cstdlib.patch igraph.spec 
Log Message:
More patches


igraph-cstdlib.patch:

Index: igraph-cstdlib.patch
===================================================================
RCS file: /cvs/pkgs/rpms/igraph/devel/igraph-cstdlib.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- igraph-cstdlib.patch	16 Feb 2008 15:50:54 -0000	1.3
+++ igraph-cstdlib.patch	16 Feb 2008 17:49:35 -0000	1.4
@@ -1,5 +1,39 @@
---- src/walktrap_graph.cpp~	2008-02-12 18:03:52.000000000 -0500
-+++ src/walktrap_graph.cpp	2008-02-16 07:11:49.000000000 -0500
+diff --git a/src/bliss_graph.cc b/src/bliss_graph.cc
+--- a/src/bliss_graph.cc
++++ b/src/bliss_graph.cc
+@@ -25,6 +25,7 @@
+ #include "bliss_timer.hh"
+ #include "bliss_graph.hh"
+ #include "bliss_partition.hh"
++#include <limits.h>		// INT_MAX,etc
+ 
+ namespace igraph {
+ 
+diff --git a/src/bliss_kqueue.hh b/src/bliss_kqueue.hh
+--- a/src/bliss_kqueue.hh
++++ b/src/bliss_kqueue.hh
+@@ -19,6 +19,7 @@
+ #define KQUEUE_HH
+ 
+ #include "bliss_defs.hh"
++#include <cstdlib>		// malloc
+ 
+ namespace igraph {
+ 
+diff --git a/src/bliss_kstack.hh b/src/bliss_kstack.hh
+--- a/src/bliss_kstack.hh
++++ b/src/bliss_kstack.hh
+@@ -19,6 +19,7 @@
+ #define KSTACK_H
+ 
+ #include "bliss_defs.hh"
++#include <cstdlib>		// malloc
+ 
+ namespace igraph {
+ 
+diff --git a/src/walktrap_graph.cpp b/src/walktrap_graph.cpp
+--- a/src/walktrap_graph.cpp
++++ b/src/walktrap_graph.cpp
 @@ -29,6 +29,7 @@
  #include <fstream>
  #include <sstream>


Index: igraph.spec
===================================================================
RCS file: /cvs/pkgs/rpms/igraph/devel/igraph.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- igraph.spec	16 Feb 2008 15:51:41 -0000	1.8
+++ igraph.spec	16 Feb 2008 17:49:35 -0000	1.9
@@ -1,6 +1,6 @@
 Name:		igraph
 Version:	0.5
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Library for creating and manipulating graphs
 
 Group:		System Environment/Libraries
@@ -85,6 +85,9 @@
 %doc examples
 
 %changelog
+* Sat Feb 16 2008 Neal Becker <ndbecker2 at gmail.com> - 0.5-5
+- More patches
+
 * Sat Feb 16 2008 Neal Becker <ndbecker2 at gmail.com> - 0.5-4
 - Try again to fix patch
 




More information about the fedora-extras-commits mailing list