From 3c55d183647fbd5b10cb9e5e8e09362783952fa8 Mon Sep 17 00:00:00 2001 From: Jamie Nguyen Date: Nov 03 2014 19:40:36 +0000 Subject: Update to 1.0.1 --- diff --git a/.gitignore b/.gitignore index 097a44d..5819eaa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /q-0.9.6.tgz /tests-v0.9.6.tar.bz2 +/q-1.0.1.tgz +/tests-v1.0.1.tar.bz2 diff --git a/dl-tests.sh b/dl-tests.sh index 3c259c0..bfe8e6d 100644 --- a/dl-tests.sh +++ b/dl-tests.sh @@ -1,6 +1,6 @@ #!/bin/bash -tag=v0.9.6 +tag=v1.0.1 set -e diff --git a/nodejs-q.spec b/nodejs-q.spec index d2ac635..c6efc1b 100644 --- a/nodejs-q.spec +++ b/nodejs-q.spec @@ -3,8 +3,8 @@ %global enable_tests 0 Name: nodejs-q -Version: 0.9.6 -Release: 3%{?dist} +Version: 1.0.1 +Release: 1%{?dist} Summary: A tool for making and composing asynchronous promises in JavaScript # q.js appears to contain both MIT and ASL 2.0 licensed code License: MIT and ASL 2.0 @@ -27,7 +27,8 @@ BuildRequires: nodejs-packaging %if 0%{?enable_tests} BuildRequires: npm(jasmine-node) -BuildRequires: npm(promises-aplus-tests) +# Not yet packaged for Fedora. +# BuildRequires: npm(promises-aplus-tests) %endif %description @@ -62,8 +63,10 @@ cp -pr package.json q.js queue.js \ %if 0%{?enable_tests} %check +%nodejs_symlink_deps --check +# /usr/bin/npm install promises-aplus-tests@1.x %{nodejs_sitelib}/jasmine-node/bin/jasmine-node spec -%{nodejs_sitelib}/promises-aplus-tests/bin/promises-aplus-tests \ +./node_modules/promises-aplus-tests/lib/cli.js \ spec/aplus-adapter %endif @@ -73,6 +76,9 @@ cp -pr package.json q.js queue.js \ %changelog +* Mon Nov 03 2014 Jamie Nguyen - 1.0.1-1 +- update to upstream release 1.0.1 + * Sat Jun 07 2014 Fedora Release Engineering - 0.9.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 57a115b..b391b4a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -126e1af63ffb45664e0b2b1d569ce1be q-0.9.6.tgz -0def9c55599aee6bb28d8c491dec89d5 tests-v0.9.6.tar.bz2 +134f1e7191555ff2d3fb1fc87635c241 q-1.0.1.tgz +a1799434fee73e5a9c829d9c854df668 tests-v1.0.1.tar.bz2