[nodejs-chai-passport-strategy] Update to 0.2.0 upstream release

Tom Hughes tomh at fedoraproject.org
Sun Jan 26 19:32:03 UTC 2014


commit ae106a7411d1a93be872941fa17c6c6024369385
Author: Tom Hughes <tom at compton.nu>
Date:   Sun Jan 26 19:23:06 2014 +0000

    Update to 0.2.0 upstream release

 .gitignore                         |    2 ++
 chai-passport-strategy-dl-tests.sh |    2 +-
 nodejs-chai-passport-strategy.spec |   14 ++++++--------
 sources                            |    4 ++--
 4 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4852c16..3ae3ecc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 /chai-passport-strategy-0.1.0.tgz
 /chai-passport-strategy-tests-v0.1.0.tar.bz2
+/chai-passport-strategy-0.2.0.tgz
+/chai-passport-strategy-tests-v0.2.0.tar.bz2
diff --git a/chai-passport-strategy-dl-tests.sh b/chai-passport-strategy-dl-tests.sh
index 4b8226b..4d853af 100755
--- a/chai-passport-strategy-dl-tests.sh
+++ b/chai-passport-strategy-dl-tests.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-tag=v0.1.0
+tag=v0.2.0
 
 set -e
 
diff --git a/nodejs-chai-passport-strategy.spec b/nodejs-chai-passport-strategy.spec
index d2e1fb1..7161fe4 100644
--- a/nodejs-chai-passport-strategy.spec
+++ b/nodejs-chai-passport-strategy.spec
@@ -1,7 +1,5 @@
-%global enable_tests 1
-
 Name:           nodejs-chai-passport-strategy
-Version:        0.1.0
+Version:        0.2.0
 Release:        1%{?dist}
 Summary:        Helpers for testing Passport strategies with Chai
 
@@ -18,10 +16,8 @@ ExclusiveArch:  %{nodejs_arches} noarch
 
 BuildRequires:  nodejs-packaging
 
-%if 0%{?enable_tests}
 BuildRequires:  npm(mocha)
 BuildRequires:  npm(chai)
-%endif
 
 %description
 Helpers for testing Passport strategies with the Chai assertion library.
@@ -42,11 +38,10 @@ cp -pr package.json lib %{buildroot}/%{nodejs_sitelib}/chai-passport-strategy
 %nodejs_symlink_deps
 
 
-%if 0%{?enable_tests}
 %check
 %nodejs_symlink_deps --check
-%{nodejs_sitelib}/mocha/bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js
-%endif
+%{nodejs_sitelib}/mocha/bin/mocha --reporter spec \
+  --require test/bootstrap/node test/*.test.js
 
 
 %files
@@ -55,5 +50,8 @@ cp -pr package.json lib %{buildroot}/%{nodejs_sitelib}/chai-passport-strategy
 
 
 %changelog
+* Sun Jan 26 2014 Tom Hughes <tom at compton.nu> - 0.2.0-1
+- Update to 0.2.0 upstream release
+
 * Sun Aug 18 2013 Tom Hughes <tom at compton.nu> - 0.1.0-1
 - Initial build of 0.1.0
diff --git a/sources b/sources
index 0580af8..ee4b232 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-476fe656dd93017edcff415c4809c773  chai-passport-strategy-0.1.0.tgz
-96d7838429c51bbc26e5438182f47d60  chai-passport-strategy-tests-v0.1.0.tar.bz2
+bff083c51eaa973c9989fbdefe4bff5c  chai-passport-strategy-0.2.0.tgz
+999eb22d48ced57bfeedb3b88d5de18a  chai-passport-strategy-tests-v0.2.0.tar.bz2


More information about the scm-commits mailing list