[SCM] PostGIS branch master updated. 3.6.0beta1-48-g85d49ec07

git at osgeo.org git at osgeo.org
Sun Aug 17 23:41:44 PDT 2025


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  85d49ec074ff9e1026bde63ea57a4a4d7b9bc261 (commit)
      from  5243cc086945eb39f6cfaf3629267dc57b93e0de (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 85d49ec074ff9e1026bde63ea57a4a4d7b9bc261
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Aug 18 02:40:44 2025 -0400

    Fixes for ST_IntersectionFractions
    
     - Fix out of tree building
     - Remove topology test files accidentally committed
    
    Closes #5963 for PostGIS 3.6.0

diff --git a/.gitignore b/.gitignore
index 7b0df68ff..1bdc4ca0b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,7 +30,7 @@ doc/html/images/Makefile
 regression.out
 raster/test/regress/tests.mk
 regress/core/tests.mk
-sfcgla/regress/tests.mk
+sfcgal/regress/tests.mk
 
 
 # PNG images under doc/html/images
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 2b2b68fb2..c1d58738f 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -285,7 +285,7 @@ ifeq (@TOPOLOGY@,topology)
 	include $(top_srcdir)/topology/test/tests.mk
 endif
 ifeq (@RASTER@,raster)
-	include $(top_srcdir)/raster/test/regress/tests.mk
+	include $(top_builddir)/raster/test/regress/tests.mk
 endif
 
 include $(top_srcdir)/regress/runtest.mk
diff --git a/raster/test/regress/Makefile.in b/raster/test/regress/Makefile.in
index 2daf91ddf..105efe67a 100644
--- a/raster/test/regress/Makefile.in
+++ b/raster/test/regress/Makefile.in
@@ -27,6 +27,7 @@
 top_srcdir = @top_srcdir@
 srcdir = @srcdir@
 top_builddir = @top_builddir@
+builddir = @builddir@
 
 POSTGIS_SRC=../../..
 PERL=@PERL@
@@ -59,7 +60,7 @@ rtpostgis.sql: ../../rt_pg/rtpostgis.sql
 	$(PERL) -lpe "s'\\\$$libdir'$(REGRESS_INSTALLDIR)/lib'g" $< > $@
 
 
-include $(srcdir)/tests.mk
+include $(builddir)/tests.mk
 include $(top_srcdir)/regress/runtest.mk
 
 check: check-regress
diff --git a/topology/test/load_large_topology-4326.sql b/topology/test/load_large_topology-4326.sql
index 77b2c94a3..3cd5aae96 100644
--- a/topology/test/load_large_topology-4326.sql
+++ b/topology/test/load_large_topology-4326.sql
@@ -202,4 +202,3 @@ WHERE error IS NOT NULL;
 
 END;
 
-
diff --git a/topology/test/load_large_topology.sql b/topology/test/load_large_topology.sql
index d003f49b3..9290b5091 100644
--- a/topology/test/load_large_topology.sql
+++ b/topology/test/load_large_topology.sql
@@ -202,4 +202,3 @@ WHERE error IS NOT NULL;
 
 END;
 
-

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

Summary of changes:
 .gitignore                                 | 2 +-
 GNUmakefile.in                             | 2 +-
 raster/test/regress/Makefile.in            | 3 ++-
 topology/test/load_large_topology-4326.sql | 1 -
 topology/test/load_large_topology.sql      | 1 -
 5 files changed, 4 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list