[nodejs-tape] Update to upstream release 3.0.1

Jamie Nguyen jamielinux at fedoraproject.org
Sun Oct 26 07:12:48 UTC 2014


commit dd4a26d093ffa84eb11e6bc9e91352f53fd20c48
Author: Tom Hughes <tom at compton.nu>
Date:   Sun Oct 26 07:12:36 2014 +0000

    Update to upstream release 3.0.1

 nodejs-tape.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/nodejs-tape.spec b/nodejs-tape.spec
index ff1d703..311688b 100644
--- a/nodejs-tape.spec
+++ b/nodejs-tape.spec
@@ -3,8 +3,8 @@
 %global enable_tests 0
 
 Name:       nodejs-tape
-Version:    1.0.4
-Release:    2%{?dist}
+Version:    3.0.1
+Release:    1%{?dist}
 Summary:    Tap-producing test harness for Node.js and browsers
 License:    MIT
 Group:      System Environment/Libraries
@@ -21,9 +21,13 @@ ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 BuildRequires:  nodejs-packaging
 
 %if 0%{?enable_tests}
+BuildRequires:  npm(concat-stream)
 BuildRequires:  npm(defined)
+BuildRequires:  npm(deep-equal) >= 0.2.1
 BuildRequires:  npm(falafel)
 BuildRequires:  npm(jsonify)
+BuildRequires:  npm(object-inspect)
+BuildRequires:  npm(resumer)
 BuildRequires:  npm(tap)
 BuildRequires:  npm(through)
 %endif
@@ -67,6 +71,9 @@ ln -sf %{nodejs_sitelib}/tape/bin/tape %{buildroot}%{_bindir}/tape
 
 
 %changelog
+* Sun Oct 26 2014 Tom Hughes <tom at compton.nu> - 3.0.1-1
+- update to upstream release 3.0.1
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list