[nodejs-tilelive] Update to 4.5.3 upstream release

Tom Hughes tomh at fedoraproject.org
Thu Dec 5 08:59:49 UTC 2013


commit 5360ef8d1b9171719e0d22fab3ea7656c9f34dd8
Author: Tom Hughes <tom at compton.nu>
Date:   Thu Dec 5 08:59:34 2013 +0000

    Update to 4.5.3 upstream release

 .gitignore           |    1 +
 nodejs-tilelive.spec |   12 +++++-------
 sources              |    2 +-
 3 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4bcb828..f957e1f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /tilelive-4.4.3.tgz
 /tilelive-4.5.0.tgz
 /tilelive-4.5.2.tgz
+/tilelive-4.5.3.tgz
diff --git a/nodejs-tilelive.spec b/nodejs-tilelive.spec
index 4bd9dd6..ebd7e58 100644
--- a/nodejs-tilelive.spec
+++ b/nodejs-tilelive.spec
@@ -1,7 +1,5 @@
-%global enable_tests 1
-
 Name:           nodejs-tilelive
-Version:        4.5.2
+Version:        4.5.3
 Release:        1%{?dist}
 Summary:        Frontend for various tile backends, mapnik and mbtiles
 
@@ -13,14 +11,12 @@ ExclusiveArch:  %{nodejs_arches} noarch
 
 BuildRequires:  nodejs-packaging
 
-%if 0%{?enable_tests}
 BuildRequires:  npm(mbtiles)
 BuildRequires:  npm(mocha)
 BuildRequires:  npm(sphericalmercator)
 BuildRequires:  npm(step)
 BuildRequires:  npm(tilejson)
 BuildRequires:  npm(underscore)
-%endif
 
 %description
 Tilelive is an interface for tilestore modules for Node.js. It defines
@@ -29,6 +25,7 @@ an API to interact with implementations for a particular tile store.
 
 %prep
 %setup -q -n package
+%nodejs_fixdep optimist "~0.4.0"
 rm -rf node_modules
 
 
@@ -43,11 +40,9 @@ ln -sf %{nodejs_sitelib}/tilelive/bin/copy %{buildroot}/%{_bindir}/tilelive-copy
 %nodejs_symlink_deps
 
 
-%if 0%{?enable_tests}
 %check
 %nodejs_symlink_deps --check
 %{nodejs_sitelib}/mocha/bin/mocha -R spec -t 10000
-%endif
 
 
 %files
@@ -57,6 +52,9 @@ ln -sf %{nodejs_sitelib}/tilelive/bin/copy %{buildroot}/%{_bindir}/tilelive-copy
 
 
 %changelog
+* Thu Dec  5 2013 Tom Hughes <tom at compton.nu> - 4.5.3-1
+- Update to 4.5.3 upstream release
+
 * Tue Oct  1 2013 Tom Hughes <tom at compton.nu> - 4.5.2-1
 - Update to 4.5.2 upstream release
 
diff --git a/sources b/sources
index 2f77658..29b7519 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4e31a31350c946ecd2e45392e1a5bd2f  tilelive-4.5.2.tgz
+fc0edf08f7bfa3d8e402843fbbec99f4  tilelive-4.5.3.tgz


More information about the scm-commits mailing list