Package: geos / 3.4.2-6

Metadata

Package Version Patches format
geos 3.4.2-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
CoordinateSequenceFactory.h | (download)

include/geos/geom/CoordinateSequenceFactory.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs due to a missing declaration.
Node.cpp | (download)

src/geomgraph/Node.cpp | 4 3 + 1 - 0 !
src/index/bintree/Node.cpp | 3 3 + 0 - 0 !
src/index/quadtree/Node.cpp | 3 3 + 0 - 0 !
3 files changed, 9 insertions(+), 1 deletion(-)

 include cstddef and use std namespace.
 Fix a missing cstddef header file inclusion in some files and use
 of std namespace. This is required in current default gcc flavor.
Root.cpp | (download)

src/index/bintree/Root.cpp | 3 3 + 0 - 0 !
src/index/quadtree/Root.cpp | 3 3 + 0 - 0 !
2 files changed, 6 insertions(+)

 include cstddef and use std namespace.
 Fix a missing cstddef header file inclusion in some files and use
 of std namespace. This is required in current default gcc flavor.
SimpleNestedRingTester.h | (download)

include/geos/operation/valid/SimpleNestedRingTester.h | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 include cstddef and use std namespace.
 Fix a missing cstddef header file inclusion in some files and use
 of std namespace. This is required in current default gcc flavor.
DirectedEdgeStar.h | (download)

include/geos/planargraph/DirectedEdgeStar.h | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 include cstddef and use std namespace.
 Fix a missing cstddef header file inclusion in some files and use
 of std namespace. This is required in current default gcc flavor.
DouglasPeuckerLineSimplifier.h | (download)

include/geos/simplify/DouglasPeuckerLineSimplifier.h | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 include cstddef and use std namespace.
 Fix a missing cstddef header file inclusion in some files and use
 of std namespace. This is required in current default gcc flavor.
TaggedLineString.cpp | (download)

src/simplify/TaggedLineString.cpp | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 include cstddef and use std namespace.
 Fix a missing cstddef header file inclusion in some files and use
 of std namespace. This is required in current default gcc flavor.
TaggedLineString.h | (download)

include/geos/simplify/TaggedLineString.h | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 include cstddef and use std namespace.
 Fix a missing cstddef header file inclusion in some files and use
 of std namespace. This is required in current default gcc flavor.
TaggedLineStringSimplifier.h | (download)

include/geos/simplify/TaggedLineStringSimplifier.h | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 include cstddef and use std namespace.
 Fix a missing cstddef header file inclusion in some files and use
 of std namespace. This is required in current default gcc flavor.
geos config | (download)

tools/geos-config.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix library paths.
libruby | (download)

configure | 2 1 + 1 - 0 !
macros/ruby.m4 | 2 1 + 1 - 0 !
swig/ruby/Makefile.am | 2 1 + 1 - 0 !
swig/ruby/Makefile.in | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 fix libtool in order to avoid a ftbfs.
 RUBY_EXTENSION_DIR fix by Christian Hofstaedtler <zeha@debian.org>.
ruby2 | (download)

configure | 4 4 + 0 - 0 !
macros/ruby.m4 | 10 10 + 0 - 0 !
swig/ruby/Makefile.am | 6 3 + 3 - 0 !
swig/ruby/Makefile.in | 6 3 + 3 - 0 !
4 files changed, 20 insertions(+), 6 deletions(-)

 update include and libraries paths for ruby 2.x
automake subdir objects | (download)

src/operation/overlay/Makefile.am | 3 3 + 0 - 0 !
src/planargraph/Makefile.am | 3 3 + 0 - 0 !
tests/unit/Makefile.am | 3 3 + 0 - 0 !
tests/xmltester/Makefile.am | 2 2 + 0 - 0 !
4 files changed, 11 insertions(+)

 set automake option subdir-object to remain forward compatible.
automake am cppflags | (download)

capi/Makefile.am | 4 2 + 2 - 0 !
doc/Makefile.am | 2 1 + 1 - 0 !
src/Makefile.am | 2 1 + 1 - 0 !
src/algorithm/Makefile.am | 2 1 + 1 - 0 !
src/algorithm/distance/Makefile.am | 2 1 + 1 - 0 !
src/algorithm/locate/Makefile.am | 2 1 + 1 - 0 !
src/geom/Makefile.am | 2 1 + 1 - 0 !
src/geom/prep/Makefile.am | 2 1 + 1 - 0 !
src/geom/util/Makefile.am | 2 1 + 1 - 0 !
src/geomgraph/Makefile.am | 2 1 + 1 - 0 !
src/geomgraph/index/Makefile.am | 2 1 + 1 - 0 !
src/index/bintree/Makefile.am | 2 1 + 1 - 0 !
src/index/chain/Makefile.am | 2 1 + 1 - 0 !
src/index/intervalrtree/Makefile.am | 2 1 + 1 - 0 !
src/index/quadtree/Makefile.am | 2 1 + 1 - 0 !
src/index/strtree/Makefile.am | 2 1 + 1 - 0 !
src/index/sweepline/Makefile.am | 2 1 + 1 - 0 !
src/io/Makefile.am | 2 1 + 1 - 0 !
src/linearref/Makefile.am | 2 1 + 1 - 0 !
src/noding/Makefile.am | 2 1 + 1 - 0 !
src/noding/snapround/Makefile.am | 2 1 + 1 - 0 !
src/operation/Makefile.am | 2 1 + 1 - 0 !
src/operation/buffer/Makefile.am | 2 1 + 1 - 0 !
src/operation/distance/Makefile.am | 2 1 + 1 - 0 !
src/operation/linemerge/Makefile.am | 2 1 + 1 - 0 !
src/operation/overlay/Makefile.am | 2 1 + 1 - 0 !
src/operation/polygonize/Makefile.am | 2 1 + 1 - 0 !
src/operation/predicate/Makefile.am | 2 1 + 1 - 0 !
src/operation/relate/Makefile.am | 2 1 + 1 - 0 !
src/operation/sharedpaths/Makefile.am | 2 1 + 1 - 0 !
src/operation/union/Makefile.am | 2 1 + 1 - 0 !
src/operation/valid/Makefile.am | 2 1 + 1 - 0 !
src/planargraph/Makefile.am | 2 1 + 1 - 0 !
src/precision/Makefile.am | 2 1 + 1 - 0 !
src/simplify/Makefile.am | 2 1 + 1 - 0 !
src/triangulate/Makefile.am | 2 1 + 1 - 0 !
src/triangulate/quadedge/Makefile.am | 2 1 + 1 - 0 !
src/util/Makefile.am | 2 1 + 1 - 0 !
swig/ruby/Makefile.am | 4 2 + 2 - 0 !
tests/bigtest/Makefile.am | 4 2 + 2 - 0 !
tests/geostest/Makefile.am | 2 1 + 1 - 0 !
tests/perf/Makefile.am | 2 1 + 1 - 0 !
tests/perf/capi/Makefile.am | 2 1 + 1 - 0 !
tests/perf/operation/buffer/Makefile.am | 4 2 + 2 - 0 !
tests/perf/operation/predicate/Makefile.am | 4 2 + 2 - 0 !
tests/thread/Makefile.am | 2 1 + 1 - 0 !
tests/unit/Makefile.am | 2 1 + 1 - 0 !
tests/xmltester/Makefile.am | 4 2 + 2 - 0 !
48 files changed, 54 insertions(+), 54 deletions(-)

 rename includes to am_cppflags.
configure.ac | (download)

configure.ac | 537 537 + 0 - 0 !
configure.in | 537 0 + 537 - 0 !
2 files changed, 537 insertions(+), 537 deletions(-)

 rename configure.in to configure.ac.
include cmath from unit tests | (download)

tests/unit/geom/CoordinateArraySequenceTest.cpp | 1 1 + 0 - 0 !
tests/unit/io/WKBWriterTest.cpp | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 some compilers require cmath for the proper definition of isnan