rpms/igraph/F-8 igraph.spec,1.1,1.2

Neal Becker (nbecker) fedora-extras-commits at redhat.com
Sat Feb 16 00:19:25 UTC 2008


Author: nbecker

Update of /cvs/pkgs/rpms/igraph/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv758

Modified Files:
	igraph.spec 
Log Message:
patch for gcc-4.3



Index: igraph.spec
===================================================================
RCS file: /cvs/pkgs/rpms/igraph/F-8/igraph.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- igraph.spec	30 Jan 2008 18:18:32 -0000	1.1
+++ igraph.spec	16 Feb 2008 00:18:47 -0000	1.2
@@ -1,12 +1,13 @@
 Name:		igraph
 Version:	0.4.5
-Release:	4%{?dist}
+Release:	7%{?dist}
 Summary:	Library for creating and manipulating graphs
 
 Group:		System Environment/Libraries
 License:	GPLv2+
 URL:		http://cneurocvs.rmki.kfki.hu/igraph
 Source0:	http://igraph.googlecode.com/files/igraph-0.4.5.tar.gz
+Patch1:		igraph-cstdlib.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 #BuildRequires:	gcc
@@ -33,7 +34,7 @@
 
 %prep
 %setup -q
-
+%patch1 -p1
 
 %build
 %configure
@@ -84,6 +85,15 @@
 %doc examples
 
 %changelog
+* Wed Feb 13 2008 Neal Becker <ndbecker2 at gmail.com> - 0.4.5-7
+- Try again with that patch
+
+* Wed Feb 13 2008 Neal Becker <ndbecker2 at gmail.com> - 0.4.5-6
+- Updated igraph-cstdlib.patch
+
+* Wed Feb 13 2008 Neal Becker <ndbecker2 at gmail.com> - 0.4.5-5
+- Add cstdlib patch for std::exit
+
 * Wed Jan 30 2008 Neal Becker <ndbecker2 at gmail.com> - 0.4.5-4
 - Install examples instead of examples/simple
 




More information about the fedora-extras-commits mailing list