diff --git a/python-pydot.changes b/python-pydot.changes index 665b580..659af6a 100644 --- a/python-pydot.changes +++ b/python-pydot.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 18 23:56:25 UTC 2018 - Jan Engelhardt + +- Use noun phrase in summary. Grammar adjustments for the + description. + ------------------------------------------------------------------- Tue Dec 4 12:52:08 UTC 2018 - Matej Cepl diff --git a/python-pydot.spec b/python-pydot.spec index 902fc11..04761f4 100644 --- a/python-pydot.spec +++ b/python-pydot.spec @@ -20,7 +20,7 @@ Name: python-pydot Version: 1.2.4 Release: 0 -Summary: Create (dot) graphs from python +Summary: Module to create (dot) graphs from Python License: MIT Group: Development/Libraries/Python URL: https://github.com/erocarrera/pydot @@ -35,8 +35,9 @@ BuildArch: noarch %python_subpackages %description -pydot allows to easily create both directed and non directed graphs from Python. -Currently all attributes implemented in the Dot language are supported (up to Graphviz 2.16). +pydot allows to create both directed and non-directed graphs from +Python. All attributes implemented in the Dot language up to Graphviz +2.16 are supported. %prep %setup -q -n pydot-%{version}