forked from pool/perl-JavaScript-Minifier-XS
- updated to 0.14 see /usr/share/doc/packages/perl-JavaScript-Minifier-XS/Changes 0.14 2021-02-06 23:36:36-08:00 America/Vancouver - rewrote test suite into a single ".t" test - optimized memory allocations, by allocating Nodes in bulk, and being smarter about when we need to free/reallocate content buffers in Nodes - optimize whitespace collapsing - GH#3 / RT#108682; fix whitespace reduction at end of preserved line comment. Thanks to Dan Goodliffe - GH#6; fix unescaped slash in character set, inside of a regex, with thanks to @faf 0.13 2020-12-30 21:46:29-08:00 America/Vancouver - POD cleanups; spelling, SYNOPSIS - Switch to DZil Author Bundle 0.12 2020-12-28 08:31:31-08:00 America/Vancouver - Switch to GitHub Actions, from Travis-CI. - Add META links to GitHub repository and issue tracker - Switch to Dist::Zilla - Bump minimum required Perl to 5.8.1 - RT #130347; handle ES6 template literals. Thanks to Robert Rothenberg. OBS-URL: https://build.opensuse.org/request/show/914007 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JavaScript-Minifier-XS?expand=0&rev=6
36 lines
923 B
YAML
36 lines
923 B
YAML
---
|
|
#description_paragraphs: 3
|
|
#description: |-
|
|
# override description from CPAN
|
|
#summary: override summary from CPAN
|
|
#no_testing: broken upstream
|
|
#sources:
|
|
# - source1
|
|
# - source2
|
|
#patches:
|
|
# foo.patch: -p1
|
|
# bar.patch:
|
|
# baz.patch: PATCH-FIX-OPENSUSE
|
|
#preamble: |-
|
|
# BuildRequires: gcc-c++
|
|
#post_prep: |-
|
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
|
#post_build: |-
|
|
# rm unused.files
|
|
#post_install: |-
|
|
# sed on %{name}.files
|
|
#license: SUSE-NonFree
|
|
#skip_noarch: 1
|
|
#custom_build: |-
|
|
#./Build build flags=%{?_smp_mflags} --myflag
|
|
#custom_test: |-
|
|
#startserver && make test
|
|
#ignore_requires: Bizarre::Module
|
|
#skip_doc: regexp_to_skip_for_doc.*
|
|
#add_doc: files to add to docs
|
|
#misc: |-
|
|
#anything else to be added to spec file
|
|
#follows directly after %files section, so it can contain new blocks or also
|
|
#changes to %files section
|