Revisions of geos

buildservice-autocommit accepted request 1126245 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 58)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 57)
- Update to verstion 3.12.1:
  - See provided NEWS.md for a complete list of changes
- Drop no longer needed geos-add-missing-include.patch
buildservice-autocommit accepted request 1075604 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 56)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 55)
- Disable testuite on i586
   OffsetCurve
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1075317 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 54)
- Add geos-add-missing-include.patch: Add missing #include <cstdint>
buildservice-autocommit accepted request 1072559 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 53)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 52)
  * 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)
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 51)
- 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)
buildservice-autocommit accepted request 1038590 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 50)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 49)
- 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)
buildservice-autocommit accepted request 989854 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 48)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 989826 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 47)
- 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
buildservice-autocommit accepted request 984733 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 46)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 983309 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 45)
- Update to release 3.10.3
buildservice-autocommit accepted request 965315 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 44)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 43)
- 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)
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 42)
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 41)
- Update to version 3.10.1:
  * Fix mistake in constants used to select WKB flavor in C API (GH489, Paul Ramsey)
  * Fix crash when reducing precision on a LinearRing (#1135, Paul Ramsey)
  * Fix GeoJSON crash on invalid input (GH498, Even Rouault)
  * Use std::sqrt exclusively for Solaris build (Paul Ramsey)
  * Fix mistaken version numbers in some parts of 3.10.0 (Paul Ramsey)
- Changes for version 3.10.0:
  * Preserve ordering of lines in overlay results (Martin Davis)
  * Check for invalid geometry before fixing polygonal result in Densifier
    and DPSimplifier (Martin Davis)
  * Fix overlay handling of flat interior lines (JTS-685, Martin Davis)
  * Fix IsValidOp to correctly report invalid nested MultiPolygons (#1112, Martin Davis)
  * Fix BufferOp to avoid artifacts in certain polygon buffers (#1101, Martin Davis)
  * Fix IsValidOp to correctly report certain kinds of invalid LinearRings (Martin Davis)
  * Improve STRtree performance through TemplateSTRtree implementation (Daniel Baston)
  * Fix DiscreteFrechetDistance to use initial points of input lines (#1128, Martin Davis)
  * Autoconf build system is dropped in favour of CMake
    See README.md and INSTALL.md for examples of usage
  * Libtool is no longer used for in favour of CMake
    Therefor libgeos.la is no longer built/installed
  * #1094, #1090: Drop inlines.cpp to address duplicate symbols on many platforms
    (Regina Obe)
  * GH475: Do not return NaN from GEOSProjectNormalized_r (Paul Ramsey)
  * GH442: BufferOp now returns unique_ptr<Geometry> result (Paul Ramsey)
- Drop geos-config.1
- Update project and download URL
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 931666 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 40)
- Disable inline to fix build on armv6/7
  https://trac.osgeo.org/geos/ticket/993
buildservice-autocommit accepted request 874769 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 39)
baserev update by copy to link target
Displaying revisions 1 - 20 of 58
openSUSE Build Service is sponsored by