[postgis-tickets] r16728 - 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:07:06 PDT 2018


Author: robe
Date: 2018-09-10 23:07:06 -0700 (Mon, 10 Sep 2018)
New Revision: 16728

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
   branches/2.5/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: branches/2.5/ci/winnie/build_postgis.sh
===================================================================
--- branches/2.5/ci/winnie/build_postgis.sh	2018-09-10 22:28:29 UTC (rev 16727)
+++ branches/2.5/ci/winnie/build_postgis.sh	2018-09-11 06:07:06 UTC (rev 16728)
@@ -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: branches/2.5/ci/winnie/package_postgis.sh
===================================================================
--- branches/2.5/ci/winnie/package_postgis.sh	2018-09-10 22:28:29 UTC (rev 16727)
+++ branches/2.5/ci/winnie/package_postgis.sh	2018-09-11 06:07:06 UTC (rev 16728)
@@ -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: branches/2.5/ci/winnie/regress_postgis.sh
===================================================================
--- branches/2.5/ci/winnie/regress_postgis.sh	2018-09-10 22:28:29 UTC (rev 16727)
+++ branches/2.5/ci/winnie/regress_postgis.sh	2018-09-11 06:07:06 UTC (rev 16728)
@@ -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: branches/2.5/configure.ac
===================================================================
--- branches/2.5/configure.ac	2018-09-10 22:28:29 UTC (rev 16727)
+++ branches/2.5/configure.ac	2018-09-11 06:07:06 UTC (rev 16728)
@@ -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