[python-rdflib] Found the correct source of the 3.2.0 release

Pierre-YvesChibon pingou at fedoraproject.org
Fri Jan 20 09:30:04 UTC 2012


commit 48dfb5cc5de137862ed1c8e7662f5e905ff53fdd
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Fri Jan 20 10:29:57 2012 +0100

    Found the correct source of the 3.2.0 release

 .gitignore         |    1 +
 python-rdflib.spec |    4 ++--
 sources            |    2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0dbdda9..6c5107a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 rdflib-2.4.2.tar.gz
 /rdflib-3.1.0.tar.gz
 /rdflib-3.2.0-RC.tar.gz
+/rdflib-3.2.0.tar.gz
diff --git a/python-rdflib.spec b/python-rdflib.spec
index c48e0af..53164ba 100644
--- a/python-rdflib.spec
+++ b/python-rdflib.spec
@@ -11,7 +11,7 @@ Summary:        Python library for working with RDF
 Group:          Development/Languages
 License:        BSD
 URL:            http://code.google.com/p/rdflib/
-Source0:        http://rdflib.googlecode.com/files/rdflib-%{version}-RC.tar.gz
+Source0:        http://rdflib.googlecode.com/files/rdflib-%{version}.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}-RC
+%setup -q -n rdflib-%{version}
 
 %build
 %{__python} setup.py build
diff --git a/sources b/sources
index 63f48df..a55f141 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b882f05de082bb41ec9c2f9f3aa547c7  rdflib-3.2.0-RC.tar.gz
+ab3d3a5f71ebb6fe4fd33539f5d5768e  rdflib-3.2.0.tar.gz


More information about the scm-commits mailing list