From 07c5ea3bc66079abaf29cd7902ed7fc6bb6cec7103a70d58f515c68b7036a1a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 3 Jun 2019 08:03:16 +0000 Subject: [PATCH] Accepting request 706952 from home:jengelh:branches:devel:languages:python - Avoid name repetition in summary. OBS-URL: https://build.opensuse.org/request/show/706952 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rjsmin?expand=0&rev=9 --- python-rjsmin.changes | 5 +++++ python-rjsmin.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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