- Update to version 3.11.1:

* Remove spurious version from --libs geos-config options
  * Fix PreparedGeometry to avoid crashes with EMPTY elements in input (GH-678, Martin Davis)
  * Fix LineSegment.orientationIndex(LineSegment) (GH-699, Martin Davis)
  * Fix DepthSegment comparison operation (GH-707, Martin Davis)
  * Add OverlayNG support for simple GeometryCollection inputs (GH-716, Martin Davis)
  * Fix TopologyPreservingSimplifier to produce stable results for Multi inputs (GH-718)
  * Fix WKB hex endian test (GH-720, Paul Ramsey)
  * Improve ConvexHull radial sort robustness (GH-724, Martin Davis)
  * Use more robust Delaunay Triangulation frame size heuristic (GH-728, Martin Davis)

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=49
This commit is contained in:
Martin Pluskal 2022-11-28 08:32:16 +00:00 committed by Git OBS Bridge
parent c8edd2d550
commit 46e4f8ce18
4 changed files with 19 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Nov 28 08:26:52 UTC 2022 - Martin Pluskal <mpluskal@suse.com>
- Update to version 3.11.1:
* Remove spurious version from --libs geos-config options
* Fix PreparedGeometry to avoid crashes with EMPTY elements in input (GH-678, Martin Davis)
* Fix LineSegment.orientationIndex(LineSegment) (GH-699, Martin Davis)
* Fix DepthSegment comparison operation (GH-707, Martin Davis)
* Add OverlayNG support for simple GeometryCollection inputs (GH-716, Martin Davis)
* Fix TopologyPreservingSimplifier to produce stable results for Multi inputs (GH-718)
* Fix WKB hex endian test (GH-720, Paul Ramsey)
* Improve ConvexHull radial sort robustness (GH-724, Martin Davis)
* Use more robust Delaunay Triangulation frame size heuristic (GH-728, Martin Davis)
-------------------------------------------------------------------
Mon Jul 18 09:25:32 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -16,9 +16,9 @@
#
%define uver 3_11_0
%define uver 3_11_1
Name: geos
Version: 3.11.0
Version: 3.11.1
Release: 0
Summary: Geometry Engine - Open Source
License: LGPL-2.1-only