[python-rdflib] Update to 3.2.0

Pierre-YvesChibon pingou at fedoraproject.org
Fri Jan 20 09:22:03 UTC 2012


commit 601552419bbf47d93567ba34b8a461a4237f108c
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Fri Jan 20 10:21:55 2012 +0100

    Update to 3.2.0

 .gitignore         |    1 +
 python-rdflib.spec |   13 ++++++++-----
 sources            |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f04f2a6..0dbdda9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 rdflib-2.4.2.tar.gz
 /rdflib-3.1.0.tar.gz
+/rdflib-3.2.0-RC.tar.gz
diff --git a/python-rdflib.spec b/python-rdflib.spec
index 7438b26..c48e0af 100644
--- a/python-rdflib.spec
+++ b/python-rdflib.spec
@@ -4,14 +4,14 @@
 %define run_tests 0
 
 Name:           python-rdflib
-Version:        3.1.0
-Release:        2%{?dist}
+Version:        3.2.0
+Release:        1%{?dist}
 Summary:        Python library for working with RDF
 
 Group:          Development/Languages
 License:        BSD
-URL:            http://rdflib.net
-Source0:        http://rdflib.googlecode.com/files/rdflib-%{version}.tar.gz
+URL:            http://code.google.com/p/rdflib/
+Source0:        http://rdflib.googlecode.com/files/rdflib-%{version}-RC.tar.gz
 BuildArch:      noarch
 
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@@ -37,7 +37,7 @@ be backed by any one of a number of store implementations, including
 memory, MySQL, Redland, SQLite, Sleepycat, ZODB and SQLObject.
 
 %prep
-%setup -q -n rdflib-%{version}
+%setup -q -n rdflib-%{version}-RC
 
 %build
 %{__python} setup.py build
@@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Fri Jan 20 2012 Pierre-Yves Chibon <pingou at pingoured.fr> - 3.2.0-1
+- Update to 3.2.0-RC which seem to be same as 3.2.0
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 713e011..63f48df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-415c3b28ab0c6010b02c1523e8fa5b28  rdflib-3.1.0.tar.gz
+b882f05de082bb41ec9c2f9f3aa547c7  rdflib-3.2.0-RC.tar.gz


More information about the scm-commits mailing list