[postgis-tickets] r17089 - change winnie to build, test, and package using GEOS 3.7.1 instead of GEOS 3.7.0

Regina Obe lr at pcorp.us
Fri Nov 30 07:02:00 PST 2018


Author: robe
Date: 2018-11-30 07:01:59 -0800 (Fri, 30 Nov 2018)
New Revision: 17089

Modified:
   branches/2.5/ci/winnie/build_postgis.sh
   branches/2.5/ci/winnie/package_postgis.sh
   branches/2.5/ci/winnie/regress_postgis.sh
Log:
change winnie to build, test, and package using GEOS 3.7.1 instead of GEOS 3.7.0

Modified: branches/2.5/ci/winnie/build_postgis.sh
===================================================================
--- branches/2.5/ci/winnie/build_postgis.sh	2018-11-29 11:11:23 UTC (rev 17088)
+++ branches/2.5/ci/winnie/build_postgis.sh	2018-11-30 15:01:59 UTC (rev 17089)
@@ -13,7 +13,7 @@
 #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.0
+export GEOS_VER=3.7.1
 export GDAL_VER=2.2.4
 export PROJ_VER=4.9.3
 export SFCGAL_VER=1.3.2

Modified: branches/2.5/ci/winnie/package_postgis.sh
===================================================================
--- branches/2.5/ci/winnie/package_postgis.sh	2018-11-29 11:11:23 UTC (rev 17088)
+++ branches/2.5/ci/winnie/package_postgis.sh	2018-11-30 15:01:59 UTC (rev 17089)
@@ -13,7 +13,7 @@
 
 #export GCC_TYPE=
 export SFCGAL_VER=1.3.2
-export GEOS_VER=3.7.0
+export GEOS_VER=3.7.1
 export GDAL_VER=2.2.4
 export PROJ_VER=4.9.3
 export SFCGAL_VER=1.3.2

Modified: branches/2.5/ci/winnie/regress_postgis.sh
===================================================================
--- branches/2.5/ci/winnie/regress_postgis.sh	2018-11-29 11:11:23 UTC (rev 17088)
+++ branches/2.5/ci/winnie/regress_postgis.sh	2018-11-30 15:01:59 UTC (rev 17089)
@@ -1,7 +1,7 @@
 #!/bin/bash
 set -e
 export SFCGAL_VER=1.3.2
-export GEOS_VER=3.7.0
+export GEOS_VER=3.7.1
 export GDAL_VER=2.2.4
 export PROJ_VER=4.9.3
 export SFCGAL_VER=1.3.2



More information about the postgis-tickets mailing list