diff --git a/python-unidiff.changes b/python-unidiff.changes index 404d24c..71578f6 100644 --- a/python-unidiff.changes +++ b/python-unidiff.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 29 11:05:16 UTC 2018 - jengelh@inai.de + +- Ensure neutrality of descriptions. + ------------------------------------------------------------------- Tue May 29 16:51:09 UTC 2018 - toddrme2178@gmail.com diff --git a/python-unidiff.spec b/python-unidiff.spec index 5788f7a..7209a7b 100644 --- a/python-unidiff.spec +++ b/python-unidiff.spec @@ -13,16 +13,17 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-unidiff Version: 0.5.5 Release: 0 -License: MIT Summary: Unified diff parsing/metadata extraction library -Url: http://github.com/matiasb/python-unidiff +License: MIT Group: Development/Languages/Python +Url: http://github.com/matiasb/python-unidiff Source: https://files.pythonhosted.org/packages/source/u/unidiff/unidiff-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} @@ -33,7 +34,7 @@ BuildArch: noarch %python_subpackages %description -Simple Python library to parse and interact with unified diff data. +Python library to parse and interact with unified diff data. %prep %setup -q -n unidiff-%{version}