diff --git a/python-dennis.changes b/python-dennis.changes index 16095d7..9095ea3 100644 --- a/python-dennis.changes +++ b/python-dennis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 13 09:45:25 UTC 2019 - Jan Engelhardt + +- Trim filler wording from description, and fixup sentence grammar. + ------------------------------------------------------------------- Wed Feb 13 05:10:03 UTC 2019 - John Vandenberg diff --git a/python-dennis.spec b/python-dennis.spec index 8b72b55..150f051 100644 --- a/python-dennis.spec +++ b/python-dennis.spec @@ -1,7 +1,7 @@ # # spec file for package python-dennis # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,17 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dennis Version: 0.9 Release: 0 -License: BSD-3-Clause Summary: Utilities for working with PO and POT files -Url: http://github.com/willkg/dennis +License: BSD-3-Clause Group: Development/Languages/Python +Url: http://github.com/willkg/dennis Source: https://files.pythonhosted.org/packages/source/d/dennis/dennis-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -39,10 +40,10 @@ BuildArch: noarch %python_subpackages %description -Dennis is a set of utilities for working with PO files to ease -development and improve quality. Translate POT files to find problems -with localization in your code. Lint PO files for common problems like -variable formatting, mismatched HTML, missing variables, etc. +Dennis is a set of utilities for working with PO files. They +translate POT files to find problems with localization in code, and +lint PO files for common problems like variable formatting, +mismatched HTML, missing variables, etc. %prep %setup -q -n dennis-%{version}