8
0

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:
Stephan Kulow
2021-10-22 10:53:30 +00:00
committed by Git OBS Bridge
parent 731dc16fb9
commit 9285616216
4 changed files with 15 additions and 4 deletions

View File

@@ -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>