[python-rdflib] Add missing dependencies

Pierre-YvesChibon pingou at fedoraproject.org
Mon Jan 23 16:14:43 UTC 2012


commit 7584bd6ab75f81a8c8a73915c88c8dde996b7079
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Mon Jan 23 17:14:35 2012 +0100

    Add missing dependencies

 python-rdflib.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-rdflib.spec b/python-rdflib.spec
index e223660..23c9dba 100644
--- a/python-rdflib.spec
+++ b/python-rdflib.spec
@@ -5,7 +5,7 @@
 
 Name:           python-rdflib
 Version:        3.2.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Python library for working with RDF
 
 Group:          Development/Languages
@@ -15,6 +15,7 @@ Source0:        http://rdflib.googlecode.com/files/rdflib-%{version}.tar.gz
 BuildArch:      noarch
 
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+Requires:       python-isodate
 
 BuildRequires:  python-devel
 %if 0%{?fedora} >= 8
@@ -73,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Mon Jan 23 2012 Pierre-Yves Chibon <pingou at pingoured.fr> - 3.2.0-3
+- Add python-isodate as R (RHBZ#784027)
+
 * Fri Jan 20 2012 Pierre-Yves Chibon <pingou at pingoured.fr> - 3.2.0-2
 - Found the official sources of the 3.2.0 release
 


More information about the scm-commits mailing list