[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0beta1-57-gb07b65a47

git at osgeo.org git at osgeo.org
Mon Jul 24 01:27:38 PDT 2023


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".

The branch, master has been updated
       via  b07b65a47a57de44c05b2ca4353a06541d40f80f (commit)
      from  605ffdf8ecea86d8f31b1c5dc589cfd9a2a8c845 (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 b07b65a47a57de44c05b2ca4353a06541d40f80f
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Jul 21 22:03:57 2023 +0200

    Update GEOS version warning

diff --git a/configure.ac b/configure.ac
index 3d4a755e0..fc74a71e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1894,16 +1894,12 @@ AC_MSG_RESULT([  convert:              ${CONVERT}])
 AC_MSG_RESULT([  mathml2.dtd:          ${MATHML2_DTD}])
 AC_MSG_RESULT()
 
-if test "$POSTGIS_GEOS_VERSION" -lt 30900; then
+if test "$POSTGIS_GEOS_VERSION" -lt 31200; then
 AC_MSG_WARN([ --------- GEOS VERSION WARNING ------------ ])
 AC_MSG_WARN([  You are building against GEOS ${GEOS_FULL_VERSION}.])
 AC_MSG_WARN([])
 AC_MSG_WARN([  To take advantage of _all_ the features of ])
-AC_MSG_WARN([  PostGIS, GEOS 3.9.0 or higher is required.])
-AC_MSG_WARN([])
-AC_MSG_WARN([  For _many_ features, GEOS 3.6.0 is enough.])
-AC_MSG_WARN([])
-AC_MSG_WARN([  We recommend GEOS 3.8.0 or higher])
+AC_MSG_WARN([  PostGIS, GEOS 3.12.0 or higher is required.])
 AC_MSG_WARN([])
 AC_MSG_WARN([  You can download the latest versions from ])
 AC_MSG_WARN([  http://geos.osgeo.org/ ])

-----------------------------------------------------------------------

Summary of changes:
 configure.ac | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list