Accepting request 989854 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/989854 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geos?expand=0&rev=20
This commit is contained in:
commit
2cdb23c4bc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c141b07d61958a758345d5f54e3c735834b2f4303edb9f67fb26914f0d44770
|
||||
size 6720568
|
3
geos-3.11.0.tar.bz2
Normal file
3
geos-3.11.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79ab8cabf4aa8604d161557b52e3e4d84575acdc0d08cb09ab3f7aaefa4d858a
|
||||
size 6727294
|
32
geos.changes
32
geos.changes
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 18 09:25:32 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.11.0:
|
||||
- OffsetCurve
|
||||
- ConcaveHull
|
||||
- PolygonHull
|
||||
- LineMerger directed option
|
||||
- CAPI: GEOSHilbertCode
|
||||
- CAPI: GEOSGeom_createRectangle
|
||||
- CAPI: GEOSGeom_transformXY
|
||||
- CAPI: GEOSRemoveRepeatedPoints
|
||||
- CAPI: GEOSLineMergeDirected
|
||||
- CAPI: setFixStructure for WKB/WKT readers to automatically repair
|
||||
structural errors in the input
|
||||
- Fix unaryUnion to avoid segfault with empty polygon
|
||||
- Fix SnapRoundingNoder to use tolerance in noding; also fixes GeometryPrecisionReducer
|
||||
- Allow direct setting of grid size
|
||||
- Allow GEOS to be used as a CMake subproject
|
||||
- Remove .inl inline files in favour of header declaration
|
||||
- Add SnappingNoder seeding
|
||||
- Add OverlayNG area check heuristic
|
||||
- Fix RelateOp
|
||||
- Fix IsValidOp to handle repeated node points
|
||||
- Fix IsSimpleOp to handle closed LineStrings with repeated endpoints
|
||||
- Fix LengthIndexedLine
|
||||
- Fix PolygonHoleJoiner
|
||||
- Improve `test_geos_unit` application error checking and reporting
|
||||
- Fix MinimumDiameter getMinimumRectangle for flat input
|
||||
- Fix BufferOp inverted ring check
|
||||
- Fix OverlayNG geomunion to avoid lines in result
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 09:04:36 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define uver 3_10_3
|
||||
%define uver 3_11_0
|
||||
Name: geos
|
||||
Version: 3.10.3
|
||||
Version: 3.11.0
|
||||
Release: 0
|
||||
Summary: Geometry Engine - Open Source
|
||||
License: LGPL-2.1-only
|
||||
@ -109,7 +109,7 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{buildroot}%{_libdir}
|
||||
|
||||
%files devel
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README.md
|
||||
%doc NEWS.md README.md
|
||||
%{_bindir}/geos-config
|
||||
%{_includedir}/*
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
Loading…
x
Reference in New Issue
Block a user