[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.8-12-g6a7dccbbb

git at osgeo.org git at osgeo.org
Fri Nov 11 17:44:01 PST 2022


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, stable-2.5 has been updated
       via  6a7dccbbbcbb7e0287a7db2dc41bc1aab820380d (commit)
      from  0a61704a2b07a7eea5977621a9b1a7df7ebda924 (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 6a7dccbbbcbb7e0287a7db2dc41bc1aab820380d
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Nov 11 20:43:46 2022 -0500

    Missed some files in last commit

diff --git a/ci/berrie/configs.sh b/ci/berrie/configs.sh
index 3a248946a..bc244c748 100644
--- a/ci/berrie/configs.sh
+++ b/ci/berrie/configs.sh
@@ -1,5 +1,5 @@
 export WORKSPACE=/home/jenkins/workspace
-export GEOS_VER=3.11.0
+export GEOS_VER=3.9.3
 
 export OS_BUILD=32
 export PG_VER=12
diff --git a/regress/split_expected b/regress/split_expected
index 2a501de48..9f7c5dd44 100644
--- a/regress/split_expected
+++ b/regress/split_expected
@@ -1,5 +1,5 @@
-ERROR:  Operation on mixed SRID geometries (LineString, 10) != (Point, 5)
-ERROR:  Operation on mixed SRID geometries (LineString, 10) != (LineString, 5)
+ERROR:  Operation on mixed SRID geometries
+1|SRID=10;GEOMETRYCOLLECTION(LINESTRING(5 0,10 0),LINESTRING(0 0,5 0))
 1.1|SRID=10;GEOMETRYCOLLECTION(LINESTRING(5 0,10 0),LINESTRING(0 0,5 0))
 2|SRID=10;GEOMETRYCOLLECTION(LINESTRING(0 0,10 0))
 3|SRID=10;GEOMETRYCOLLECTION(LINESTRING(0 0,10 0))

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

Summary of changes:
 ci/berrie/configs.sh   | 2 +-
 regress/split_expected | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list