[postgis-tickets] [SCM] PostGIS; Spatial objects for PostgreSQL. branch master updated. df05ab9fb5e48ee8ed2b9af5c1326afa5e13660a
git at osgeo.org
git at osgeo.org
Sun Nov 10 14:46:28 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, master has been updated
via df05ab9fb5e48ee8ed2b9af5c1326afa5e13660a (commit)
from 27ebfe7b979c499ad36e8c94ed5b575d3e64349a (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 df05ab9fb5e48ee8ed2b9af5c1326afa5e13660a
Author: Regina Obe <lr at pcorp.us>
Date: Sun Nov 10 17:46:24 2019 -0500
change default to newer versions and update gdal and proj links
diff --git a/ci/winnie/build_postgis.sh b/ci/winnie/build_postgis.sh
index 5f0a12d..883c658 100644
--- a/ci/winnie/build_postgis.sh
+++ b/ci/winnie/build_postgis.sh
@@ -1,9 +1,9 @@
#!/bin/bash
set -e
if [[ "${OVERRIDE}" == '' ]] ; then
- export GEOS_VER=3.8.0rc2
- export GDAL_VER=2.2.4
- export PROJ_VER=4.9.3
+ export GEOS_VER=3.8.0
+ export GDAL_VER=2.4.3
+ export PROJ_VER=5.2.0
export SFCGAL_VER=1.3.2
export CGAL_VER=4.11
export ICON_VER=1.15
@@ -11,7 +11,7 @@ if [[ "${OVERRIDE}" == '' ]] ; then
export PROTOBUF_VER=3.2.0
export PROTOBUFC_VER=1.2.1
export JSON_VER=0.12
- export PROJSO=libproj-12.dll
+ export PROJSO=libproj-13.dll
fi;
export PROTOBUF_VER=3.2.0
diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index 0edc436..12090fe 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
@@ -236,15 +236,19 @@ cp -r extensions/*/*.dll ${RELDIR}/${RELVERDIR}/lib #only address_standardizer i
cp -r ${RELDIR}/packaging_notes/* ${RELDIR}/${RELVERDIR}/
-echo "GEOS VERSION: ${GEOS_VER} http://trac.osgeo.org/geos" >> $verfile
-echo "GDAL VERSION: ${GDAL_VER} http://trac.osgeo.org/gdal" >> $verfile
-echo "PROJ VERSION: ${PROJ_VER} http://trac.osgeo.org/proj" >> $verfile
+echo "GEOS VERSION: ${GEOS_VER} https://trac.osgeo.org/geos" >> $verfile
+echo "GDAL VERSION: ${GDAL_VER} https://gdal.org/download.html#current-releases" >> $verfile
+echo "PROJ VERSION: ${PROJ_VER} https://proj.org/download.html#current-release" >> $verfile
if [ -n "$SFCGAL_VER" ]; then
echo "CGAL VERSION: ${CGAL_VER} http://www.cgal.org" >> $verfile
echo "BOOST VERSION: ${BOOST_VER} http://www.boost.org" >> $verfile
echo "SFCGAL VERSION: ${SFCGAL_VER} http://www.sfcgal.org https://github.com/Oslandia/SFCGAL" >> $verfile
fi;
+
+if [ -f ${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}${GCC_TYPE}/gdal_depends.txt ]; then
+ cat $verfile ${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}${GCC_TYPE}/gdal_depends.txt > $verfile
+fi
#echo "PAGC ADDRESS STANDARDIZER: http://sourceforge.net/p/pagc/code/HEAD/tree/branches/sew-refactor/postgresql " >> $verfile
cd ${RELDIR}
zip -r $package ${RELVERDIR}
diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index 5273001..7b83a5a 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -1,17 +1,17 @@
#!/bin/bash
set -e
if [[ "${OVERRIDE}" == '' ]] ; then
- export GEOS_VER=3.8.0rc2
- export GDAL_VER=2.2.4
- export PROJ_VER=4.9.3
+ export GEOS_VER=3.8.0
+ export GDAL_VER=2.4.3
+ export PROJ_VER=5.2.0
export SFCGAL_VER=1.3.2
export CGAL_VER=4.11
export ICON_VER=1.15
export ZLIB_VER=1.2.11
- export PROTOBUF_VER=3.2.0
+ export PROTOBUF_VER=3.2.0
export PROTOBUFC_VER=1.2.1
export JSON_VER=0.12
- export PROJSO=libproj-12.dll
+ export PROJSO=libproj-13.dll
fi;
export PROTOBUF_VER=3.2.0
@@ -33,7 +33,7 @@ fi;
#set to something even if override is on but not set
if [[ "${LIBXML_VER}" == '' ]] ; then
- export LIBXML_VER=2.7.8
+ export LIBXML_VER=2.9.9
fi;
#set to something even if override is on but not set
-----------------------------------------------------------------------
Summary of changes:
ci/winnie/build_postgis.sh | 8 ++++----
ci/winnie/package_postgis.sh | 12 ++++++++----
ci/winnie/regress_postgis.sh | 12 ++++++------
3 files changed, 18 insertions(+), 14 deletions(-)
hooks/post-receive
--
PostGIS; Spatial objects for PostgreSQL.
More information about the postgis-tickets
mailing list