From 4f1edb1b4b9a7580ffcb2fa9e605d663aeecac3d Mon Sep 17 00:00:00 2001 From: Neal Becker Date: Feb 17 2008 12:50:18 +0000 Subject: Fix up requires to match igraph --- diff --git a/python-igraph.spec b/python-igraph.spec index 418740b..075a91f 100644 --- a/python-igraph.spec +++ b/python-igraph.spec @@ -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 @@ Patch3: python-igraph-authors.diff #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 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/igraph %changelog +* Sun Feb 17 2008 Neal Becker - 0.5-4 +- Fix requires igraph + * Sun Feb 17 2008 Neal Becker - 0.5-3 - Add BR python