[geos-commits] [SCM] GEOS branch master updated. e7d54545d7986e2acc55af295fc498da92cd0de6

git at osgeo.org git at osgeo.org
Sun Aug 5 22:36:44 PDT 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, master has been updated
       via  e7d54545d7986e2acc55af295fc498da92cd0de6 (commit)
      from  356c6d5fb0cdb5d24aad70558d0b2cf6f09e27df (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e7d54545d7986e2acc55af295fc498da92cd0de6
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Aug 6 01:36:44 2018 -0400

    Not all cmake files included in tar ball. Closes #895 for 3.7.0

diff --git a/NEWS b/NEWS
index ce8ad78..2c30f1f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,10 @@
 Changes in 3.7.0beta2
 2018-08-06
-Changes since 3.7.0beta1
+Fixes since 3.7.0beta1
   - Fix infinite loop in GEOSClipByRect (#865, Dan Baston)
   - Make GEOSException inherit from std::runtime_error 
     to address clang warnings (Dan Baston)
+  - Add missing CMake files to tarball (#895, Regina Obe)
 
 3.7.0 changes
 - New things:
diff --git a/tests/perf/Makefile.am b/tests/perf/Makefile.am
index 558a6bb..f3a0546 100644
--- a/tests/perf/Makefile.am
+++ b/tests/perf/Makefile.am
@@ -12,3 +12,5 @@ AM_CPPFLAGS = -I$(top_srcdir)/include
 noinst_PROGRAMS = ClassSizes
 
 ClassSizes_SOURCES = ClassSizes.cpp
+
+EXTRA_DIST = CMakeLists.txt
diff --git a/tests/perf/capi/Makefile.am b/tests/perf/capi/Makefile.am
index 2802f8a..bd04df0 100644
--- a/tests/perf/capi/Makefile.am
+++ b/tests/perf/capi/Makefile.am
@@ -1,6 +1,6 @@
 #
 #
-# This file is part of project GEOS (http://trac.osgeo.org/geos/) 
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
 #
 prefix=@prefix@
 top_srcdir=@top_srcdir@
@@ -14,3 +14,5 @@ AM_CPPFLAGS = -I$(top_builddir)/capi -I$(top_srcdir)/include
 memleak_mp_prep_SOURCES = memleak_mp_prep.c
 memleak_mp_prep_LDADD = $(LIBS)
 
+EXTRA_DIST = CMakeLists.txt
+
diff --git a/tests/perf/operation/Makefile.am b/tests/perf/operation/Makefile.am
index 9a23a97..36ff948 100644
--- a/tests/perf/operation/Makefile.am
+++ b/tests/perf/operation/Makefile.am
@@ -1,7 +1,9 @@
 #
-# This file is part of project GEOS (http://trac.osgeo.org/geos/) 
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
 #
 SUBDIRS = \
 	buffer \
 	predicate
 
+EXTRA_DIST = CMakeLists.txt
+
diff --git a/tests/perf/operation/buffer/Makefile.am b/tests/perf/operation/buffer/Makefile.am
index 641657a..8f1574e 100644
--- a/tests/perf/operation/buffer/Makefile.am
+++ b/tests/perf/operation/buffer/Makefile.am
@@ -1,5 +1,5 @@
 #
-# This file is part of project GEOS (http://trac.osgeo.org/geos/) 
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
 #
 prefix=@prefix@
 top_srcdir=@top_srcdir@
@@ -9,8 +9,10 @@ noinst_PROGRAMS = IteratedBufferStressTest
 
 LIBS = $(top_builddir)/src/libgeos.la
 
-IteratedBufferStressTest_SOURCES = IteratedBufferStressTest.cpp 
+IteratedBufferStressTest_SOURCES = IteratedBufferStressTest.cpp
 IteratedBufferStressTest_LDADD = $(LIBS)
 
 AM_CPPFLAGS = -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/src/io/markup
+
+EXTRA_DIST = CMakeLists.txt
diff --git a/tests/perf/operation/predicate/Makefile.am b/tests/perf/operation/predicate/Makefile.am
index c2324d0..4c7cd20 100644
--- a/tests/perf/operation/predicate/Makefile.am
+++ b/tests/perf/operation/predicate/Makefile.am
@@ -1,5 +1,5 @@
 #
-# This file is part of project GEOS (http://trac.osgeo.org/geos/) 
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
 #
 prefix=@prefix@
 top_srcdir=@top_srcdir@
@@ -9,8 +9,10 @@ noinst_PROGRAMS = RectangleIntersectsPerfTest
 
 LIBS = $(top_builddir)/src/libgeos.la
 
-RectangleIntersectsPerfTest_SOURCES = RectangleIntersectsPerfTest.cpp 
+RectangleIntersectsPerfTest_SOURCES = RectangleIntersectsPerfTest.cpp
 RectangleIntersectsPerfTest_LDADD = $(LIBS)
 
 AM_CPPFLAGS = -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/src/io/markup
+
+EXTRA_DIST = CMakeLists.txt

-----------------------------------------------------------------------

Summary of changes:
 NEWS                                       | 3 ++-
 tests/perf/Makefile.am                     | 2 ++
 tests/perf/capi/Makefile.am                | 4 +++-
 tests/perf/operation/Makefile.am           | 4 +++-
 tests/perf/operation/buffer/Makefile.am    | 6 ++++--
 tests/perf/operation/predicate/Makefile.am | 6 ++++--
 6 files changed, 18 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list