diff --git a/python-distorm3.changes b/python-distorm3.changes index d795709..b2769b5 100644 --- a/python-distorm3.changes +++ b/python-distorm3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 21 12:52:53 UTC 2018 - mcepl@suse.com + +- License is BSD-3-Clause, not GPL + ------------------------------------------------------------------- Thu Jun 21 12:40:12 UTC 2018 - mcepl@suse.com diff --git a/python-distorm3.spec b/python-distorm3.spec index a5899e9..9260ea5 100644 --- a/python-distorm3.spec +++ b/python-distorm3.spec @@ -18,16 +18,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define modname distorm3 - Name: python-%{modname} Version: 3.3.4 Release: 0 Summary: Powerful Disassembler Library For x86/AMD64 -# TODO Is it so? -License: GPL-3.0-only +License: BSD-3-Clause Group: Development/Libraries/Python URL: https://github.com/gdabah/distorm -Source: https://files.pythonhosted.org/packages/source/d/%{modname}/%{modname}-%{version}.zip +Source: https://files.pythonhosted.org/packages/source/d/distorm3/%{modname}-%{version}.zip # Issue filed upstream https://github.com/gdabah/distorm/issues/123 Patch0: 0001-don-t-stutter-static-on-BigEndian.patch # PATCH-FIX-UPSTREAM https://github.com/gdabah/distorm/pull/116