From 5ced08d77d55e39c07da62dd20f142305d61f3d9 Mon Sep 17 00:00:00 2001 From: Scott M Anderson Date: Sun, 5 Jul 2026 20:04:53 -0400 Subject: [PATCH 1/3] test/geos: update GEOS API calls to use non-deprecated functions Replace deprecated initGEOS_r() and finishGEOS_r() with modern GEOS_init_r() and GEOS_finish_r() functions for future compatibility. --- test/geos.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/geos.cpp b/test/geos.cpp index 706269f..a28baa1 100644 --- a/test/geos.cpp +++ b/test/geos.cpp @@ -8,11 +8,11 @@ class GEOSHandle { public: - GEOSHandle() : handle(initGEOS_r(nullptr, nullptr)) { } + GEOSHandle() : handle(GEOS_init_r()) { } ~GEOSHandle() { if (handle) - finishGEOS_r(handle); + GEOS_finish_r(handle); } GEOSContextHandle_t get() const { return handle; } From 43dab01cebb6ed4355ff149933c819a9ea123dd5 Mon Sep 17 00:00:00 2001 From: Scott M Anderson Date: Thu, 16 Jul 2026 15:01:05 -0600 Subject: [PATCH 2/3] test/spatialite-tools: update cmake namespace from xpro to spatialite-tools --- test/spatialite-tools/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spatialite-tools/CMakeLists.txt b/test/spatialite-tools/CMakeLists.txt index 00ceab0..7bac621 100644 --- a/test/spatialite-tools/CMakeLists.txt +++ b/test/spatialite-tools/CMakeLists.txt @@ -11,7 +11,7 @@ set(tools exif_loader ) foreach(tool ${tools}) - set(tool_EXE $) + set(tool_EXE $) set(tool_CMAKE ${CMAKE_CURRENT_BINARY_DIR}/${tool}.cmake) configure_file(tool.in.cmake ${tool_CMAKE} @ONLY) file(GENERATE OUTPUT ${tool_CMAKE} INPUT ${tool_CMAKE}) From 4d5d64f29265e8046c526b83d058676940bc3d7b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 Jul 2026 21:03:58 +0000 Subject: [PATCH 3/3] externpro 26.01.2-27-g03a451e --- .devcontainer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer b/.devcontainer index fbc0062..03a451e 160000 --- a/.devcontainer +++ b/.devcontainer @@ -1 +1 @@ -Subproject commit fbc0062b22e0dafbe65e24f5669c22621f516f42 +Subproject commit 03a451e89d3d72c0b538639a92282ef042bd543b