diff --git a/geos-3.11.1.tar.bz2 b/geos-3.11.1.tar.bz2 deleted file mode 100644 index aeb06eb..0000000 --- a/geos-3.11.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d0eb3cfa9f92d947731cc75f1750356b3bdfc07ea020553daf6af1c768e0be2 -size 6753232 diff --git a/geos-3.11.2.tar.bz2 b/geos-3.11.2.tar.bz2 new file mode 100644 index 0000000..c8ef81f --- /dev/null +++ b/geos-3.11.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f077669481c5a3e62affc49e96eb06f281987a5d36fdab225217e5b825e4cc +size 6774288 diff --git a/geos.changes b/geos.changes index 50c72fc..03a6918 100644 --- a/geos.changes +++ b/geos.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Mar 17 09:49:05 UTC 2023 - Martin Pluskal + +- Update to version 3.11.2: + * GEOSIntersection: Fix FE_INVALID exception on intersection of disjoint geometries (GH-791, Joris Van den Bossche & Dan Baston) + * Fix incorrect result from Envelope::disjoint (GH-791, Dan Baston) + * Fix handling of odd cases in PolygonHoleJoiner (JTS-946, Paul Ramsey, Martin Davis) + * Support gcc-13 (GH-743, Sergei Trofimovich) + * Disallow Inf envelopes in Quadtree, avoid inf loop (Paul Ramsey) + * GEOSUnaryUnion: Fix crash on collection containing empty point (GH-830, Dan Baston) + * GEOSSTRtree_iterate: Do not return removed items (GH-833, Dan Baston) + * IndexedFacetDistance: Fix crash with Inf coordinates (GH-821, Dan Baston) + * HausdorffDistance: Fix crash on collection containing empty point (GH-840, Dan Baston) + * MaximumInscribedCircle: Fix infinite loop with non-finite coordinates (GH-843, Dan Baston) + * DistanceOp: Fix crash on collection containing empty point (GH-842, Dan Baston) + * Guard against non-finite distances in Buffer/OffsetCurve (GH-661, Paul Ramsey) + ------------------------------------------------------------------- Mon Nov 28 08:26:52 UTC 2022 - Martin Pluskal diff --git a/geos.spec b/geos.spec index db895fd..f8627ee 100644 --- a/geos.spec +++ b/geos.spec @@ -1,7 +1,7 @@ # # spec file for package geos # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%define uver 3_11_1 +%define uver 3_11_2 Name: geos -Version: 3.11.1 +Version: 3.11.2 Release: 0 Summary: Geometry Engine - Open Source License: LGPL-2.1-only