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 907ff6d..f5c2835 100644 --- a/python-Routes.changes +++ b/python-Routes.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +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 + +- Fix Obsoletes + ------------------------------------------------------------------- Thu Sep 1 13:15:07 UTC 2011 - saschpe@suse.de diff --git a/python-Routes.spec b/python-Routes.spec index 3a9bb6a..4295a24 100644 --- a/python-Routes.spec +++ b/python-Routes.spec @@ -1,7 +1,7 @@ # # spec file for package python-Routes # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -11,12 +11,13 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-Routes -Version: 1.12.3 +Version: 1.13 Release: 0 Url: http://routes.groovie.org/ Summary: Routing Recognition and Generation Tools @@ -26,16 +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 +Provides: python-routes = %{version} +Obsoletes: python-routes < %{version} +%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 -%endif -Provides: python-routes = %{version} -#TODO: Change back to '<' after next version update: -Obsoletes: python-routes <= %{version} -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %description A Routing package for Python that matches URL's to dicts and vice versa.