[postgis-tickets] [SCM] PostGIS; Spatial objects for PostgreSQL. branch stable-3.0 updated. ed3f12232186751061cfe0d2c79841cc21fd5783
git at osgeo.org
git at osgeo.org
Sat Nov 9 19:26:39 PST 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-3.0 has been updated
via ed3f12232186751061cfe0d2c79841cc21fd5783 (commit)
via fcddfd575b991db8a3178605584ca0274d494922 (commit)
from 160deab353085496ce0529649e9af18ebc2c974f (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 ed3f12232186751061cfe0d2c79841cc21fd5783
Author: Regina Obe <lr at pcorp.us>
Date: Sat Nov 9 22:26:32 2019 -0500
Change to default to GDAL 2.4.3
diff --git a/ci/winnie/build_postgis.sh b/ci/winnie/build_postgis.sh
index 0875fde..883c658 100644
--- a/ci/winnie/build_postgis.sh
+++ b/ci/winnie/build_postgis.sh
@@ -2,7 +2,7 @@
set -e
if [[ "${OVERRIDE}" == '' ]] ; then
export GEOS_VER=3.8.0
- export GDAL_VER=2.4.2
+ export GDAL_VER=2.4.3
export PROJ_VER=5.2.0
export SFCGAL_VER=1.3.2
export CGAL_VER=4.11
diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index 83c4d6e..76cd527 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -17,7 +17,7 @@
#!/bin/bash
if [[ "${OVERRIDE}" == '' ]] ; then
export GEOS_VER=3.8.0
- export GDAL_VER=2.4.2
+ export GDAL_VER=2.4.3
export PROJ_VER=5.2.0
export SFCGAL_VER=1.3.2
export CGAL_VER=4.11
diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index 4f6d647..63eec84 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -2,7 +2,7 @@
set -e
if [[ "${OVERRIDE}" == '' ]] ; then
export GEOS_VER=3.8.0
- export GDAL_VER=2.4.2
+ export GDAL_VER=2.4.3
export PROJ_VER=5.2.0
export SFCGAL_VER=1.3.2
export CGAL_VER=4.11
commit fcddfd575b991db8a3178605584ca0274d494922
Author: Regina Obe <lr at pcorp.us>
Date: Wed Nov 6 18:03:48 2019 -0500
Include raster2pgsql in windows packaging. Closes #4570 for PostGIS 3.0
diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index 9937a8d..83c4d6e 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -224,6 +224,7 @@ cp utils/*.pl ${RELDIR}/${RELVERDIR}/utils
#cp raster/rt_pg/rtpostgis_upgrade_20_minor.sql ${RELDIR}/${RELVERDIR}/share/contrib/postgis-${POSTGIS_MINOR_VER}
cp raster/loader/.libs/raster2pgsql.exe ${RELDIR}/${RELVERDIR}/bin
+cp raster/loader/raster2pgsql.exe ${RELDIR}/${RELVERDIR}/bin
cp liblwgeom/.libs/*.dll ${RELDIR}/${RELVERDIR}/bin
cp loader/shp2pgsql.exe ${RELDIR}/${RELVERDIR}/bin
cp loader/.libs/shp2pgsql.exe ${RELDIR}/${RELVERDIR}/bin
-----------------------------------------------------------------------
Summary of changes:
ci/winnie/build_postgis.sh | 2 +-
ci/winnie/package_postgis.sh | 3 ++-
ci/winnie/regress_postgis.sh | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS; Spatial objects for PostgreSQL.
More information about the postgis-tickets
mailing list