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 - 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 - 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