[postgis-tickets] [SCM] PostGIS branch stable-2.4 updated. 2.4.9-18-g6aca3a09a

git at osgeo.org git at osgeo.org
Sat Apr 23 22:33:13 PDT 2022


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 "PostGIS".

The branch, stable-2.4 has been updated
       via  6aca3a09ae788f37195e66adac244378785f34a8 (commit)
      from  46346c24709ecf71ff8f52167896baaadeb49a81 (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 6aca3a09ae788f37195e66adac244378785f34a8
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Apr 24 01:33:08 2022 -0400

    Forgot indent in last committ

diff --git a/topology/test/Makefile.in b/topology/test/Makefile.in
index 57fe66695..7f6fb5a09 100644
--- a/topology/test/Makefile.in
+++ b/topology/test/Makefile.in
@@ -75,14 +75,14 @@ TESTS = regress/legacy_validate.sql regress/legacy_predicate.sql \
 TESTS_EXPECTED = $(TESTS:.sql=_expected)
 
 regress/topogeo_addlinestring_expected: Makefile
-ifeq ($(shell expr $(GEOS_NUMERIC_VERSION) ">" 30308),1)
-cp regress/topogeo_addlinestring_expected_newsnap regress/topogeo_addlinestring_expected
-else
-cp regress/topogeo_addlinestring_expected_oldsnap regress/topogeo_addlinestring_expected
-endif
-ifeq ($(shell expr $(GEOS_NUMERIC_VERSION) ">" 30700),1)
-cp regress/topogeo_addlinestring_expected_newsnap2 regress/topogeo_addlinestring_expected
-endif
+	ifeq ($(shell expr $(GEOS_NUMERIC_VERSION) ">" 30308),1)
+	cp regress/topogeo_addlinestring_expected_newsnap regress/topogeo_addlinestring_expected
+	else
+	cp regress/topogeo_addlinestring_expected_oldsnap regress/topogeo_addlinestring_expected
+	endif
+	ifeq ($(shell expr $(GEOS_NUMERIC_VERSION) ">" 30700),1)
+	cp regress/topogeo_addlinestring_expected_newsnap2 regress/topogeo_addlinestring_expected
+	endif
 
 check: topo_predicates.sql load_topology.sql load_topology-4326.sql $(TESTS) $(TESTS_EXPECTED)
 	$(MAKE) -C ../../regress staged-install

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

Summary of changes:
 topology/test/Makefile.in | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list