diff --git a/python-rjsmin.changes b/python-rjsmin.changes index 7068826..6737bf4 100644 --- a/python-rjsmin.changes +++ b/python-rjsmin.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 2 20:54:38 UTC 2019 - Jan Engelhardt + +- Avoid name repetition in summary. + ------------------------------------------------------------------- Sat May 18 02:29:20 UTC 2019 - Bernhard Wiedemann diff --git a/python-rjsmin.spec b/python-rjsmin.spec index 313ac09..f9e019d 100644 --- a/python-rjsmin.spec +++ b/python-rjsmin.spec @@ -22,7 +22,7 @@ Name: python-%{mod_name} Version: 1.1.0 Release: 0 -Summary: RJSmin is a JavaScript Minifier Written in Python +Summary: A JavaScript minifier written in Python License: Apache-2.0 Group: Development/Languages/Python URL: http://opensource.perlig.de/rjsmin/ @@ -39,11 +39,11 @@ Obsoletes: %{name}-doc %python_subpackages %description -rJSmin is a javascript minifier written in python. +rJSmin is a Javascript minifier written in Python. The minifier is based on the semantics of jsmin.c by Douglas Crockford. -The module is a re-implementation aiming for speed, so it can be used +The module is a re-implementation targeting speed, so it can be used at runtime (rather than during a preprocessing step). %prep