[nodejs-tilejson] Update to 0.8.0 upstream release

Tom Hughes tomh at fedoraproject.org
Mon Jun 30 16:15:43 UTC 2014


commit f6c20c4b5856efe9ed7c9fe0cc34f5c450931d25
Author: Tom Hughes <tom at compton.nu>
Date:   Mon Jun 30 16:30:31 2014 +0100

    Update to 0.8.0 upstream release

 .gitignore           |    2 ++
 nodejs-tilejson.spec |   11 +++++++----
 sources              |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 327fa29..4686199 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,5 @@
 /tilejson-0.6.2.tgz
 /tilejson-0.6.3.tgz
 /tilejson-0.6.4.tgz
+/tilejson-0.6.5.tgz
+/tilejson-0.8.0.tgz
diff --git a/nodejs-tilejson.spec b/nodejs-tilejson.spec
index 580348c..d1c7d72 100644
--- a/nodejs-tilejson.spec
+++ b/nodejs-tilejson.spec
@@ -1,8 +1,8 @@
 %global enable_tests 0
 
 Name:           nodejs-tilejson
-Version:        0.6.4
-Release:        2%{?dist}
+Version:        0.8.0
+Release:        1%{?dist}
 Summary:        Tile source backend for online tile sources
 
 License:        BSD
@@ -15,8 +15,9 @@ BuildRequires:  nodejs-packaging
 
 %if 0%{?enable_tests}
 BuildRequires:  npm(mocha)
-BuildRequires:  npm(get)
 BuildRequires:  npm(agentkeepalive)
+BuildRequires:  npm(get)
+BuildRequires:  npm(tiletype)
 %endif
 
 %description
@@ -25,7 +26,6 @@ BuildRequires:  npm(agentkeepalive)
 
 %prep
 %setup -q -n package
-%nodejs_fixdep agentkeepalive "~0.2.0"
 rm -rf node_modules
 
 
@@ -51,6 +51,9 @@ cp -pr package.json lib %{buildroot}/%{nodejs_sitelib}/tilejson
 
 
 %changelog
+* Mon Jun 30 2014 Tom Hughes <tom at compton.nu> - 0.8.0-1
+- Update to 0.8.0 upstream release
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 1df7fa7..0d72958 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3b8a8e5f9def9795a85850b0522f324f  tilejson-0.6.4.tgz
+0d7cded51bf77964fcc959538db64853  tilejson-0.8.0.tgz


More information about the scm-commits mailing list