[postgis-tickets] r17982 - update winnie build and packaging

Regina Obe lr at pcorp.us
Sat Oct 19 07:12:19 PDT 2019


Author: robe
Date: 2019-10-19 19:12:18 -0700 (Sat, 19 Oct 2019)
New Revision: 17982

Modified:
   branches/3.0/ci/winnie/build_postgis.sh
   branches/3.0/ci/winnie/regress_postgis.sh
Log:
update winnie build and packaging

Modified: branches/3.0/ci/winnie/build_postgis.sh
===================================================================
--- branches/3.0/ci/winnie/build_postgis.sh	2019-10-20 00:16:40 UTC (rev 17981)
+++ branches/3.0/ci/winnie/build_postgis.sh	2019-10-20 02:12:18 UTC (rev 17982)
@@ -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.2
+	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 @@
   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

Modified: branches/3.0/ci/winnie/regress_postgis.sh
===================================================================
--- branches/3.0/ci/winnie/regress_postgis.sh	2019-10-20 00:16:40 UTC (rev 17981)
+++ branches/3.0/ci/winnie/regress_postgis.sh	2019-10-20 02:12:18 UTC (rev 17982)
@@ -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.2
+	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 @@
   	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



More information about the postgis-tickets mailing list