[nodejs-moment] Depend explicitly on latest version of uglifyjs

Jamie Nguyen jamielinux at fedoraproject.org
Thu May 8 16:55:09 UTC 2014


commit 35c36052002877c3f7ff07d71b81b85735b4936a
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Thu May 8 17:55:25 2014 +0100

    Depend explicitly on latest version of uglifyjs

 nodejs-moment.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nodejs-moment.spec b/nodejs-moment.spec
index facdd8c..cff2dc6 100644
--- a/nodejs-moment.spec
+++ b/nodejs-moment.spec
@@ -4,7 +4,7 @@
 
 Name:       nodejs-moment
 Version:    2.6.0
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Parse, manipulate and display dates
 License:    MIT
 Group:      System Environment/Libraries
@@ -24,7 +24,7 @@ ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 
 BuildRequires:  nodejs-packaging
 
-BuildRequires:  npm(uglify-js)
+BuildRequires:  uglify-js
 BuildRequires:  npm(grunt-cli)
 BuildRequires:  npm(grunt-contrib-concat)
 BuildRequires:  npm(grunt-contrib-uglify)
@@ -80,6 +80,9 @@ cp -pr package.json bower.json component.json composer.json ender.js \
 
 
 %changelog
+* Thu May 08 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 2.6.0-2
+- depend explicitly on latest version of uglifyjs
+
 * Sun Apr 13 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 2.6.0-1
 - update to upstream release 2.6.0
 - use Grunt to build minified sources


More information about the scm-commits mailing list