Bas Couwenberg pushed to branch experimental at Debian GIS Project / geos
Commits: 402a62be by Bas Couwenberg at 2024-09-07T06:40:27+02:00 Revert "Update branch in gbp.conf & Vcs-Git URL." This reverts commit 9603c6774be346aa84cbd10e630a05e6c9e240d0. - - - - - ef19582e by Bas Couwenberg at 2024-09-07T06:41:19+02:00 New upstream version 3.13.0 - - - - - 1dd81347 by Bas Couwenberg at 2024-09-07T06:41:25+02:00 Update upstream source from tag 'upstream/3.13.0' Update to upstream version '3.13.0' with Debian dir bf8f999ac22a6fec97c8682228b57414d900110c - - - - - 1aec5a0e by Bas Couwenberg at 2024-09-07T06:41:51+02:00 New upstream release. - - - - - 4e35c53b by Bas Couwenberg at 2024-09-07T06:42:59+02:00 Strip pre-releases from symbols version. - - - - - 2de7a44e by Bas Couwenberg at 2024-09-07T06:44:45+02:00 Drop doxygen.patch, applied upstream. - - - - - a6842a46 by Bas Couwenberg at 2024-09-07T06:44:55+02:00 Set distribution to unstable. - - - - - e6b9e08f by Bas Couwenberg at 2025-03-04T05:39:01+01:00 Update branch in gbp.conf & Vcs-Git URL. - - - - - 1f86a181 by Bas Couwenberg at 2025-03-04T05:39:39+01:00 New upstream version 3.13.1 - - - - - 77256add by Bas Couwenberg at 2025-03-04T05:39:45+01:00 Update upstream source from tag 'upstream/3.13.1' Update to upstream version '3.13.1' with Debian dir 4b81160daa60f78d21ff2e4ee92023c14a5d724f - - - - - d9f0fe3e by Bas Couwenberg at 2025-03-04T05:58:05+01:00 New upstream release. - - - - - 3886ac76 by Bas Couwenberg at 2025-03-04T06:07:25+01:00 Update symbols for amd64. - - - - - 47d11f1f by Bas Couwenberg at 2025-03-04T06:07:25+01:00 Set distribution to experimental. - - - - - 85 changed files: - NEWS.md - README.md - Version.txt - benchmarks/algorithm/LineIntersectorPerfTest.cpp - cmake/cmake_uninstall.cmake.in - debian/changelog - debian/control - debian/libgeos-c1t64.symbols - debian/libgeos3.13.0.install → debian/libgeos3.13.1.install - debian/libgeos3.13.0.symbols → debian/libgeos3.13.1.symbols - − debian/patches/doxygen.patch - − debian/patches/series - doxygen/check_doxygen_errors.cmake - include/geos/algorithm/construct/MaximumInscribedCircle.h - include/geos/algorithm/hull/ConcaveHullOfPolygons.h - + include/geos/algorithm/hull/OuterShellsExtracter.h - include/geos/geom/Envelope.h - include/geos/geom/Geometry.h - include/geos/geom/HeuristicOverlay.h - include/geos/geom/Surface.h - include/geos/io/WKTWriter.h - include/geos/noding/IteratedNoder.h - include/geos/operation/buffer/BufferBuilder.h - include/geos/operation/buffer/BufferCurveSetBuilder.h - include/geos/operation/overlay/OverlayNodeFactory.h → include/geos/operation/buffer/BufferNodeFactory.h - include/geos/operation/overlay/MaximalEdgeRing.h → include/geos/operation/buffer/MaximalEdgeRing.h - include/geos/operation/overlay/MinimalEdgeRing.h → include/geos/operation/buffer/MinimalEdgeRing.h - include/geos/operation/buffer/OffsetCurve.h - include/geos/operation/overlay/PolygonBuilder.h → include/geos/operation/buffer/PolygonBuilder.h - include/geos/operation/overlayng/OverlayUtil.h - include/geos/operation/relateng/RelateGeometry.h - include/geos/operation/relateng/TopologyPredicate.h - include/geos/planargraph/DirectedEdge.h - include/geos/vend/json.hpp - release.md - src/algorithm/InteriorPointArea.cpp - src/algorithm/MinimumBoundingCircle.cpp - src/algorithm/construct/MaximumInscribedCircle.cpp - src/algorithm/hull/ConcaveHullOfPolygons.cpp - + src/algorithm/hull/OuterShellsExtracter.cpp - src/geom/Geometry.cpp - src/geom/HeuristicOverlay.cpp - src/geom/Point.cpp - src/geom/SimpleCurve.cpp - src/geomgraph/Edge.cpp - src/index/bintree/NodeBase.cpp - src/io/WKTWriter.cpp - src/operation/buffer/BufferBuilder.cpp - src/operation/buffer/BufferCurveSetBuilder.cpp - src/operation/overlay/OverlayNodeFactory.cpp → src/operation/buffer/BufferNodeFactory.cpp - src/operation/overlay/MaximalEdgeRing.cpp → src/operation/buffer/MaximalEdgeRing.cpp - src/operation/overlay/MinimalEdgeRing.cpp → src/operation/buffer/MinimalEdgeRing.cpp - src/operation/buffer/OffsetCurve.cpp - src/operation/buffer/OffsetSegmentGenerator.cpp - src/operation/overlay/PolygonBuilder.cpp → src/operation/buffer/PolygonBuilder.cpp - src/operation/overlayng/CoverageUnion.cpp - src/operation/relate/RelateComputer.cpp - src/operation/relateng/RelateNG.cpp - src/operation/relateng/TopologyComputer.cpp - src/operation/union/CascadedPolygonUnion.cpp - src/operation/valid/MakeValid.cpp - src/simplify/TaggedLineString.cpp - tests/unit/algorithm/construct/MaximumInscribedCircleTest.cpp - tests/unit/algorithm/hull/ConcaveHullOfPolygonsTest.cpp - tests/unit/capi/GEOS_printDoubleTest.cpp - tests/unit/geom/HeuristicOverlayTest.cpp - tests/unit/geom/LineStringTest.cpp - tests/unit/geom/util/GeometryFixerTest.cpp - tests/unit/operation/buffer/BufferOpTest.cpp - tests/unit/operation/buffer/OffsetCurveTest.cpp - tests/unit/operation/overlayng/CoverageUnionNGTest.cpp - tests/unit/operation/relateng/RelateNGGCTest.cpp - tests/unit/operation/relateng/RelateNGTest.cpp - tests/unit/simplify/TopologyPreservingSimplifierTest.cpp - tests/xmltester/BufferResultMatcher.cpp - tests/xmltester/XMLTester.cpp - tests/xmltester/tests/general/TestBuffer.xml - tests/xmltester/tests/general/TestOverlayEmpty.xml - tests/xmltester/tests/general/TestPreparedPolygonPredicate.xml - + tests/xmltester/tests/general/TestRelateEmpty.xml - tests/xmltester/tests/general/TestRelateGC.xml - + tools/codespell.ignore - util/geosop/GeometryOp.cpp - util/geosop/GeometryOp.h - util/geosop/GeosOp.cpp The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/debian-gis-team/geos/-/compare/95530157e62ce38e9b2b4cf6ea5b55551ddd30c8...47d11f1ff41b5707580d729c2ea9bae532daff3b -- View it on GitLab: https://salsa.debian.org/debian-gis-team/geos/-/compare/95530157e62ce38e9b2b4cf6ea5b55551ddd30c8...47d11f1ff41b5707580d729c2ea9bae532daff3b You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
