rpms/python-igraph/devel python-igraph.spec,1.4,1.5

Neal Becker (nbecker) fedora-extras-commits at redhat.com
Sun Feb 17 12:51:00 UTC 2008


Author: nbecker

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

Modified Files:
	python-igraph.spec 
Log Message:
Fix up requires to match igraph



Index: python-igraph.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-igraph/devel/python-igraph.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-igraph.spec	17 Feb 2008 12:23:52 -0000	1.4
+++ python-igraph.spec	17 Feb 2008 12:50:18 -0000	1.5
@@ -2,7 +2,7 @@
 
 Name:		python-igraph
 Version:	0.5
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Python bindings for igraph
 
 Group:		Development/Languages
@@ -16,8 +16,8 @@
 #Patch4:		python-igraph.setup.diff
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	python python-devel python-setuptools igraph-devel = %{version}-%{release} gcc libxml2-devel
-Requires:	python igraph libxml2 igraph = %{version}-%{release}
+BuildRequires:	python-devel python-setuptools igraph-devel = %{version} gcc libxml2-devel
+Requires:	python igraph libxml2 igraph = %{version}
 
 %description
 This module extends Python with a Graph class which is capable of
@@ -55,6 +55,9 @@
 %{_bindir}/igraph
 
 %changelog
+* Sun Feb 17 2008 Neal Becker <ndbecker2 at gmail.com> - 0.5-4
+- Fix requires igraph
+
 * Sun Feb 17 2008 Neal Becker <ndbecker2 at gmail.com> - 0.5-3
 - Add BR python
 




More information about the fedora-extras-commits mailing list