[geos] branch experimental updated (214d27e -> 7fffcd5)
Bas Couwenberg
sebastic at debian.org
Tue Jul 25 10:08:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch experimental
in repository geos.
from 214d27e Update symbols for amd64.
new 798d669 New upstream version 3.6.2
new b36455d Merge tag 'upstream/3.6.2' into experimental
new eb758aa New upstream release.
new 5c832ba Bump Standards-Version to 4.0.0, no changes.
new 48535aa Add autopkgtest to test installability.
new 7fffcd5 Update symbols for amd64.
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CMakeLists.txt | 36 +-
ChangeLog | 32586 +++++++++++++++++++
Makefile.am | 13 +-
Makefile.in | 15 +-
NEWS | 15 +
README | 9 +-
TODO | 2 -
autogen.bat | 1 +
capi/geos_c.h | 12 +-
capi/geos_c.h.in | 4 +-
capi/geos_ts_c.cpp | 4 +-
config.guess | 233 +-
config.sub | 60 +-
configure | 106 +-
configure.ac | 4 +-
debian/changelog | 6 +-
debian/control | 8 +-
debian/control.in | 3 +-
debian/{libgeos-3.6.1.dirs => libgeos-3.6.2.dirs} | 0
...libgeos-3.6.1.install => libgeos-3.6.2.install} | 0
...libgeos-3.6.1.symbols => libgeos-3.6.2.symbols} | 12 +-
debian/tests/control | 3 +
doc/Doxyfile | 2 +-
geos_revision.h | 1 +
geos_svn_revision.h | 1 -
include/geos/geom/Lineal.h | 11 +-
include/geos/geom/Polygonal.h | 11 +-
include/geos/geom/Puntal.h | 11 +-
include/geos/geomgraph/DirectedEdge.h | 4 +-
include/geos/geomgraph/DirectedEdgeStar.h | 2 +-
include/geos/index/strtree/AbstractSTRtree.h | 8 +-
.../geos/operation/union/CascadedPolygonUnion.h | 11 +
include/geos/operation/union/GeometryListHolder.h | 2 +-
include/geos/util/GEOSException.h | 3 +-
include/geos/version.h.vc | 4 +-
install-sh | 373 +-
ltmain.sh | 4 +-
macros/libtool.m4 | 1 -
macros/python.m4 | 127 +-
nmake.opt | 6 +
py-compile | 2 +-
src/algorithm/CGAlgorithms.cpp | 8 +-
src/algorithm/LineIntersector.cpp | 41 +-
src/algorithm/MinimumDiameter.cpp | 9 +-
src/geom/IntersectionMatrix.cpp | 6 +-
src/geom/util/GeometryEditor.cpp | 2 +-
src/geomgraph/DirectedEdge.cpp | 4 +-
src/geomgraph/DirectedEdgeStar.cpp | 2 +-
src/index/strtree/AbstractSTRtree.cpp | 3 +-
src/io/WKTReader.cpp | 59 +-
src/linearref/ExtractLineByLocation.cpp | 2 +-
src/operation/overlay/OverlayOp.cpp | 5 +
src/operation/union/CascadedPolygonUnion.cpp | 184 +-
src/operation/union/CascadedUnion.cpp | 3 +-
swig/geos.i | 8 +-
test-driver | 15 +-
tests/unit/Makefile.am | 8 +-
tests/unit/Makefile.in | 8 +-
tests/unit/capi/GEOSSTRtreeTest.cpp | 2 +-
tests/unit/io/WKTReaderTest.cpp | 23 +-
tests/unit/tut/tut.hpp | 141 +-
tests/unit/tut/tut_assert.hpp | 155 +-
tests/unit/tut/tut_config.hpp | 6 +
tests/unit/tut/tut_console_reporter.hpp | 103 +-
tests/unit/tut/tut_cppunit_reporter.hpp | 218 +
tests/unit/tut/tut_exception.hpp | 94 +-
tests/unit/tut/tut_fpt.hpp | 181 +
tests/unit/tut/tut_macros.hpp | 71 +
tests/unit/tut/tut_main.hpp | 111 +
tests/unit/tut/tut_posix.hpp | 69 +-
tests/unit/tut/tut_reporter.hpp | 2 +-
tests/unit/tut/tut_restartable.hpp | 9 +-
tests/unit/tut/tut_result.hpp | 84 +-
tests/unit/tut/tut_runner.hpp | 55 +-
tests/unit/tut/tut_xml_reporter.hpp | 310 +
tests/xmltester/Makefile.am | 12 +-
tests/xmltester/Makefile.in | 10 +-
tests/xmltester/XMLTester.cpp | 185 +-
tests/xmltester/XMLTester.h | 1 +
.../tests/general/TestPreparedPointPredicate.xml | 34 +
.../tests/general/TestPreparedPolygonPredicate.xml | 191 +
...estPreparedPredicatesWithGeometryCollection.xml | 81 +
tests/xmltester/tests/ticket/bug837.xml | 16 +
tools/CMakeLists.txt | 2 +-
tools/Makefile.am | 2 +-
tools/Makefile.in | 2 +-
tools/{svn_repo_revision.sh => repo_revision.sh} | 30 +-
87 files changed, 35558 insertions(+), 725 deletions(-)
create mode 100644 ChangeLog
rename debian/{libgeos-3.6.1.dirs => libgeos-3.6.2.dirs} (100%)
rename debian/{libgeos-3.6.1.install => libgeos-3.6.2.install} (100%)
rename debian/{libgeos-3.6.1.symbols => libgeos-3.6.2.symbols} (99%)
create mode 100644 debian/tests/control
create mode 100644 geos_revision.h
delete mode 100644 geos_svn_revision.h
create mode 100644 tests/unit/tut/tut_config.hpp
create mode 100644 tests/unit/tut/tut_cppunit_reporter.hpp
create mode 100644 tests/unit/tut/tut_fpt.hpp
create mode 100644 tests/unit/tut/tut_macros.hpp
create mode 100644 tests/unit/tut/tut_main.hpp
create mode 100644 tests/unit/tut/tut_xml_reporter.hpp
create mode 100644 tests/xmltester/tests/general/TestPreparedPointPredicate.xml
create mode 100644 tests/xmltester/tests/general/TestPreparedPolygonPredicate.xml
create mode 100644 tests/xmltester/tests/general/TestPreparedPredicatesWithGeometryCollection.xml
create mode 100644 tests/xmltester/tests/ticket/bug837.xml
rename tools/{svn_repo_revision.sh => repo_revision.sh} (71%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/geos.git
More information about the Pkg-grass-devel
mailing list