[geos-commits] [SCM] GEOS branch 3.13 updated. a6279fc3eeaf57d5cfd543c621ec15c59474f273

git at osgeo.org git at osgeo.org
Tue Apr 22 08:31:48 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 "GEOS".

The branch, 3.13 has been updated
       via  a6279fc3eeaf57d5cfd543c621ec15c59474f273 (commit)
       via  0b0a903431478c9a9e0038c501bd43de89a7498c (commit)
       via  7db721cb0d071391e71ccbc9ead6b612463cc134 (commit)
      from  b84d32ac39294b73d988e12f4320e0d19ff39453 (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 a6279fc3eeaf57d5cfd543c621ec15c59474f273
Merge: 0b0a90343 b84d32ac3
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Apr 22 08:31:20 2025 -0700

    Merge branch '3.13' of github.com:libgeos/geos into 3.13


commit 0b0a903431478c9a9e0038c501bd43de89a7498c
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Apr 22 08:31:10 2025 -0700

    Force NDR output for WKB tests, closes #1257

diff --git a/tests/unit/io/WKBWriterTest.cpp b/tests/unit/io/WKBWriterTest.cpp
index 04f5e82fc..9d35a00ef 100644
--- a/tests/unit/io/WKBWriterTest.cpp
+++ b/tests/unit/io/WKBWriterTest.cpp
@@ -48,6 +48,7 @@ struct test_wkbwriter_data {
     void checkHexOutput(const std::string& wkt, const std::string& hex) {
         std::stringstream out;
         auto geom = wktreader.read(wkt);
+        wkbwriter.setByteOrder(1);
         wkbwriter.writeHEX(*geom, out);
         ensure_equals(wkt, out.str(), hex );
     }
@@ -56,6 +57,7 @@ struct test_wkbwriter_data {
         std::stringstream out;
         auto geom = wktreader.read(wkt);
         geom->setSRID(srid);
+        wkbwriter.setByteOrder(1);
         wkbwriter.setIncludeSRID(true);
         wkbwriter.writeHEX(*geom, out);
         ensure_equals(wkt, out.str(), hex );

commit 7db721cb0d071391e71ccbc9ead6b612463cc134
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Mar 14 14:38:17 2025 -0700

    Bump version for dev

diff --git a/Version.txt b/Version.txt
index e1fa579a5..a362419a6 100644
--- a/Version.txt
+++ b/Version.txt
@@ -2,10 +2,10 @@
 # GEOS Versions
 GEOS_VERSION_MAJOR=3
 GEOS_VERSION_MINOR=13
-GEOS_VERSION_PATCH=1
+GEOS_VERSION_PATCH=2
 
 # OPTIONS: "", "dev", "rc1" etc.
-GEOS_PATCH_WORD=
+GEOS_PATCH_WORD=dev
 
 # GEOS CAPI Versions
 #

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

Summary of changes:
 Version.txt                     | 4 ++--
 tests/unit/io/WKBWriterTest.cpp | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list