[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0beta1-54-gb47a80cfd

git at osgeo.org git at osgeo.org
Fri Jul 21 14:02:05 PDT 2023


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, master has been updated
       via  b47a80cfd21ae6fb2762ecee215e3257b6aceb7b (commit)
       via  1884bccbb7d2154e55812da1af264e44f8ff1bc6 (commit)
      from  f80f17e114072d5b22853a6243c8c7ee23129f92 (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 b47a80cfd21ae6fb2762ecee215e3257b6aceb7b
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Jul 21 17:01:30 2023 -0400

    Looks like we'll need a beta2
    Itemize list of things fixed since 3.4.0beta1

diff --git a/NEWS b/NEWS
index 5c257acae..864717c20 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
-PostGIS 3.4.0rc1
+PostGIS 3.4.0beta2
 2023/xx/xx
 
+Changes since 3.4.0beta1 release
+
+* Bug Fixes *
+
+  #5444, 3.4.0-beta1 fails to build (postgis--TEMPLATED--TO--ANY.sql is missing)
+  #5436, doc compile issue on mingw64/msys2
+  #4752, build error on ppc64le
+
 PostGIS 3.4.0beta1
 2023/07/14
 

commit 1884bccbb7d2154e55812da1af264e44f8ff1bc6
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Jul 21 16:48:00 2023 -0400

    winnie: do force remove of all zip to prevent error notice

diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index 78a48fba3..18ac33b7f 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -42,7 +42,7 @@ outdir="${RELDIR}/${RELVERDIR}"
 package="${RELDIR}/${RELVERDIR}.zip"
 verfile="${RELDIR}/${RELVERDIR}/version.txt"
 rm -rf $outdir
-rm $package
+rm -f $package
 mkdir -p $outdir
 mkdir -p $outdir/share/contrib/postgis-${POSTGIS_MINOR_VER}
 mkdir -p $outdir/share/contrib/postgis-${POSTGIS_MINOR_VER}/proj

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

Summary of changes:
 NEWS                         | 10 +++++++++-
 ci/winnie/package_postgis.sh |  2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list