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

Jamie Nguyen jamielinux at fedoraproject.org
Thu May 8 16:56:02 UTC 2014


commit 2939927f26eb9d9608710ab0eb325d6829fba5e1
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Thu May 8 17:56:14 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 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 <jamielinux at fedoraproject.org> - 1.5.1-3
+- depend explicitly on latest version of uglifyjs
+
 * Sun Jan 19 2014 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.5.1-2
 - ship a browser version
 - add missing BuildRequires on uglify-js


More information about the scm-commits mailing list