Accepting request 965315 from Application:Geo
- 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) OBS-URL: https://build.opensuse.org/request/show/965315 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geos?expand=0&rev=18
This commit is contained in:
commit
7b9015e482
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a8148eec9636814c8ab0f8f5266ce6f9b914ed65b0d083fc43bb0bbb01f83648
|
||||
size 6714713
|
3
geos-3.10.2.tar.bz2
Normal file
3
geos-3.10.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50bbc599ac386b4c2b3962dcc411f0040a61f204aaef4eba7225ecdd0cf45715
|
||||
size 6714655
|
16
geos.changes
16
geos.changes
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 28 07:38:28 UTC 2022 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- 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 <mpluskal@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user