rpms/python-igraph/F-10 python-igraph.spec,1.7,1.8

Neal Becker nbecker at fedoraproject.org
Tue Apr 28 01:11:14 UTC 2009


Author: nbecker

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

Modified Files:
	python-igraph.spec 
Log Message:
Try running check



Index: python-igraph.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-igraph/F-10/python-igraph.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- python-igraph.spec	25 Dec 2008 00:24:45 -0000	1.7
+++ python-igraph.spec	28 Apr 2009 01:10:44 -0000	1.8
@@ -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:	3%{?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,20 @@ rm -rf $RPM_BUILD_ROOT
 %{python_archlib}/python_igraph-%{version}-py*.egg-info
 %{_bindir}/igraph
 
+%check
+( %{__python} -c 'import test; 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
+
 * Sun Dec 21 2008 Neal Becker <ndbecker2 at gmail.com> - 0.5.1-3
 - Bump tag
 




More information about the fedora-extras-commits mailing list