diff --git a/python-datrie.changes b/python-datrie.changes index 36c2ca7..d67c5fe 100644 --- a/python-datrie.changes +++ b/python-datrie.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 7 18:12:25 UTC 2017 - jmatejek@suse.com + +- update license to LGPL-2.1+ + ------------------------------------------------------------------- Sat Mar 4 00:00:17 UTC 2017 - rjschwei@suse.com diff --git a/python-datrie.spec b/python-datrie.spec index d2cc50c..e634034 100644 --- a/python-datrie.spec +++ b/python-datrie.spec @@ -1,5 +1,5 @@ # -# spec file for package python3-datrie +# spec file for package python-datrie # # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # @@ -15,21 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-datrie Version: 0.7.1 Release: 0 Summary: Super-fast, efficiently stored Trie for Python -License: LGPL-2.0+ +License: LGPL-2.1+ Group: Development/Languages/Python Url: https://github.com/kmike/datrie Source: https://files.pythonhosted.org/packages/source/d/datrie/datrie-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module hypothesis} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-runner} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages