Accepting request 1072559 from Application:Geo

- 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)

OBS-URL: https://build.opensuse.org/request/show/1072559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geos?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2023-03-17 16:04:50 +00:00 committed by Git OBS Bridge
commit 92d974e969
4 changed files with 23 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d0eb3cfa9f92d947731cc75f1750356b3bdfc07ea020553daf6af1c768e0be2
size 6753232

3
geos-3.11.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b1f077669481c5a3e62affc49e96eb06f281987a5d36fdab225217e5b825e4cc
size 6774288

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Mar 17 09:49:05 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
- 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 <mpluskal@suse.com>

View File

@ -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