[nodejs-q-io] Fix versioned depenceny on npm(collections)

Jamie Nguyen jamielinux at fedoraproject.org
Tue Sep 3 21:41:23 UTC 2013


commit 4c6720df6beaf120d0f8c0b727361d9ea2d1089d
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Tue Sep 3 22:41:00 2013 +0100

    Fix versioned depenceny on npm(collections)

 nodejs-q-io.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-q-io.spec b/nodejs-q-io.spec
index a52ac16..89332a0 100644
--- a/nodejs-q-io.spec
+++ b/nodejs-q-io.spec
@@ -4,7 +4,7 @@
 
 Name:       nodejs-q-io
 Version:    1.9.4
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Interfaces for IO using Q promises in JavaScript on Node.js
 License:    MIT
 Group:      System Environment/Libraries
@@ -31,6 +31,7 @@ BuildRequires:  npm(jasmine-node)
 
 %prep
 %setup -q -n package
+%nodejs_fixdep collections '~0.1.21'
 %nodejs_fixdep qs '~0.6'
 %nodejs_fixdep url2 '~1.0'
 
@@ -64,6 +65,9 @@ cp -pr package.json \
 
 
 %changelog
+* Tue Sep 03 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.9.4-2
+- fix versioned dependency on npm(collections)
+
 * Tue Sep 03 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.9.4-1
 - update to upstream release 1.9.4
 


More information about the scm-commits mailing list