[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 3.0.5-13-gd62c0280f
git at osgeo.org
git at osgeo.org
Tue Jul 19 15:27:12 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-3.0 has been updated
via d62c0280f0cd7236a171a203ebf92403dc367182 (commit)
from 8eddae4cac058e22587de4cc90574262484a2b62 (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 d62c0280f0cd7236a171a203ebf92403dc367182
Author: Regina Obe <lr at pcorp.us>
Date: Tue Jul 19 18:27:04 2022 -0400
Fix NEWS date. Minor enhancements to windows scripts
diff --git a/NEWS b/NEWS
index 8f1719b89..917592cb0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
PostGIS 3.0.6
-2022/17/19
+2022/07/19
* Bug Fixes and Enhancements *
- #4835, Occasional distance errors in polar area (Paul Ramsey)
diff --git a/ci/winnie/build_postgis.sh b/ci/winnie/build_postgis.sh
index 10cf0d764..5b1aff837 100644
--- a/ci/winnie/build_postgis.sh
+++ b/ci/winnie/build_postgis.sh
@@ -20,7 +20,7 @@ export JSON_VER=0.12
export PCRE_VER=8.33
if [[ "${ICON_VER}" == '' ]] ; then
- export ICON_VER=1.15
+ export ICON_VER=1.16
fi;
echo "ICON_VER ${ICON_VER}"
diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index a8d17567e..83783f41b 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -98,9 +98,6 @@ if [ -n "$SOURCE_FOLDER" ]; then
export POSTGIS_SRC=${PROJECTS}/postgis/$SOURCE_FOLDER
fi
-if [[ "$reference" == *trunk* ]] ; then
- export svnurl="https://svn.osgeo.org/postgis/trunk"
-fi;
#export POSTGIS_SRC=${PROJECTS}/postgis/trunk
#POSTGIS_SVN_REVISION=will_be_passed_in_by_bot
export GDAL_DATA="${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}${GCC_TYPE}/share/gdal"
@@ -203,11 +200,13 @@ fi;
echo "PROTOBUF VERSION: ${PROTOBUF_VER} https://github.com/google/protobuf" >> $verfile
echo "PROTOBUF-C VERSION: ${PROTOBUFC_VER} https://github.com/protobuf-c/protobuf-c" >> $verfile
+echo "CURL VERSION: ${CURL_VER} https://github.com/protobuf-c/protobuf-c" >> $verfile
cp ${PROJECTS}/libxml/rel-libxml2-${LIBXML_VER}w${OS_BUILD}${GCC_TYPE}/bin/*.dll $outdir/bin/
#cp ${PGPATHEDB}/bin/libxml2-2.dll $outdir/bin/
cd ${POSTGIS_SRC}
strip postgis/*.dll
+strip sfcgal/*.dll
strip raster/rt_pg/*.dll
strip liblwgeom/.libs/*.dll
@@ -256,6 +255,7 @@ cp -r ${RELDIR}/packaging_notes/* ${RELDIR}/${RELVERDIR}/
echo "GEOS VERSION: ${GEOS_VER} https://trac.osgeo.org/geos" >> $verfile
echo "GDAL VERSION: ${GDAL_VER} https://gdal.org/download.html#current-releases" >> $verfile
echo "PROJ VERSION: ${PROJ_VER} https://proj.org/download.html#current-release" >> $verfile
+echo "LIBICONV VERSION: ${ICON_VER} http://ftp.gnu.org/gnu/libiconv/libiconv-${ICONV_VER}.tar.gz" >> $verfile
if [ -n "$SFCGAL_VER" ]; then
echo "CGAL VERSION: ${CGAL_VER} http://www.cgal.org" >> $verfile
@@ -270,6 +270,7 @@ fi
#echo "PAGC ADDRESS STANDARDIZER: http://sourceforge.net/p/pagc/code/HEAD/tree/branches/sew-refactor/postgresql " >> $verfile
cd ${RELDIR}
zip -r $package ${RELVERDIR}
+md5sum $package > ${package}.md5
#scp $package robe at www.refractions.net:${DWN}/${REL_PGVER}/buildbot/${RELVERDIR}.zip
cp $package ${PROJECTS}/postgis/win_web/download/windows/pg${REL_PGVER}/buildbot
cd ${POSTGIS_SRC}
-----------------------------------------------------------------------
Summary of changes:
NEWS | 2 +-
ci/winnie/build_postgis.sh | 2 +-
ci/winnie/package_postgis.sh | 7 ++++---
3 files changed, 6 insertions(+), 5 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list