[nodejs-underscore: 2/2] Depend explicitly on latest version of uglifyjs

Jamie Nguyen jamielinux at fedoraproject.org
Thu May 8 16:49:42 UTC 2014


commit 6972c38638937067a50ca66a1f43e97fe7d04c60
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Thu May 8 17:49:54 2014 +0100

    Depend explicitly on latest version of uglifyjs

 nodejs-underscore.spec |    7 +++++--
 1 files 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 <jamielinux at fedoraproject.org> - 1.6.0-3
+- depend explicitly on latest version of uglifyjs
+
 * Sat Apr 26 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.6.0-2
 - add jsdir logic for EL6
 


More information about the scm-commits mailing list