diff --git a/nodejs-underscore.spec b/nodejs-underscore.spec index 22da938..56b5569 100644 --- a/nodejs-underscore.spec +++ b/nodejs-underscore.spec @@ -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 - 1.5.1-3 +- depend explicitly on latest version of uglifyjs + * Sun Jan 19 2014 T.C. Hollingsworth - 1.5.1-2 - ship a browser version - add missing BuildRequires on uglify-js