[postgis-tickets] r16729 - Get rid of note that 3.7.0 is not released. Switch winnie to test and packaged released 3.7.0
Regina Obe
lr at pcorp.us
Mon Sep 10 11:19:49 PDT 2018
Author: robe
Date: 2018-09-10 23:19:49 -0700 (Mon, 10 Sep 2018)
New Revision: 16729
Modified:
trunk/ci/winnie/build_postgis.sh
trunk/ci/winnie/package_postgis.sh
trunk/ci/winnie/regress_postgis.sh
trunk/configure.ac
Log:
Get rid of note that 3.7.0 is not released. Switch winnie to test and packaged released 3.7.0
Modified: trunk/ci/winnie/build_postgis.sh
===================================================================
--- trunk/ci/winnie/build_postgis.sh 2018-09-11 06:07:06 UTC (rev 16728)
+++ trunk/ci/winnie/build_postgis.sh 2018-09-11 06:19:49 UTC (rev 16729)
@@ -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.0dev
+export GEOS_VER=3.7.0
export GDAL_VER=2.2.4
export PROJ_VER=4.9.3
export SFCGAL_VER=1.3.2
Modified: trunk/ci/winnie/package_postgis.sh
===================================================================
--- trunk/ci/winnie/package_postgis.sh 2018-09-11 06:07:06 UTC (rev 16728)
+++ trunk/ci/winnie/package_postgis.sh 2018-09-11 06:19:49 UTC (rev 16729)
@@ -13,7 +13,7 @@
#export GCC_TYPE=
export SFCGAL_VER=1.3.2
-export GEOS_VER=3.7.0dev
+export GEOS_VER=3.7.0
export GDAL_VER=2.2.4
export PROJ_VER=4.9.3
export SFCGAL_VER=1.3.2
Modified: trunk/ci/winnie/regress_postgis.sh
===================================================================
--- trunk/ci/winnie/regress_postgis.sh 2018-09-11 06:07:06 UTC (rev 16728)
+++ trunk/ci/winnie/regress_postgis.sh 2018-09-11 06:19:49 UTC (rev 16729)
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
export SFCGAL_VER=1.3.2
-export GEOS_VER=3.7.0dev
+export GEOS_VER=3.7.0
export GDAL_VER=2.2.4
export PROJ_VER=4.9.3
export SFCGAL_VER=1.3.2
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2018-09-11 06:07:06 UTC (rev 16728)
+++ trunk/configure.ac 2018-09-11 06:19:49 UTC (rev 16729)
@@ -1554,7 +1554,7 @@
AC_MSG_WARN([ --------- GEOS VERSION WARNING ------------ ])
AC_MSG_WARN([ You are building against GEOS ${GEOS_FULL_VERSION} ])
AC_MSG_WARN([ To take advantage of all the features of ])
-AC_MSG_WARN([ this PostGIS version requires GEOS 3.7.0 or higher which is not out yet.])
+AC_MSG_WARN([ this PostGIS version requires GEOS 3.7.0 or higher.])
AC_MSG_WARN([ To take advantage of most of the features of this PostGIS])
AC_MSG_WARN([ we recommend GEOS 3.6 or higher])
AC_MSG_WARN([ You can download the latest versions from ])
More information about the postgis-tickets
mailing list