Depend explicitly on latest version of uglifyjs
This commit is contained in:
parent
a3f042ee9c
commit
2939927f26
1 changed files with 5 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Name: nodejs-underscore
|
||||
Version: 1.5.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: JavaScript's functional programming helper library
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
|
|
@ -19,7 +19,7 @@ BuildArch: noarch
|
|||
|
||||
BuildRequires: nodejs-packaging
|
||||
BuildRequires: web-assets-devel
|
||||
BuildRequires: npm(uglify-js)
|
||||
BuildRequires: uglify-js
|
||||
|
||||
%if 0%{?enable_tests}
|
||||
BuildRequires: npm(phantomjs)
|
||||
|
|
@ -81,6 +81,9 @@ cp -pr underscore.js underscore-min.js underscore-min.map \
|
|||
%{_jsdir}/underscore
|
||||
|
||||
%changelog
|
||||
* Thu May 08 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 1.5.1-3
|
||||
- depend explicitly on latest version of uglifyjs
|
||||
|
||||
* Sun Jan 19 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.5.1-2
|
||||
- ship a browser version
|
||||
- add missing BuildRequires on uglify-js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue