Bas Couwenberg pushed to branch master at Debian GIS Project / postgis
Commits: 6c02b478 by Bas Couwenberg at 2025-08-23T12:12:42+02:00 Add upstream patch to fix FTBFS with GEOS 3.14. - - - - - 9f082228 by Bas Couwenberg at 2025-08-23T12:12:55+02:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - + debian/patches/geos-3.14.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +postgis (3.5.3+dfsg-2) unstable; urgency=medium + + * Add upstream patch to fix FTBFS with GEOS 3.14. + + -- Bas Couwenberg <[email protected]> Sat, 23 Aug 2025 12:12:46 +0200 + postgis (3.5.3+dfsg-1) unstable; urgency=medium * Add patch to fix FTBFS with SFCGAL 2.2.0. ===================================== debian/patches/geos-3.14.patch ===================================== @@ -0,0 +1,36 @@ +Description: Take out coverage test failing in GEOS 3.14 because of behavior change + References #5939 for PostGIS 3.6.0 +Author: Regina Obe <[email protected]> +Origin: https://git.osgeo.org/gitea/postgis/postgis/commit/17e9f112cff88f5f484414843d686da18c2f393b +Bug: https://trac.osgeo.org/postgis/ticket/5939 + +--- a/regress/core/coverage.sql ++++ b/regress/core/coverage.sql +@@ -53,7 +53,7 @@ SELECT 'three partition b' AS test, + FROM coverage GROUP BY id ORDER BY id; + + +-TRUNCATE coverage; ++/**TRUNCATE coverage; + INSERT INTO coverage VALUES + (4, 1, 'POLYGON ((0 0, 0 1, 1 1, 1 0, 0 0))'), + (4, 2, 'POLYGON ((1 0, 0.9 1, 2 1, 2 0, 1 0))'); +@@ -63,7 +63,7 @@ WITH u AS ( + ) + SELECT 'union 2' AS test, + ST_Area(geom), ST_GeometryType(geom) +-FROM u; ++FROM u;**/ + + + TRUNCATE coverage; +--- a/regress/core/coverage_expected ++++ b/regress/core/coverage_expected +@@ -15,7 +15,6 @@ three partition a|3|2||| + three partition b|1|200 + three partition b|2|200 + three partition b|3| +-union 2|2.05|ST_MultiPolygon + union 3|2|ST_Polygon + grid lanes|0|110000 + grid lanes|1|110000 ===================================== debian/patches/series ===================================== @@ -2,3 +2,4 @@ relax-test-timing-constraints.patch chaikin incorrect-path-for-interpreter.patch sfcgal-2.2.0.patch +geos-3.14.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/dcf64ff6ef2ac56ad3e17f057b7f83edde7183e5...9f0822284adba70b2f1ebaf715953bb4ea312581 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/dcf64ff6ef2ac56ad3e17f057b7f83edde7183e5...9f0822284adba70b2f1ebaf715953bb4ea312581 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
