[nodejs-tilejson] Update to 0.11.0 upstream release

Tom Hughes tomh at fedoraproject.org
Wed Nov 12 14:40:53 UTC 2014


commit 5a810c009d56e65e77e0e2e2975b13360e70896c
Author: Tom Hughes <tom at compton.nu>
Date:   Wed Nov 12 14:29:58 2014 +0000

    Update to 0.11.0 upstream release

 .gitignore           |    1 +
 nodejs-tilejson.spec |    9 ++++++---
 sources              |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4dacdd6..5b40f14 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /tilejson-0.8.0.tgz
 /tilejson-0.9.0.tgz
 /tilejson-0.10.0.tgz
+/tilejson-0.11.0.tgz
diff --git a/nodejs-tilejson.spec b/nodejs-tilejson.spec
index 6aebfde..7e1dc54 100644
--- a/nodejs-tilejson.spec
+++ b/nodejs-tilejson.spec
@@ -1,7 +1,7 @@
 %global enable_tests 0
 
 Name:           nodejs-tilejson
-Version:        0.10.0
+Version:        0.11.0
 Release:        1%{?dist}
 Summary:        Tile source backend for online tile sources
 
@@ -16,7 +16,7 @@ ExclusiveArch:  %{nodejs_arches} noarch
 BuildRequires:  nodejs-packaging
 
 %if 0%{?enable_tests}
-BuildRequires:  npm(mocha)
+BuildRequires:  npm(tape) >= 3.0.0
 BuildRequires:  npm(agentkeepalive)
 BuildRequires:  npm(get)
 BuildRequires:  npm(tiletype) >= 0.1.0
@@ -44,7 +44,7 @@ cp -pr package.json lib %{buildroot}/%{nodejs_sitelib}/tilejson
 %if 0%{?enable_tests}
 %check
 %nodejs_symlink_deps --check
-%{nodejs_sitelib}/mocha/bin/mocha -R spec
+%{nodejs_sitelib}/tape/bin/tape test/*.js
 %endif
 
 
@@ -54,6 +54,9 @@ cp -pr package.json lib %{buildroot}/%{nodejs_sitelib}/tilejson
 
 
 %changelog
+* Wed Nov 12 2014 Tom Hughes <tom at compton.nu> - 0.11.0-1
+- Update to 0.11.0 upstream release
+
 * Tue Aug 26 2014 Tom Hughes <tom at compton.nu> - 0.10.0-1
 - Update to 0.10.0 upstream release
 
diff --git a/sources b/sources
index 105ce00..5011446 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d29269884e64d336995f0ae492df2b8  tilejson-0.10.0.tgz
+97698efa778ca55a3f3f5d1f997518ce  tilejson-0.11.0.tgz


More information about the scm-commits mailing list