diff --git a/Routes-1.12.3.tar.gz b/Routes-1.12.3.tar.gz deleted file mode 100644 index 6d4a03f..0000000 --- a/Routes-1.12.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eacc0dfb7c883374e698cebaa01a740d8c78d364b6e7f3df0312de042f77aa36 -size 799601 diff --git a/Routes-1.13.tar.gz b/Routes-1.13.tar.gz new file mode 100644 index 0000000..94512f0 --- /dev/null +++ b/Routes-1.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc03d1a357cdb7af82e3909ee8ff93cb2b2afb48aca23bfde0117d6f49f624a7 +size 797539 diff --git a/python-Routes.changes b/python-Routes.changes index 29d3da7..f5c2835 100644 --- a/python-Routes.changes +++ b/python-Routes.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Mar 14 13:47:48 UTC 2012 - saschpe@suse.de + +- Update to version 1.13: + * Fix bug with dots forcing extension by default. The portion with the dot + can now be recognized. Patch by Michael Basnight. +- Simplified macro usage + ------------------------------------------------------------------- Tue Jan 24 14:14:03 UTC 2012 - bwiedemann@suse.com diff --git a/python-Routes.spec b/python-Routes.spec index fbed230..4295a24 100644 --- a/python-Routes.spec +++ b/python-Routes.spec @@ -16,9 +16,8 @@ # - Name: python-Routes -Version: 1.12.3 +Version: 1.13 Release: 0 Url: http://routes.groovie.org/ Summary: Routing Recognition and Generation Tools @@ -28,15 +27,13 @@ Source: http://pypi.python.org/packages/source/R/Routes/Routes-%{version BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute -%if 0%{?suse_version} -%py_requires -%if 0%{?suse_version} > 1110 -BuildArch: noarch -%endif -%endif Provides: python-routes = %{version} Obsoletes: python-routes < %{version} -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%if 0%{?suse_version} && 0%{?suse_version} <= 1110 +%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%else +BuildArch: noarch +%endif %description A Routing package for Python that matches URL's to dicts and vice versa.