diff --git a/python-dialite.changes b/python-dialite.changes index 29d9f4e..d702cf5 100644 --- a/python-dialite.changes +++ b/python-dialite.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 30 09:33:18 UTC 2018 - Jan Engelhardt + +- Ensure neutrality and relevance of description. + ------------------------------------------------------------------- Mon Oct 29 14:51:40 UTC 2018 - Todd R diff --git a/python-dialite.spec b/python-dialite.spec index 3a02b84..a016b23 100644 --- a/python-dialite.spec +++ b/python-dialite.spec @@ -21,7 +21,7 @@ Name: python-dialite Version: 0.5.1 Release: 0 -Summary: Lightweight Python library to show simple dialogs +Summary: Python library to show simple dialogs License: BSD-2-Clause Group: Development/Languages/Python Url: http://dialite.readthedocs.io @@ -36,14 +36,14 @@ BuildArch: noarch %python_subpackages %description -Dialite is a pure Python package to show dialogs. It is lightweight, -cross-platform, and has no dependencies. It provides a handful of -functions, each a verb, that can be used to inform(), warn() -or fail() the user, or to ask_ok(), ask_retry() or ask_yesno(). +Dialite is a pure Python package to show dialogs. It provides a +handful of functions, each a verb, that can be used to inform(), +warn() or fail() the user, or to ask_ok(), ask_retry() or +ask_yesno(). -Dialite can show dialogs on Window, OS X and Linux, and falls back to -a terminal interface if dialogs are unavailable (e.g. if not supported -by the platform, or for SSH connections). +Dialite can show graphical dialogs, and falls back to a terminal +interface if dialogs are unavailable (e.g. if not supported by the +platform, or for SSH connections). %prep %setup -q -n dialite-%{version}