[nodejs-utile] Fix version of npm(ncp) dependency

Jamie Nguyen jamielinux at fedoraproject.org
Fri Apr 18 19:15:17 UTC 2014


commit a54f35bbd12bf8977981380538b5f6bcdf609914
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Fri Apr 18 20:14:57 2014 +0100

    Fix version of npm(ncp) dependency

 nodejs-utile.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nodejs-utile.spec b/nodejs-utile.spec
index 7732c9a..fa1d824 100644
--- a/nodejs-utile.spec
+++ b/nodejs-utile.spec
@@ -4,7 +4,7 @@
 
 Name:       nodejs-utile
 Version:    0.2.1
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    A Node.js drop-in replacement for `util` with some additional functions
 License:    MIT
 Group:      System Environment/Libraries
@@ -36,7 +36,7 @@ BuildRequires:  npm(vows)
 %prep
 %setup -q -n package
 %nodejs_fixdep async '0.2.x'
-%nodejs_fixdep ncp '0.4.x'
+%nodejs_fixdep ncp '~0.5'
 %nodejs_fixdep rimraf '~2.1'
 
 %build
@@ -64,6 +64,9 @@ cp -pr package.json lib/ \
 
 
 %changelog
+* Fri Apr 18 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.2.1-2
+- fix version of npm(ncp) dependency
+
 * Fri Apr 18 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.2.1-1
 - update to upstream release 0.2.1
 


More information about the scm-commits mailing list