[nodejs-commander] Fix version of dependency on nodejs-keypress

Jamie Nguyen jamielinux at fedoraproject.org
Wed Aug 28 18:43:24 UTC 2013


commit 1745e20f0bc4920438be69a66270d51bcb77a37c
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Wed Aug 28 19:42:59 2013 +0100

    Fix version of dependency on nodejs-keypress

 nodejs-commander.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-commander.spec b/nodejs-commander.spec
index 3939dc4..9a29eb6 100644
--- a/nodejs-commander.spec
+++ b/nodejs-commander.spec
@@ -4,7 +4,7 @@
 
 Name:       nodejs-commander
 Version:    1.2.0
-Release:    4%{?dist}
+Release:    5%{?dist}
 Summary:    Node.js command-line interfaces made easy
 # License text is included in Readme.md
 License:    MIT
@@ -43,6 +43,7 @@ inspired by Ruby's commander.
 %setup -q -n package
 %setup -T -D -a 1 -q -n package
 %patch0 -p1
+%nodejs_fixdep keypress '2.x'
 
 
 %build
@@ -70,6 +71,9 @@ find test/test.*.js -exec ./test/run '{}' \;
 
 
 %changelog
+* Wed Aug 28 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.2.0-5
+- fix version of dependency on nodejs-keypress
+
 * Mon Aug 26 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.2.0-4
 - rebuild to enable tests
 


More information about the scm-commits mailing list