diff --git a/.gitignore b/.gitignore index 52047e9..655cb1b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /uglify-js-2.2.5.tgz /uglify-js-2.4.13.tgz /uglify-js-2.6.1.tar.gz +/uglify-js-2.7.0.tar.gz diff --git a/sources b/sources index e7ee016..16bd80b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4f6887f23b03ef752a89e50c3208bbe5 uglify-js-2.6.1.tar.gz +985dc1236e740e0abf24b1edf23fde74 uglify-js-2.7.0.tar.gz diff --git a/uglify-js.spec b/uglify-js.spec index 736449d..34bdab6 100644 --- a/uglify-js.spec +++ b/uglify-js.spec @@ -10,7 +10,7 @@ %endif Name: uglify-js -Version: 2.6.1 +Version: 2.7.0 Release: 1%{?dist} Summary: JavaScript parser, mangler/compressor and beautifier toolkit BuildArch: noarch @@ -101,9 +101,10 @@ ln -sf ../lib/node_modules/uglify-js@2/bin/uglifyjs %{buildroot}%{_bindir}/uglif ln -sf uglify-js@2 %{buildroot}%{nodejs_sitelib}/uglify-js -%if 0%{?enable_tests} %check %nodejs_symlink_deps --check +%{__nodejs} -e 'require("./")' +%if 0%{?enable_tests} %__nodejs test/run-tests.js %endif @@ -139,6 +140,12 @@ end %changelog +* Thu Jul 28 2016 Jared Smith - 2.7.0-1 +- Update to upstream 2.7.0 release + +* Sat Jul 09 2016 Jared Smith - 2.6.4-1 +- Update to upstream 2.6.4 release + * Wed Feb 10 2016 Tom Hughes - 2.6.1-1 - Update to 2.6.1 upstream release