Accepting request 769273 from home:bruno_friedmann:branches:Application:Geo
- Update to version 3.8.0 - Packaging modernize a bit the spec (minimal) OBS-URL: https://build.opensuse.org/request/show/769273 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=32
This commit is contained in:
parent
0273c2e4e4
commit
2bd74c992a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2166e65be6d612317115bfec07827c11b403c3f303e0a7420a2106bc999d7707
|
|
||||||
size 2071465
|
|
3
geos-3.8.0.tar.bz2
Normal file
3
geos-3.8.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:99114c3dc95df31757f44d2afde73e61b9f742f0b683fd1894cbbee05dda62d5
|
||||||
|
size 2399403
|
40
geos.changes
40
geos.changes
@ -1,3 +1,43 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 1 13:27:47 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>
|
||||||
|
|
||||||
|
- Update to version 3.8.0
|
||||||
|
+ New things:
|
||||||
|
- CAPI: GEOSBuildArea (#952, Even Rouault)
|
||||||
|
- CAPI: GEOSMakeValid (#952, Even Rouault)
|
||||||
|
- CAPI: GEOSPolygonize_valid (#727, Dan Baston)
|
||||||
|
- CAPI: GEOSCoverageUnion (Dan Baston)
|
||||||
|
- CAPI: GEOSCoordSeq_setXY, GEOSCoordSeq_setXYZ,
|
||||||
|
GEOSCoordSeq_getXY, GEOSCoordSeq_getXYZ (Dan Baston)
|
||||||
|
- CAPI: GEOSMinimumBoundingCircle (#735)
|
||||||
|
- CAPI: GEOSGeom_createPointFromXY (Dan Baston)
|
||||||
|
+ Improvements:
|
||||||
|
- Improve overall performance by reducing of heap allocations (Dan Baston)
|
||||||
|
- Improve performance and robustness of GEOSPointOnSurface (Martin Davis)
|
||||||
|
- Improve performance of GEOSPolygonize for cases with many potential
|
||||||
|
holes (#748, Dan Baston)
|
||||||
|
- Support extended precision calculations (ttmath) and port JTS
|
||||||
|
improvements related to extended precision (Paul Ramsey, Mateusz Loskot)
|
||||||
|
- Improve performance of GEOSPolygonize for cases with many or complex
|
||||||
|
shells (Dan Baston, Martin Davis)
|
||||||
|
- Improve performance of Delaunay triangulations / Voronoi Diagrams
|
||||||
|
(Dan Baston)
|
||||||
|
- Improve performance of prepared geometry operations (Dan Baston)
|
||||||
|
- Improve robustness of Delaunay triangulations (Paul Ramsey, Martin Davis)
|
||||||
|
- Improve performance of unary union for lines (Dan Baston)
|
||||||
|
- Improve general predicate, overlay, and buffer performance (Dan
|
||||||
|
Baston, Paul Ramsey)
|
||||||
|
- Improve cascaded union performance (Paul Ramsey, Martin Davis)
|
||||||
|
- Allocate default GeometryFactory singleton on the stack (Sandro Mani)
|
||||||
|
- Harmonize XML tests with JTS and harmonize cmake/autoconf
|
||||||
|
test running (Paul Ramsey)
|
||||||
|
- CMake modernization (Mateusz Loskot, Paul Ramsey, Dan Baston)
|
||||||
|
- Return unique_ptr from most methods that produce a new geometry (Dan Baston)
|
||||||
|
+ Changes:
|
||||||
|
- Constructive geometry functions in CAPI now preserve SRID
|
||||||
|
of input arguments in output (#896)
|
||||||
|
- Packaging modernize a bit the spec (minimal)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 12 14:09:59 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
Wed Jun 12 14:09:59 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package geos
|
# spec file for package geos
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,9 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define uver 3_7_2
|
%define uver 3_8_0
|
||||||
Name: geos
|
Name: geos
|
||||||
Version: 3.7.2
|
Version: 3.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Geometry Engine - Open Source
|
Summary: Geometry Engine - Open Source
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
@ -137,7 +137,7 @@ find %{buildroot} -type f \( -name '*.a' -o -name '*.la' \) -delete -print
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS NEWS README.md TODO
|
%doc AUTHORS NEWS README.md ChangeLog
|
||||||
%{_mandir}/man1/%{name}-config.1%{ext_man}
|
%{_mandir}/man1/%{name}-config.1%{ext_man}
|
||||||
%{_bindir}/%{name}-config
|
%{_bindir}/%{name}-config
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user