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