diff --git a/python-PasteDeploy.changes b/python-PasteDeploy.changes index a18ee84..53ca978 100644 --- a/python-PasteDeploy.changes +++ b/python-PasteDeploy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 19 08:16:47 UTC 2017 - hpj@urpla.net + +- fix source url + ------------------------------------------------------------------- Wed Apr 19 02:26:16 UTC 2017 - toddrme2178@gmail.com diff --git a/python-PasteDeploy.spec b/python-PasteDeploy.spec index fb821e1..e98a6bd 100644 --- a/python-PasteDeploy.spec +++ b/python-PasteDeploy.spec @@ -1,7 +1,7 @@ # # spec file for package python-PasteDeploy # -# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,12 +24,12 @@ Url: http://pythonpaste.org/deploy/ Summary: Load, configure, and compose WSGI applications and servers License: MIT Group: Development/Languages/Python -Source: http://files.pythonhosted.org/packages/source/P/PasteDeploy/PasteDeploy-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/P/PasteDeploy/PasteDeploy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: fdupes -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-Paste Requires: python-setuptools Provides: python-pastedeploy = %{version}