[Pkg-javascript-commits] [node-mapnik] 02/10: New upstream version 3.6.2+dfsg
Bas Couwenberg
sebastic at debian.org
Tue Aug 29 13:12:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository node-mapnik.
commit 8fb7ac7d8c6973646a01cf6be1daf741511e4527
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Tue Aug 29 13:48:28 2017 +0200
New upstream version 3.6.2+dfsg
---
CHANGELOG.md | 4 ++++
install_mason.sh | 4 ++--
package.json | 4 ++--
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a050944..b363a5b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 3.6.2
+
+Updated to 3.0.15 of mapnik. The full changelog for this release is located [here](https://github.com/mapnik/mapnik/blob/master/CHANGELOG.md#3015).
+
## 3.6.1
Updated for a fix associated with mapnik-vector-tile where images could be requested that would have a width or height of zero resulting
diff --git a/install_mason.sh b/install_mason.sh
index 40f382d..28b4f5d 100755
--- a/install_mason.sh
+++ b/install_mason.sh
@@ -12,7 +12,7 @@ ICU_VERSION="57.1"
if [ ! -f ./mason/mason.sh ]; then
mkdir -p ./mason
- curl -sSfL https://github.com/mapbox/mason/archive/9eac60614fda7cfeb8a9e81d18e8cca5c1ae8fbc.tar.gz | tar --gunzip --extract --strip-components=1 --exclude="*md" --exclude="test*" --directory=./mason
+ curl -sSfL https://github.com/mapbox/mason/archive/c1948184d9430226e36f1bc1f8f081268b6bc2ba.tar.gz | tar --gunzip --extract --strip-components=1 --exclude="*md" --exclude="test*" --directory=./mason
fi
if [ ! -f ./mason_packages/.link/bin/mapnik-config ]; then
@@ -38,5 +38,5 @@ if [ ! -f ./mason_packages/.link/bin/mapnik-config ]; then
# NOTE: sync this version with the `mapnik_version` in package.json (which is used for windows builds)
# In the future we could pull from that version automatically if mason were to support knowing the right dep
# versions to install automatically. Until then there is not much point since the deps are still hardcoded here.
- install mapnik 3.0.14
+ install mapnik 3.0.15
fi
diff --git a/package.json b/package.json
index 522ce65..06dbe48 100644
--- a/package.json
+++ b/package.json
@@ -4,8 +4,8 @@
"url": "http://github.com/mapnik/node-mapnik",
"homepage": "http://mapnik.org",
"author": "Dane Springmeyer <dane at mapbox.com> (mapnik.org)",
- "version": "3.6.1",
- "mapnik_version":"v3.0.14",
+ "version": "3.6.2",
+ "mapnik_version":"v3.0.15",
"main": "./lib/mapnik.js",
"binary": {
"module_name": "mapnik",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-mapnik.git
More information about the Pkg-javascript-commits
mailing list