rpms/python-igraph/F-11 .cvsignore, 1.4, 1.5 python-igraph.spec, 1.11, 1.12 sources, 1.4, 1.5

Neal Becker nbecker at fedoraproject.org
Sat May 2 15:16:06 UTC 2009


Author: nbecker

Update of /cvs/pkgs/rpms/python-igraph/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15179

Modified Files:
	.cvsignore python-igraph.spec sources 
Log Message:
Update to 0.5.2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-igraph/F-11/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	16 Nov 2008 15:25:30 -0000	1.4
+++ .cvsignore	2 May 2009 15:15:35 -0000	1.5
@@ -1 +1 @@
-python-igraph-0.5.1.tar.gz
+python-igraph-0.5.2.tar.gz


Index: python-igraph.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-igraph/F-11/python-igraph.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- python-igraph.spec	26 Feb 2009 21:43:54 -0000	1.11
+++ python-igraph.spec	2 May 2009 15:15:35 -0000	1.12
@@ -1,8 +1,8 @@
 %{!?python_archlib: %define python_archlib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		python-igraph
-Version:	0.5.1
-Release:	4%{?dist}
+Version:	0.5.2
+Release:	2%{?dist}
 Summary:	Python bindings for igraph
 
 Group:		Development/Languages
@@ -31,7 +31,7 @@ around.
 %setup -q
 #%patch0 -p1
 #%patch1 -p0
-%patch2 -p0
+#%patch2 -p0
 %patch3 -p0
 #%patch4 -p0
 
@@ -54,7 +54,17 @@ rm -rf $RPM_BUILD_ROOT
 %{python_archlib}/python_igraph-%{version}-py*.egg-info
 %{_bindir}/igraph
 
+%check
+PYTHONPATH=$RPM_BUILD_ROOT%{python_archlib} %{__python} -c 'import igraph.test; igraph.test.test();'
+
 %changelog
+* Mon Apr 27 2009 Neal Becker <ndbecker2 at gmail.com> - 0.5.2-2
+- Try running check
+
+* Mon Apr 27 2009 Neal Becker <ndbecker2 at gmail.com> - 0.5.2-1
+- Update to 0.5.2
+- Try building without patch2
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-igraph/F-11/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	16 Nov 2008 15:25:30 -0000	1.4
+++ sources	2 May 2009 15:15:35 -0000	1.5
@@ -1 +1 @@
-9cc4364d656db67add07dd474c8b0f11  python-igraph-0.5.1.tar.gz
+8e80ddff5a7a3b7c25e293d4daaee6c0  python-igraph-0.5.2.tar.gz




More information about the fedora-extras-commits mailing list