[nodejs-collections] Update to 1.0.2

Jamie Nguyen jamielinux at fedoraproject.org
Mon Nov 3 19:37:30 UTC 2014


commit 57aaacf21de40a79127d57a4fa28996217397348
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Mon Nov 3 19:37:31 2014 +0000

    Update to 1.0.2

 .gitignore              |    2 ++
 dl-tests.sh             |    2 +-
 nodejs-collections.spec |   12 +++++++++---
 sources                 |    4 ++--
 4 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5f94f5d..5bc961f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@
 /spec-v0.1.18.tar.bz2
 /collections-0.1.21.tgz
 /spec-v0.1.21.tar.bz2
+/collections-1.0.2.tgz
+/spec-v1.0.2.tar.bz2
diff --git a/dl-tests.sh b/dl-tests.sh
index c8c6133..69336f9 100644
--- a/dl-tests.sh
+++ b/dl-tests.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-tag=v0.1.21
+tag=v1.0.2
 
 set -e
 
diff --git a/nodejs-collections.spec b/nodejs-collections.spec
index da7d575..68b1837 100644
--- a/nodejs-collections.spec
+++ b/nodejs-collections.spec
@@ -1,10 +1,10 @@
 %{?nodejs_find_provides_and_requires}
 
-%global enable_tests 0
+%global enable_tests 1
 
 Name:       nodejs-collections
-Version:    0.1.21
-Release:    4%{?dist}
+Version:    1.0.2
+Release:    1%{?dist}
 Summary:    Data structures with idiomatic JavaScript collection interfaces
 # shim-array.js and shim-object.js are forked from Motorola Mobility's Montage,
 # which is licensed under the 3-Clause BSD License.
@@ -31,6 +31,7 @@ BuildRequires:  nodejs-packaging
 
 %if 0%{?enable_tests}
 BuildRequires:  npm(jasmine-node)
+BuildRequires:  npm(weak-map)
 %endif
 
 %description
@@ -43,6 +44,8 @@ with idiomatic interfaces, including extensions for Array and Object.
 %setup -q -T -D -a 1 -n package
 cp -a %{SOURCE20} .
 
+%nodejs_fixdep weak-map '~1.0'
+
 
 %build
 #nothing to do
@@ -69,6 +72,9 @@ cp -pr package.json *.js listen/ \
 
 
 %changelog
+* Mon Nov 03 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.0.2-1
+- update to upstream release 1.0.2
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.21-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 3d0efce..24ad587 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-50d787bd7b4296ba0b9b0b3780debb29  collections-0.1.21.tgz
-d42205043418cf8c6012a69ce8aeb371  spec-v0.1.21.tar.bz2
+e1b680d17cf36833c626526e964244cc  collections-1.0.2.tgz
+0fda43127ee4c56b1ca185e6038afe00  spec-v1.0.2.tar.bz2


More information about the scm-commits mailing list