[postgis-tickets] [SCM] PostGIS; Spatial objects for PostgreSQL. branch stable-2.4 updated. 48373292aa8f8c0519559f1f144621c6d61e6719
git at osgeo.org
git at osgeo.org
Fri Nov 1 15:08:10 PDT 2019
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS; Spatial objects for PostgreSQL.".
The branch, stable-2.4 has been updated
via 48373292aa8f8c0519559f1f144621c6d61e6719 (commit)
from 6cb46f032ef8f1c9fd5ec980bad4bf6330474514 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 48373292aa8f8c0519559f1f144621c6d61e6719
Author: Regina Obe <lr at pcorp.us>
Date: Fri Nov 1 18:08:00 2019 -0400
Flip to use GEOS 3.0.0 instead of 3.7.2
diff --git a/ci/winnie/build_postgis.sh b/ci/winnie/build_postgis.sh
index 4352086..5476c7d 100644
--- a/ci/winnie/build_postgis.sh
+++ b/ci/winnie/build_postgis.sh
@@ -13,7 +13,7 @@ set -e
#POSTGIS_MICRO_VERSION=0SVN
#export GCC_TYPE=gcc48 #for pre-4.8.0 compiles this is blank
export SFCGAL_VER=1.3.2
-export GEOS_VER=3.7.2
+export GEOS_VER=3.8.0
export GDAL_VER=2.2.4
export PROJ_VER=4.9.3
export SFCGAL_VER=1.3.2
diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index 46e3ef0..a059de0 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -13,7 +13,7 @@
#export GCC_TYPE=
export SFCGAL_VER=1.3.2
-export GEOS_VER=3.7.2
+export GEOS_VER=3.8.0
export GDAL_VER=2.2.4
export PROJ_VER=4.9.3
export SFCGAL_VER=1.3.2
diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index e1663a2..239b4ef 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
export SFCGAL_VER=1.3.2
-export GEOS_VER=3.7.2
+export GEOS_VER=3.8.0
export GDAL_VER=2.2.4
export PROJ_VER=4.9.3
export SFCGAL_VER=1.3.2
-----------------------------------------------------------------------
Summary of changes:
ci/winnie/build_postgis.sh | 2 +-
ci/winnie/package_postgis.sh | 2 +-
ci/winnie/regress_postgis.sh | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS; Spatial objects for PostgreSQL.
More information about the postgis-tickets
mailing list