[nodejs-tape] Fix dependency versions

Jamie Nguyen jamielinux at fedoraproject.org
Sun Oct 26 09:43:40 UTC 2014


commit b20255182a75fb8ca603d4f030e956d9051d5d1c
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Sun Oct 26 09:43:15 2014 +0000

    Fix dependency versions

 nodejs-tape.spec |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/nodejs-tape.spec b/nodejs-tape.spec
index 311688b..b1965d6 100644
--- a/nodejs-tape.spec
+++ b/nodejs-tape.spec
@@ -38,6 +38,9 @@ BuildRequires:  npm(through)
 
 %prep
 %setup -q -n package
+%nodejs_fixdep glob '~3.2'
+%nodejs_fixdep inherits '~2.0'
+%nodejs_fixdep object-inspect '~1.0'
 
 
 %build
@@ -71,6 +74,9 @@ ln -sf %{nodejs_sitelib}/tape/bin/tape %{buildroot}%{_bindir}/tape
 
 
 %changelog
+* Sun Oct 26 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 3.0.1-2
+- fix dependency versions
+
 * Sun Oct 26 2014 Tom Hughes <tom at compton.nu> - 3.0.1-1
 - update to upstream release 3.0.1
 


More information about the scm-commits mailing list