diff --git a/python-pytricia.changes b/python-pytricia.changes index f759624..a795910 100644 --- a/python-pytricia.changes +++ b/python-pytricia.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 9 19:54:03 UTC 2018 - rjschwei@suse.com + +- Fix source URL + ------------------------------------------------------------------- Thu Feb 8 13:59:36 UTC 2018 - rjschwei@suse.com diff --git a/python-pytricia.spec b/python-pytricia.spec index b833841..52e15f9 100644 --- a/python-pytricia.spec +++ b/python-pytricia.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytricia Version: 1.0.0 @@ -23,7 +24,7 @@ Summary: A library for IP address lookup in Python License: LGPL-3.0-or-later Group: Development/Languages/Python Url: https://github.com/jsommers/pytricia -Source: https://files.pythonhosted.org/packages/source/p/pytricia-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/pytricia/pytricia-%{version}.tar.gz Source1: LICENSE BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} @@ -54,3 +55,5 @@ export CFLAGS="%{optflags}" %doc README.md LICENSE %defattr(-,root,root) %{python_sitearch}/* + +%changelog