From 6972c38638937067a50ca66a1f43e97fe7d04c60 Mon Sep 17 00:00:00 2001 From: Jamie Nguyen Date: Thu, 8 May 2014 17:49:54 +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 f576abe..d13df0a 100644 --- a/nodejs-underscore.spec +++ b/nodejs-underscore.spec @@ -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 - 1.6.0-3 +- depend explicitly on latest version of uglifyjs + * Sat Apr 26 2014 Jamie Nguyen - 1.6.0-2 - add jsdir logic for EL6