[SCM] PostGIS branch master updated. 3.5.0alpha2-61-g399a3647d
git at osgeo.org
git at osgeo.org
Mon Sep 16 08:43:42 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, master has been updated
via 399a3647d450f3d3585293a6c51d2202caac2dcc (commit)
from 516ee8635976411552f724b9911d86d70bd31644 (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 399a3647d450f3d3585293a6c51d2202caac2dcc
Author: Regina Obe <lr at pcorp.us>
Date: Mon Sep 16 11:43:16 2024 -0400
Flip to beta1 and upgrade winnie dependencies
diff --git a/Version.config b/Version.config
index 452e112b0..7b2edca7c 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=5
-POSTGIS_MICRO_VERSION=0dev
+POSTGIS_MICRO_VERSION=0beta1
# Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
# when changing POSTGIS_MINOR_VERSION
diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index 459917f74..13af0b6f2 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -53,7 +53,7 @@ mkdir $outdir/bin/postgisgui/lib
mkdir $outdir/utils
cp ${PROJECTS}/rel-libiconv-${ICON_VER}w${OS_BUILD}${GCC_TYPE}/bin/*.dll $outdir/bin/postgisgui
-cp ${PGPATHEDB}/bin/libpq.dll $outdir/bin/postgisgui
+cp ${PGPATH}/bin/libpq.dll $outdir/bin/postgisgui
#cp ${PGPATHEDB}/bin/libiconv2.dll $outdir/bin/postgisgui
cp ${PROJECTS}/rel-libiconv-${ICON_VER}w${OS_BUILD}${GCC_TYPE}/bin/libicon*.dll $outdir/bin/postgisgui
cp ${PGPATHEDB}/bin/libintl*.dll $outdir/bin/postgisgui
diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index a3d2a346b..94e6cb76b 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -69,7 +69,7 @@ if [ -n "$PCRE_VER" ]; then
export PATH="${PROJECTS}/pcre/rel-${PCRE_VER}w${OS_BUILD}${GCC_TYPE}/include:${PROJECTS}/pcre/rel-${PCRE_VER}w${OS_BUILD}${GCC_TYPE}/lib:${PATH}"
fi
-if [$INCLUDE_MINOR_LIB == "1"]; then
+if [ $INCLUDE_MINOR_LIB == "1" ]; then
EXTRA_CONFIGURE_ARGS="${EXTRA_CONFIGURE_ARGS} --with-library-minor-version"
fi
diff --git a/ci/winnie/winnie_common.sh b/ci/winnie/winnie_common.sh
index 7676de260..8b5925fee 100644
--- a/ci/winnie/winnie_common.sh
+++ b/ci/winnie/winnie_common.sh
@@ -15,7 +15,7 @@ if [[ "${OVERRIDE}" == '' ]] ; then
export GEOS_VER=3.13.0
export GDAL_VER=3.9.2
export PROJ_VER=8.2.1
- export SFCGAL_VER=1.5.1
+ export SFCGAL_VER=1.5.2
export CGAL_VER=5.6.1
export ICON_VER=1.17
export ZLIB_VER=1.2.13
@@ -29,7 +29,7 @@ fi;
export PROTOBUF_VER=3.2.0
export PROTOBUFC_VER=1.2.1
export JSON_VER=0.12
-export PCRE_VER=8.33
+export PCRE_VER=8.45
#export OS_BUILD=64
@@ -70,8 +70,8 @@ fi;
##hard code versions of cgal etc. for now
export CGAL_VER=5.6.1
-BOOST_VER=1.78.0
-export BOOST_VER_WU=1_78_0
+BOOST_VER=1.84.0
+export BOOST_VER_WU=1_84_0
export LZ4_PATH=${PROJECTS}/lz4/rel-lz4-${LZ4_VER}w${OS_BUILD}${GCC_TYPE}
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index a34f736de..081568903 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -105,4 +105,5 @@ UPGRADEABLE_VERSIONS = \
3.4.2 \
3.4.3 \
3.4.4dev \
- 3.5.0alpha2
+ 3.5.0alpha2 \
+ 3.5.0dev
-----------------------------------------------------------------------
Summary of changes:
Version.config | 2 +-
ci/winnie/package_postgis.sh | 2 +-
ci/winnie/regress_postgis.sh | 2 +-
ci/winnie/winnie_common.sh | 8 ++++----
extensions/upgradeable_versions.mk | 3 ++-
5 files changed, 9 insertions(+), 8 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list