diff --git a/geos-3.10.1.tar.bz2 b/geos-3.10.1.tar.bz2 deleted file mode 100644 index bf472d8..0000000 --- a/geos-3.10.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8148eec9636814c8ab0f8f5266ce6f9b914ed65b0d083fc43bb0bbb01f83648 -size 6714713 diff --git a/geos-3.10.2.tar.bz2 b/geos-3.10.2.tar.bz2 new file mode 100644 index 0000000..1b4b488 --- /dev/null +++ b/geos-3.10.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50bbc599ac386b4c2b3962dcc411f0040a61f204aaef4eba7225ecdd0cf45715 +size 6714655 diff --git a/geos.changes b/geos.changes index 605cc98..192bdd4 100644 --- a/geos.changes +++ b/geos.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Mar 28 07:38:28 UTC 2022 - Martin Pluskal + +- Update to version 3.10.2: + * Fix crash in MonotoneChain with empty CoordinateSequence (GH-539, Sandro Santilli) + * Fix crash in GeoJSONWriter in case of empty points (TRAC-1139, Paul Ramsey) + * Improve BuildArea performance (TRAC-1122, Sandro Santilli) + * Fix unaryUnion to avoid segfault with empty polygon (GH-501, Mike Taves) + * Fix memory leak on exception in prepared geometry (GH-506, Dan Baston) + * Iterator invalidation in rare cases (GH-508, Momtchil Momtchev) + * Infinite loop on collapsed input to MaximumInscribedCircle (Paul Ramsey) + * Write LinearRing to GeoJSON as LineString (TRAC-1140, Paul Ramsey) + * Fix PolygonEarClipper to handle collapsed corners (GH-526, Martin Davis) + * Fix GEOSSTRtree_remove for empty tree (GH-544, Dan Baston) + * Fix crash on query of STRtree with removed items (GH-545, Dan Baston) + ------------------------------------------------------------------- Tue Dec 28 08:59:59 UTC 2021 - Martin Pluskal diff --git a/geos.spec b/geos.spec index a0bf243..dea43ee 100644 --- a/geos.spec +++ b/geos.spec @@ -1,7 +1,7 @@ # # spec file for package geos # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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_10_1 +%define uver 3_10_2 Name: geos -Version: 3.10.1 +Version: 3.10.2 Release: 0 Summary: Geometry Engine - Open Source License: LGPL-2.1-only