From db28cc146a25b3e418fbb6afb65bad0544c195a5 Mon Sep 17 00:00:00 2001 From: Jamie Nguyen Date: Apr 25 2014 17:27:46 +0000 Subject: Update to upstream release 1.1.4 --- diff --git a/.gitignore b/.gitignore index c6a6216..fab1a11 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /raw-body-1.1.3.tgz /tests-1.1.3.tar.bz2 +/raw-body-1.1.4.tgz +/tests-1.1.4.tar.bz2 diff --git a/dl-tests.sh b/dl-tests.sh index 8bb5677..f075946 100644 --- a/dl-tests.sh +++ b/dl-tests.sh @@ -1,6 +1,6 @@ #!/bin/bash -tag=1.1.3 +tag=1.1.4 set -e diff --git a/nodejs-raw-body.spec b/nodejs-raw-body.spec index cb8dac9..3b6bb07 100644 --- a/nodejs-raw-body.spec +++ b/nodejs-raw-body.spec @@ -3,7 +3,7 @@ %global enable_tests 0 Name: nodejs-raw-body -Version: 1.1.3 +Version: 1.1.4 Release: 1%{?dist} Summary: Get and validate the raw body of a readable stream License: MIT @@ -26,14 +26,15 @@ ExclusiveArch: %{ix86} x86_64 %{arm} noarch BuildRequires: nodejs-packaging %if 0%{?enable_tests} -BuildRequires: mocha -#BuildRequires: npm(assert-tap) BuildRequires: npm(bytes) -#BuildRequires: npm(co) -#BuildRequires: npm(gnode) -#BuildRequires: npm(readable-stream) +BuildRequires: npm(mocha) BuildRequires: npm(request) -#BuildRequires: npm(through2) +# Not yet packaged for Fedora. +# BuildRequires: npm(assert-tap) +# BuildRequires: npm(co) +# BuildRequires: npm(gnode) +# BuildRequires: npm(readable-stream) +# BuildRequires: npm(through2) %endif %description @@ -62,6 +63,7 @@ cp -pr package.json index.js \ %if 0%{?enable_tests} %check %nodejs_symlink_deps --check +# /usr/bin/npm install # gnode required to access generators on Node < 0.11 NODE=node_modules/gnode/bin/gnode \ /usr/bin/mocha --reporter spec --bail test/index.js @@ -74,5 +76,8 @@ NODE=node_modules/gnode/bin/gnode \ %changelog +* Sun Apr 20 2014 Jamie Nguyen - 1.1.4-1 +- update to upstream release 1.1.4 + * Mon Mar 10 2014 Jamie Nguyen - 1.1.3-1 - initial package diff --git a/sources b/sources index 570488e..ac6c820 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -8322411cc640718ce0ccf14a5fdccb13 raw-body-1.1.3.tgz -3b804a05120593237390c56133f5711c tests-1.1.3.tar.bz2 +cbd092b048cda3a68da4f3bc1fde0a98 raw-body-1.1.4.tgz +4d696819236e771fb8f66cd5ac0dd778 tests-1.1.4.tar.bz2