[nodejs-passport-oauth] Update to 0.1.15 upstream release

Tom Hughes tomh at fedoraproject.org
Sun Apr 14 14:06:27 UTC 2013


commit 6055490c749346133b08537e065312aa1e8bf8dd
Author: Tom Hughes <tom at compton.nu>
Date:   Sun Apr 14 15:06:11 2013 +0100

    Update to 0.1.15 upstream release

 .gitignore                 |    2 ++
 nodejs-passport-oauth.spec |   19 +++++++++++--------
 passport-oauth-dl-tests.sh |    2 +-
 sources                    |    4 ++--
 4 files changed, 16 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d2b0c20..fc8f3f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 /passport-oauth-0.1.14.tgz
 /passport-oauth-tests-v0.1.14.tar.bz2
+/passport-oauth-0.1.15.tgz
+/passport-oauth-tests-v0.1.15.tar.bz2
diff --git a/nodejs-passport-oauth.spec b/nodejs-passport-oauth.spec
index b7d4258..cd542d2 100644
--- a/nodejs-passport-oauth.spec
+++ b/nodejs-passport-oauth.spec
@@ -1,8 +1,8 @@
 %global enable_tests 0
 
 Name:           nodejs-passport-oauth
-Version:        0.1.14
-Release:        3%{?dist}
+Version:        0.1.15
+Release:        1%{?dist}
 Summary:        OAuth 1.0 and 2.0 authentication strategies for Passport
 
 License:        MIT
@@ -49,6 +49,12 @@ rm -rf node_modules
 %build
 
 
+%install
+mkdir -p %{buildroot}/%{nodejs_sitelib}/passport-oauth
+cp -pr package.json lib %{buildroot}/%{nodejs_sitelib}/passport-oauth
+%nodejs_symlink_deps
+
+
 %if 0%{?enable_tests}
 %check
 ln -sf %{nodejs_sitelib} .
@@ -56,18 +62,15 @@ NODE_PATH=lib %{nodejs_sitelib}/vows/bin/vows test/*-test.js test/**/*-test.js
 %endif
 
 
-%install
-mkdir -p %{buildroot}/%{nodejs_sitelib}/passport-oauth
-cp -pr package.json lib %{buildroot}/%{nodejs_sitelib}/passport-oauth
-%nodejs_symlink_deps
-
-
 %files
 %doc LICENSE README.md
 %{nodejs_sitelib}/passport-oauth
 
 
 %changelog
+* Sun Apr 14 2013 Tom Hughes <tom at compton.nu> - 0.1.15-1
+- Update to 0.1.15 upstream release
+
 * Mon Mar 11 2013 Tom Hughes <tom at compton.nu> - 0.1.14-3
 - Link node_modules for tests
 - BuildRequire oauth, passport and pkginfo for tests
diff --git a/passport-oauth-dl-tests.sh b/passport-oauth-dl-tests.sh
index 6eb0ad4..559410d 100755
--- a/passport-oauth-dl-tests.sh
+++ b/passport-oauth-dl-tests.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-tag=v0.1.14
+tag=v0.1.15
 
 set -e
 
diff --git a/sources b/sources
index 4064a01..5dc258a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-b71e6c5a0d90957e82a6fc8af5546e17  passport-oauth-0.1.14.tgz
-ce683c41fda7b20ac927378bd0d84252  passport-oauth-tests-v0.1.14.tar.bz2
+a61f71ab517c5a9f97bf55cde777e6cc  passport-oauth-0.1.15.tgz
+ad09d762e1c8409a777878642bf4ff2a  passport-oauth-tests-v0.1.15.tar.bz2


More information about the scm-commits mailing list