[nodejs-connect] Update to upstream release 2.14.2

Jamie Nguyen jamielinux at fedoraproject.org
Sat Mar 15 14:39:56 UTC 2014


commit 8a722284871b64af46dadc254bfff75deb8940e5
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Sat Mar 15 14:39:38 2014 +0000

    Update to upstream release 2.14.2

 .gitignore                                         |    5 +++
 dl-tests.sh                                        |    2 +-
 ...2.14.1-Update-should-and-fix-failing-test.patch |   39 --------------------
 nodejs-connect.spec                                |   10 ++---
 sources                                            |   10 +++---
 5 files changed, 15 insertions(+), 51 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6a2d267..c0fbe22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,8 @@
 /examples-2.14.1.tar.bz2
 /support-2.14.1.tar.bz2
 /tests-2.14.1.tar.bz2
+/connect-2.14.2.tgz
+/docs-2.14.2.tar.bz2
+/examples-2.14.2.tar.bz2
+/support-2.14.2.tar.bz2
+/tests-2.14.2.tar.bz2
diff --git a/dl-tests.sh b/dl-tests.sh
index fc5e61d..9bd39e9 100644
--- a/dl-tests.sh
+++ b/dl-tests.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-tag=2.14.1
+tag=2.14.2
 
 set -e
 
diff --git a/nodejs-connect.spec b/nodejs-connect.spec
index 6f3b7a1..4524049 100644
--- a/nodejs-connect.spec
+++ b/nodejs-connect.spec
@@ -3,7 +3,7 @@
 %global enable_tests 0
 
 Name:       nodejs-connect
-Version:    2.14.1
+Version:    2.14.2
 Release:    1%{?dist}
 Summary:    High performance middleware framework for Node.js
 License:    MIT
@@ -19,10 +19,6 @@ Source3:    docs-%{version}.tar.bz2
 Source4:    examples-%{version}.tar.bz2
 Source10:   dl-tests.sh
 
-# Update should and fix failing test.
-# https://github.com/senchalabs/connect/pull/1022
-Patch0:     %{name}-2.14.1-Update-should-and-fix-failing-test.patch
-
 BuildArch:  noarch
 %if 0%{?fedora} >= 19
 ExclusiveArch: %{nodejs_arches} noarch
@@ -74,7 +70,6 @@ session support, cookie parser, and more.
 %setup -q -T -D -a 2 -n package
 %setup -q -T -D -a 3 -n package
 %setup -q -T -D -a 4 -n package
-%patch0 -p1
 
 %nodejs_fixdep multiparty '~3.2.3'
 
@@ -107,6 +102,9 @@ NODE_ENV=test %{nodejs_sitelib}/mocha/bin/mocha \
 
 
 %changelog
+* Sat Mar 15 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 2.14.2-1
+- update to upstream release 2.14.2
+
 * Mon Mar 10 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 2.14.1-1
 - update to upstream release 2.14.1
 
diff --git a/sources b/sources
index c980ecc..cabd138 100644
--- a/sources
+++ b/sources
@@ -1,5 +1,5 @@
-246042692afd36655605ea3eb16b4ac1  connect-2.14.1.tgz
-b77d489dda336355981cc27c6e8d3c85  docs-2.14.1.tar.bz2
-dfc82b583df041e9a0406d697cb4e2d5  examples-2.14.1.tar.bz2
-284eb2a2bb5825d6f05554009cdc4adb  support-2.14.1.tar.bz2
-1a6ddbf4031aaee03052d2519eeac533  tests-2.14.1.tar.bz2
+6f91c549e094ffcf8a8c8fcce15f3f59  connect-2.14.2.tgz
+c73088869e3fbaecb4af08669193c44e  docs-2.14.2.tar.bz2
+b4f04c715810f11e3b513fbc5eace338  examples-2.14.2.tar.bz2
+52b6537a1e770dbc1eb91c4f333a355b  support-2.14.2.tar.bz2
+b760182b5a0cf65c22b4ce082bed4160  tests-2.14.2.tar.bz2


More information about the scm-commits mailing list