[uglify-js] Update to upstream release 2.4.13

Jamie Nguyen jamielinux at fedoraproject.org
Sat Mar 15 15:30:05 UTC 2014


commit b679f9b31ac769d867e9da93368dacddb7f75a22
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Sat Mar 15 15:29:47 2014 +0000

    Update to upstream release 2.4.13

 .gitignore     |    1 +
 sources        |    2 +-
 uglify-js.spec |   10 +++++++---
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7bc546a..5d76d78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /uglify-js-2.2.3.tgz
 /uglify-js-2.2.4.tgz
 /uglify-js-2.2.5.tgz
+/uglify-js-2.4.13.tgz
diff --git a/sources b/sources
index 04072e3..37edd86 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-67f3a14cec7b24e62f79689a16408a97  uglify-js-2.2.5.tgz
+e9cce2a24532872a1f6816145d65c414  uglify-js-2.4.13.tgz
diff --git a/uglify-js.spec b/uglify-js.spec
index 6e2cd0e..52b7705 100644
--- a/uglify-js.spec
+++ b/uglify-js.spec
@@ -4,8 +4,8 @@
 %global enable_tests 1
 
 Name:           uglify-js
-Version:        2.2.5
-Release:        4%{?dist}
+Version:        2.4.13
+Release:        1%{?dist}
 Summary:        JavaScript parser, mangler/compressor and beautifier toolkit
 BuildArch:      noarch
 
@@ -24,6 +24,7 @@ BuildRequires:  nodejs-packaging
 BuildRequires:  web-assets-devel
 
 %if 0%{?enable_tests}
+BuildRequires:  npm(async)
 BuildRequires:  npm(optimist)
 BuildRequires:  npm(source-map)
 %endif
@@ -111,10 +112,13 @@ end
 %{_jsdir}/%{name}-2
 %{_jsdir}/%{name}
 %{_datadir}/%{name}
-%doc README.md
+%doc LICENSE README.md
 
 
 %changelog
+* Thu Mar 13 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 2.4.13-1
+- update to upstream release 2.4.13
+
 * Mon Jan 20 2014 T.C. Hollingsworth <tchollingsworth at gmail.com> - 2.2.5-4
 - port to new JS guidelines
 - provide the nodejs- form


More information about the scm-commits mailing list