Update to upstream release 2.4.13

epel9
Jamie Nguyen 11 years ago
parent 31e6ed8fc2
commit b679f9b31a

1
.gitignore vendored

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

@ -1 +1 @@
67f3a14cec7b24e62f79689a16408a97 uglify-js-2.2.5.tgz
e9cce2a24532872a1f6816145d65c414 uglify-js-2.4.13.tgz

@ -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@fedoraproject.org> - 2.4.13-1
- update to upstream release 2.4.13
* Mon Jan 20 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 2.2.5-4
- port to new JS guidelines
- provide the nodejs- form

Loading…
Cancel
Save