[SCM] PostGIS branch stable-3.4 updated. 3.4.2-13-g3ee973b48
git at osgeo.org
git at osgeo.org
Thu Mar 14 09:16:23 PDT 2024
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-3.4 has been updated
via 3ee973b48ff955378e834ef71769c2d8c2043293 (commit)
via ca3073c71272a9a4dd071ef883e3046cd5a46beb (commit)
via ce93454fd7fde2b992b70e93a8d6bfd59ccd989e (commit)
from af10c4a540b98829394f0a7c9472868c2c7eaac0 (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 3ee973b48ff955378e834ef71769c2d8c2043293
Author: Regina Obe <lr at pcorp.us>
Date: Thu Mar 14 12:15:10 2024 -0400
Install libcunit1 on gitlab 32-bit
Also explicitly test liblwgeom cunit as is done on master
References #5683 for PostGIS 3.4.3
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bd57ac02d..7498691d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@
- apt-get update -qq && apt-get install -y
bison flex
postgresql-15 postgresql-server-dev-15
- build-essential autoconf libtool libcunit1-dev
+ build-essential autoconf libtool libcunit1 libcunit1-dev
xsltproc docbook-xsl docbook-mathml dblatex
libproj-dev libgdal-dev libgeos-dev libjson-c-dev
libprotobuf-c1 libprotobuf-c-dev protobuf-c-compiler
@@ -25,6 +25,8 @@
- echo "Build dir is ${PWD}"
- ${SRCDIR}/configure --without-raster CFLAGS="-Wall -fno-omit-frame-pointer -Werror"
- make
+ - make -C liblwgeom check
+ - su -c 'make' postgres # idempotence test, see #5099
- RUNTESTFLAGS="-v --dumprestore" make check-regress
- make install
- RUNTESTFLAGS="-v --dumprestore" make installcheck
commit ca3073c71272a9a4dd071ef883e3046cd5a46beb
Author: Regina Obe <lr at pcorp.us>
Date: Thu Mar 14 12:11:51 2024 -0400
Take out group from docs woodpecker which is not valid for 2+
diff --git a/.woodpecker/docs-localized.yml.in b/.woodpecker/docs-localized.yml.in
index 2f3665785..2a823fee6 100644
--- a/.woodpecker/docs-localized.yml.in
+++ b/.woodpecker/docs-localized.yml.in
@@ -2,7 +2,7 @@
image: *test_image
commands:
- make -C build-docs/doc/po/@LANG@ local- at TARGET@
- group: @GROUP@
+ #group: @GROUP@
when:
path:
include:
diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 299d688e4..6c235faa0 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -88,7 +88,7 @@ steps:
image: *test_image
commands:
- make -C build-docs/doc/po/ja local-check-xml
- group: localized-check-xml
+ #group: localized-check-xml
when:
path:
include:
@@ -111,7 +111,7 @@ steps:
image: *test_image
commands:
- make -C build-docs/doc/po/de local-check-xml
- group: localized-check-xml
+ #group: localized-check-xml
when:
path:
include:
@@ -134,7 +134,7 @@ steps:
image: *test_image
commands:
- make -C build-docs/doc/po/fr local-check-xml
- group: localized-check-xml
+ #group: localized-check-xml
when:
path:
include:
@@ -158,7 +158,7 @@ steps:
image: *test_image
commands:
- make -C build-docs/doc/po/ja local-html
- group: localized-html
+ #group: localized-html
when:
path:
include:
@@ -181,7 +181,7 @@ steps:
image: *test_image
commands:
- make -C build-docs/doc/po/de local-html
- group: localized-html
+ #group: localized-html
when:
path:
include:
@@ -204,7 +204,7 @@ steps:
image: *test_image
commands:
- make -C build-docs/doc/po/fr local-html
- group: localized-html
+ #group: localized-html
when:
path:
include:
@@ -228,7 +228,7 @@ steps:
image: *test_image
commands:
- make -C build-docs/doc/po/ja local-cheatsheets
- group: localized-cheatsheets
+ #group: localized-cheatsheets
when:
path:
include:
@@ -251,7 +251,7 @@ steps:
image: *test_image
commands:
- make -C build-docs/doc/po/de local-cheatsheets
- group: localized-cheatsheets
+ #group: localized-cheatsheets
when:
path:
include:
@@ -274,7 +274,7 @@ steps:
image: *test_image
commands:
- make -C build-docs/doc/po/fr local-cheatsheets
- group: localized-cheatsheets
+ #group: localized-cheatsheets
when:
path:
include:
@@ -298,7 +298,7 @@ steps:
image: *test_image
commands:
- make -C build-docs/doc/po/ja local-check-cheatsheets
- group: localized-check-cheatsheets
+ #group: localized-check-cheatsheets
when:
path:
include:
@@ -321,7 +321,7 @@ steps:
image: *test_image
commands:
- make -C build-docs/doc/po/de local-check-cheatsheets
- group: localized-check-cheatsheets
+ #group: localized-check-cheatsheets
when:
path:
include:
@@ -344,7 +344,7 @@ steps:
image: *test_image
commands:
- make -C build-docs/doc/po/fr local-check-cheatsheets
- group: localized-check-cheatsheets
+ #group: localized-check-cheatsheets
when:
path:
include:
@@ -368,7 +368,7 @@ steps:
image: *test_image
commands:
- make -C build-docs/doc/po/ja local-pdf
- group: localized-pdf
+ #group: localized-pdf
when:
path:
include:
@@ -391,7 +391,7 @@ steps:
image: *test_image
commands:
- make -C build-docs/doc/po/de local-pdf
- group: localized-pdf
+ #group: localized-pdf
when:
path:
include:
@@ -414,7 +414,7 @@ steps:
image: *test_image
commands:
- make -C build-docs/doc/po/fr local-pdf
- group: localized-pdf
+ #group: localized-pdf
when:
path:
include:
commit ce93454fd7fde2b992b70e93a8d6bfd59ccd989e
Author: Regina Obe <lr at pcorp.us>
Date: Thu Mar 14 12:07:41 2024 -0400
Fix James Addison credits. References #5666
diff --git a/NEWS b/NEWS
index 4ef06ae1d..1007714f7 100644
--- a/NEWS
+++ b/NEWS
@@ -16,7 +16,7 @@ To take advantage of all SFCGAL featurs, SFCGAL 1.4.1+ is needed.
- #5589, ST_3DDistance error for shared first point (Paul Ramsey)
- #5686, ST_NumInteriorRings and Triangle crash (Paul Ramsey)
- #5666, Build reproducibility: timestamps
- in extension upgrade SQL scripts (Jay Addison)
+ in extension upgrade SQL scripts (James Addison)
PostGIS 3.4.2
diff --git a/doc/introduction.xml b/doc/introduction.xml
index 95acc1af3..afbc8a805 100644
--- a/doc/introduction.xml
+++ b/doc/introduction.xml
@@ -274,7 +274,7 @@
<member>James Marca</member>
<member>Jan Katins</member>
<member>Jason Smith</member>
- <member>Jay Addison</member>
+ <member>James Addison</member>
<member>Jeff Adams</member>
<member>Jelte Fennema</member>
<member>Jim Jones</member>
-----------------------------------------------------------------------
Summary of changes:
.gitlab-ci.yml | 4 +++-
.woodpecker/docs-localized.yml.in | 2 +-
.woodpecker/docs.yml | 30 +++++++++++++++---------------
NEWS | 2 +-
doc/introduction.xml | 2 +-
5 files changed, 21 insertions(+), 19 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list