From 2939927f26eb9d9608710ab0eb325d6829fba5e1 Mon Sep 17 00:00:00 2001 From: Jamie Nguyen Date: Thu, 8 May 2014 17:56:14 +0100 Subject: [PATCH] Depend explicitly on latest version of uglifyjs --- nodejs-underscore.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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