diff --git a/python-python-editor.changes b/python-python-editor.changes index 52dcc50..68af271 100644 --- a/python-python-editor.changes +++ b/python-python-editor.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 18 23:49:45 UTC 2018 - Jan Engelhardt + +- Use noun phrase in summary. Clairfy what the + "system's EDITOR" is. + ------------------------------------------------------------------- Tue Dec 4 12:53:01 UTC 2018 - Matej Cepl diff --git a/python-python-editor.spec b/python-python-editor.spec index 56b0c05..0b54524 100644 --- a/python-python-editor.spec +++ b/python-python-editor.spec @@ -20,7 +20,7 @@ Name: python-python-editor Version: 1.0.3 Release: 0 -Summary: Programmatically open an editor, capture the result +Summary: Python library to programmatically open an editor and capture the result License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/fmoo/python-editor @@ -35,7 +35,8 @@ BuildRequires: nano %description python-editor is a library that provides the editor module for -programmatically interfacing with your system’s EDITOR. +programmatically interfacing with the editor defined in the EDITOR +environment variable. %prep %setup -q -n python-editor-%{version}