forked from pool/perl-JavaScript-Minifier-XS
Accepting request 926534 from devel:languages:perl:autoupdate
- updated to 0.15 see /usr/share/doc/packages/perl-JavaScript-Minifier-XS/Changes 0.15 2021-10-15 20:21:23-07:00 America/Vancouver - GH#8 - preserve newlines when collapsing whitespace; if a block of whitespace contains a newline, then when collapsing we collapse to a newline character, not just "the first whitespace char we found" OBS-URL: https://build.opensuse.org/request/show/926534 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JavaScript-Minifier-XS?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
731dc16fb9
commit
9285616216
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6a4a2ae004981e2e412b417b1a109b15170f2fbcb366797ffe097c7db1dc081
|
||||
size 25994
|
3
JavaScript-Minifier-XS-0.15.tar.gz
Normal file
3
JavaScript-Minifier-XS-0.15.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d9b034f58f0b6ff5b64647bd3c5a9ce05b2a70edee339fbc3173aee747cc050
|
||||
size 26201
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 17 03:06:17 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.15
|
||||
see /usr/share/doc/packages/perl-JavaScript-Minifier-XS/Changes
|
||||
|
||||
0.15 2021-10-15 20:21:23-07:00 America/Vancouver
|
||||
- GH#8 - preserve newlines when collapsing whitespace; if a block of
|
||||
whitespace contains a newline, then when collapsing we collapse to a
|
||||
newline character, not just "the first whitespace char we found"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 03:08:02 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name JavaScript-Minifier-XS
|
||||
Name: perl-JavaScript-Minifier-XS
|
||||
Version: 0.14
|
||||
Version: 0.15
|
||||
Release: 0
|
||||
Summary: XS based JavaScript minifier
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
|
Reference in New Issue
Block a user