14
0
forked from pool/python-rjsmin

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
This commit is contained in:
Tomáš Chvátal
2019-06-03 08:03:16 +00:00
committed by Git OBS Bridge
parent f8a965bfd5
commit 07c5ea3bc6
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jun 2 20:54:38 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Avoid name repetition in summary.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat May 18 02:29:20 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com> Sat May 18 02:29:20 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>

View File

@@ -22,7 +22,7 @@
Name: python-%{mod_name} Name: python-%{mod_name}
Version: 1.1.0 Version: 1.1.0
Release: 0 Release: 0
Summary: RJSmin is a JavaScript Minifier Written in Python Summary: A JavaScript minifier written in Python
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
URL: http://opensource.perlig.de/rjsmin/ URL: http://opensource.perlig.de/rjsmin/
@@ -39,11 +39,11 @@ Obsoletes: %{name}-doc
%python_subpackages %python_subpackages
%description %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 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). at runtime (rather than during a preprocessing step).
%prep %prep