[Git][debian-gis-team/geos][master] 10 commits: Update branch in gbp.conf & Vcs-Git URL.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Thu Mar 6 06:21:52 GMT 2025



Bas Couwenberg pushed to branch master at Debian GIS Project / geos


Commits:
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.

- - - - -
af84848c by Bas Couwenberg at 2025-03-06T07:01:42+01:00
Revert "Update branch in gbp.conf & Vcs-Git URL."

This reverts commit e6b9e08ff89d9b96fc4ca49a56bba8321e5944ea.

- - - - -
d06a1219 by Bas Couwenberg at 2025-03-06T07:07:38+01:00
Update symbols for other architectures.

- - - - -
ff3f469b by Bas Couwenberg at 2025-03-06T07:12:52+01:00
Update symbols for amd64.

- - - - -
98ae7d28 by Bas Couwenberg at 2025-03-06T07:12:52+01:00
Set distribution to unstable.

- - - - -


82 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
- 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/a6842a46bbe8d262306c9096df5080f86f797aad...98ae7d28d226b867f8f5f3000b9cdfd9aa0e6247

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/geos/-/compare/a6842a46bbe8d262306c9096df5080f86f797aad...98ae7d28d226b867f8f5f3000b9cdfd9aa0e6247
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20250306/01dc8304/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list