[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-31-g95c2fbe
git at osgeo.org
git at osgeo.org
Tue Jan 5 04:04:43 PST 2021
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".
The branch, master has been updated
via 95c2fbe56f71d42e0f15e008c3bbee6a0b41c40b (commit)
from a4cc12b6fc56b1ccb03a620dee478f839ce83733 (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 95c2fbe56f71d42e0f15e008c3bbee6a0b41c40b
Author: Regina Obe <lr at pcorp.us>
Date: Tue Jan 5 07:04:36 2021 -0500
Change default build for windows to use GDAL 3.2.0, SFCGAL 1.3.9, proj 7.1.1
diff --git a/ci/winnie/build_postgis.sh b/ci/winnie/build_postgis.sh
index ed32be1..5c103d1 100644
--- a/ci/winnie/build_postgis.sh
+++ b/ci/winnie/build_postgis.sh
@@ -1,17 +1,17 @@
#!/usr/bin/env bash
set -e
if [[ "${OVERRIDE}" == '' ]] ; then
- export GEOS_VER=3.8.1
- export GDAL_VER=3.0.4
- export PROJ_VER=6.3.2
- export SFCGAL_VER=1.3.8
+ export GEOS_VER=3.9.0
+ export GDAL_VER=3.2.0
+ export PROJ_VER=7.1.1
+ export SFCGAL_VER=1.3.9
export CGAL_VER=5.0
export ICON_VER=1.16
export ZLIB_VER=1.2.11
export PROTOBUF_VER=3.2.0
export PROTOBUFC_VER=1.2.1
export JSON_VER=0.12
- export PROJSO=libproj-15.dll
+ export PROJSO=libproj-19.dll
fi;
export PROTOBUF_VER=3.2.0
diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index 18233a5..125da45 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -16,17 +16,17 @@
#otherwise use the ones jenkins passes thru
#!/usr/bin/env bash
if [[ "${OVERRIDE}" == '' ]] ; then
- export GEOS_VER=3.8.1
- export GDAL_VER=3.0.4
- export PROJ_VER=6.3.2
- export SFCGAL_VER=1.3.8
+ export GEOS_VER=3.9.0
+ export GDAL_VER=3.2.0
+ export PROJ_VER=7.1.1
+ export SFCGAL_VER=1.3.9
export CGAL_VER=5.0
export ICON_VER=1.16
export ZLIB_VER=1.2.11
export PROTOBUF_VER=3.2.0
export PROTOBUFC_VER=1.2.1
export JSON_VER=0.12
- export PROJSO=libproj-13.dll
+ export PROJSO=libproj-19.dll
fi;
export PROTOBUF_VER=3.2.0
diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index f808b8f..ded2d26 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -1,17 +1,17 @@
#!/usr/bin/env bash
set -e
if [[ "${OVERRIDE}" == '' ]] ; then
- export GEOS_VER=3.8.1
- export GDAL_VER=3.0.4
- export PROJ_VER=6.3.2
- export SFCGAL_VER=1.3.8
+ export GEOS_VER=3.9.0
+ export GDAL_VER=3.2.0
+ export PROJ_VER=7.1.1
+ export SFCGAL_VER=1.3.9
export CGAL_VER=5.0.2
export ICON_VER=1.15
export ZLIB_VER=1.2.11
export PROTOBUF_VER=3.2.0
export PROTOBUFC_VER=1.2.1
export JSON_VER=0.12
- export PROJSO=libproj-13.dll
+ export PROJSO=libproj-19.dll
fi;
export PROTOBUF_VER=3.2.0
-----------------------------------------------------------------------
Summary of changes:
ci/winnie/build_postgis.sh | 10 +++++-----
ci/winnie/package_postgis.sh | 10 +++++-----
ci/winnie/regress_postgis.sh | 10 +++++-----
3 files changed, 15 insertions(+), 15 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list