[postgis-tickets] [SCM] PostGIS branch stable-2.4 updated. 2.4.9-14-gaa06aa036

git at osgeo.org git at osgeo.org
Sat Apr 23 20:24:36 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  aa06aa036a841293e6622ae28f3556673e45b330 (commit)
      from  bee56fc7dd172f5c36fb1718ba78c352d1998e6a (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 aa06aa036a841293e6622ae28f3556673e45b330
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Apr 23 23:24:26 2022 -0400

    Try to fix Gitlab dislike of addlinestring_expected

diff --git a/topology/test/Makefile.in b/topology/test/Makefile.in
index 8cf8e7c76..8913cdb97 100644
--- a/topology/test/Makefile.in
+++ b/topology/test/Makefile.in
@@ -78,7 +78,7 @@ regress/topogeo_addlinestring_expected: Makefile
 ifeq ($(shell expr $(GEOS_NUMERIC_VERSION) ">" 30700),1)
 	cp regress/topogeo_addlinestring_expected_newsnap2 regress/topogeo_addlinestring_expected
 else
-	ifeq ($(shell expr $(GEOS_NUMERIC_VERSION) ">" 30308),1)
+  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

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

Summary of changes:
 topology/test/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list