[postgis-tickets] [SCM] PostGIS; Spatial objects for PostgreSQL. branch stable-3.0 updated. 75f88f0d774e4457918a2a2c6a86b4662e08c8b3
git at osgeo.org
git at osgeo.org
Sun Nov 10 13:25:42 PST 2019
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; Spatial objects for PostgreSQL.".
The branch, stable-3.0 has been updated
via 75f88f0d774e4457918a2a2c6a86b4662e08c8b3 (commit)
from ed3f12232186751061cfe0d2c79841cc21fd5783 (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 75f88f0d774e4457918a2a2c6a86b4662e08c8b3
Author: Regina Obe <lr at pcorp.us>
Date: Sun Nov 10 16:25:31 2019 -0500
Update gdal and proj links and add gdal dependency version info to version.txt file
diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index 76cd527..02e3dc7 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -253,15 +253,20 @@ cp -r extensions/*/*.dll ${RELDIR}/${RELVERDIR}/lib #only address_standardizer i
cp -r ${RELDIR}/packaging_notes/* ${RELDIR}/${RELVERDIR}/
-echo "GEOS VERSION: ${GEOS_VER} http://trac.osgeo.org/geos" >> $verfile
-echo "GDAL VERSION: ${GDAL_VER} http://trac.osgeo.org/gdal" >> $verfile
-echo "PROJ VERSION: ${PROJ_VER} http://trac.osgeo.org/proj" >> $verfile
+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
if [ -n "$SFCGAL_VER" ]; then
echo "CGAL VERSION: ${CGAL_VER} http://www.cgal.org" >> $verfile
echo "BOOST VERSION: ${BOOST_VER} http://www.boost.org" >> $verfile
echo "SFCGAL VERSION: ${SFCGAL_VER} http://www.sfcgal.org https://github.com/Oslandia/SFCGAL" >> $verfile
fi;
+
+if [ -f myinput.py ]; then
+ cat $verfile ${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}${GCC_TYPE}/gdal_depends.txt > $verfile
+fi
+
#echo "PAGC ADDRESS STANDARDIZER: http://sourceforge.net/p/pagc/code/HEAD/tree/branches/sew-refactor/postgresql " >> $verfile
cd ${RELDIR}
zip -r $package ${RELVERDIR}
-----------------------------------------------------------------------
Summary of changes:
ci/winnie/package_postgis.sh | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS; Spatial objects for PostgreSQL.
More information about the postgis-tickets
mailing list