Depend explicitly on latest version of uglifyjs
This commit is contained in:
parent
2f76c3232c
commit
6972c38638
1 changed files with 5 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
Name: nodejs-underscore
|
||||
Version: 1.6.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: JavaScript's functional programming helper library
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
|
|
@ -36,7 +36,7 @@ BuildRequires: web-assets-devel
|
|||
%endif
|
||||
|
||||
BuildRequires: nodejs-packaging
|
||||
BuildRequires: npm(uglify-js)
|
||||
BuildRequires: uglify-js
|
||||
|
||||
%if 0%{?enable_tests}
|
||||
BuildRequires: npm(phantomjs)
|
||||
|
|
@ -102,6 +102,9 @@ cp -pr underscore.js underscore-min.js underscore-min.map \
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu May 08 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 1.6.0-3
|
||||
- depend explicitly on latest version of uglifyjs
|
||||
|
||||
* Sat Apr 26 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 1.6.0-2
|
||||
- add jsdir logic for EL6
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue