diff --git a/python-python-qprogedit.changes b/python-python-qprogedit.changes index 8b17125..5786bb2 100644 --- a/python-python-qprogedit.changes +++ b/python-python-qprogedit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 20 18:36:10 UTC 2019 - Jan Engelhardt + +- Trim filler wording and fixup grammar within the description. + ------------------------------------------------------------------- Wed Mar 20 08:13:13 UTC 2019 - John Vandenberg diff --git a/python-python-qprogedit.spec b/python-python-qprogedit.spec index 925425d..a2b0566 100644 --- a/python-python-qprogedit.spec +++ b/python-python-qprogedit.spec @@ -12,24 +12,25 @@ # 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-python-qprogedit Version: 4.1.2 Release: 0 -License: GPL-3.0-or-later Summary: A QScintilla-based text-editor component -Url: https://github.com/smathot/QProgEdit +License: GPL-3.0-or-later Group: Development/Languages/Python +Url: https://github.com/smathot/QProgEdit Source: https://files.pythonhosted.org/packages/source/p/python-qprogedit/python-qprogedit-%{version}.tar.gz Source1: https://raw.githubusercontent.com/smathot/QProgEdit/master/copyright -BuildRequires: python-rpm-macros BuildRequires: %{python_module QtPy} BuildRequires: %{python_module qscintilla-qt5} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-QtPy Requires: python-qscintilla-qt5 BuildArch: noarch @@ -37,8 +38,8 @@ BuildArch: noarch %python_subpackages %description -QProgEdit is a PyQt widget that implements a full-featured text editor -component. It's primary target at the moment is OpenSesame, a graphical +QProgEdit is a PyQt widget that implements a text editor +component. Its primary target at the moment is OpenSesame, a graphical experiment builder. %prep