rpms/python-igraph/devel python-igraph.spec,1.2,1.3

Neal Becker (nbecker) fedora-extras-commits at redhat.com
Sat Feb 16 23:10:21 UTC 2008


Author: nbecker

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

Modified Files:
	python-igraph.spec 
Log Message:
Fix reqs



Index: python-igraph.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-igraph/devel/python-igraph.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-igraph.spec	16 Feb 2008 22:43:17 -0000	1.2
+++ python-igraph.spec	16 Feb 2008 23:09:41 -0000	1.3
@@ -2,7 +2,7 @@
 
 Name:		python-igraph
 Version:	0.5
-Release:	1%{?dist}
+Release:	2%{?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-devel python-setuptools igraph-devel gcc libxml2-devel
-Requires:	python igraph libxml2
+BuildRequires:	python-devel python-setuptools igraph-devel = %{version}-%{release} gcc libxml2-devel
+Requires:	python igraph libxml2 igraph = %{version}-%{release}
 
 %description
 This module extends Python with a Graph class which is capable of
@@ -55,6 +55,9 @@
 %{_bindir}/igraph
 
 %changelog
+* Sat Feb 16 2008 Neal Becker <ndbecker2 at gmail.com> - 0.5-2
+- Fix BR
+
 * Fri Feb 15 2008 Neal Becker <ndbecker2 at gmail.com> - 0.5-1
 - Update to 0.5
 




More information about the fedora-extras-commits mailing list