[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0beta1-56-g605ffdf8e

git at osgeo.org git at osgeo.org
Fri Jul 21 23:19:26 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  605ffdf8ecea86d8f31b1c5dc589cfd9a2a8c845 (commit)
       via  d1e79c7f1ead40cf4147e47a6f4bdc7c4bd2a31a (commit)
      from  b47a80cfd21ae6fb2762ecee215e3257b6aceb7b (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 605ffdf8ecea86d8f31b1c5dc589cfd9a2a8c845
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Jul 22 02:19:19 2023 -0400

    Add author names to news

diff --git a/NEWS b/NEWS
index 864717c20..bef7cd25a 100644
--- a/NEWS
+++ b/NEWS
@@ -5,9 +5,12 @@ 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
+  #5444, 3.4.0-beta1 fails to build
+        (postgis--TEMPLATED--TO--ANY.sql is missing)
+        (Sandro Santilli)
+  #5436, doc compile issue on mingw64/msys2 (Sandro Santilli)
+  #4752, build error on ppc64le (Sandro Santilli)
+  #5449, Clarify licensing of XSL sheets (Regina Obe)
 
 PostGIS 3.4.0beta1
 2023/07/14

commit d1e79c7f1ead40cf4147e47a6f4bdc7c4bd2a31a
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Jul 21 19:45:27 2023 -0400

    More fixes to winnie's packaging script

diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index 18ac33b7f..7ec9944c3 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -116,7 +116,7 @@ if [ -n "$SFCGAL_VER"  ]; then
 	echo "GMP VERSION: ${GMP_VER} https://gmplib.org" >> $verfile
 	echo "MPFR VERSION: ${MPFR_VER} http://www.mpfr.org" >> $verfile
 
-	cp -p ${PROJECTS}/CGAL/rel-cgal-${CGAL_VER}w${OS_BUILD}${GCC_TYPE}/bin/*.dll $outdir/bin
+	#cp -p ${PROJECTS}/CGAL/rel-cgal-${CGAL_VER}w${OS_BUILD}${GCC_TYPE}/bin/*.dll $outdir/bin
 	cp -p ${PROJECTS}/CGAL/rel-sfcgal-${SFCGAL_VER}w${OS_BUILD}${GCC_TYPE}/lib/*.dll $outdir/bin
 	# cp -p ${PROJECTS}/CGAL/rel-cgal-${CGAL_VER}w${OS_BUILD}${GCC_TYPE}/bin/*.dll $outdir/bin/postgisgui
 	# cp -p ${PROJECTS}/CGAL/rel-sfcgal-${SFCGAL_VER}w${OS_BUILD}${GCC_TYPE}/lib/*.dll $outdir/bin/postgisgui
@@ -132,7 +132,7 @@ cd ${POSTGIS_SRC}
 strip postgis/*.dll
 strip sfcgal/*.dll
 strip raster/rt_pg/*.dll
-strip liblwgeom/.libs/*.dll
+#strip liblwgeom/.libs/*.dll
 
 cp postgis/*.dll ${RELDIR}/${RELVERDIR}/lib
 cp sfcgal/*.dll ${RELDIR}/${RELVERDIR}/lib
@@ -144,7 +144,7 @@ cp raster/rt_pg/*.sql ${RELDIR}/${RELVERDIR}/share/contrib/postgis-${POSTGIS_MIN
 cp utils/*.pl ${RELDIR}/${RELVERDIR}/utils
 
 cp raster/loader/.libs/raster2pgsql.exe ${RELDIR}/${RELVERDIR}/bin
-cp liblwgeom/.libs/*.dll ${RELDIR}/${RELVERDIR}/bin
+#cp liblwgeom/.libs/*.dll ${RELDIR}/${RELVERDIR}/bin
 cp loader/shp2pgsql.exe ${RELDIR}/${RELVERDIR}/bin
 cp loader/.libs/shp2pgsql.exe ${RELDIR}/${RELVERDIR}/bin
 cp loader/pgsql2shp.exe ${RELDIR}/${RELVERDIR}/bin
@@ -159,7 +159,7 @@ cp topology/loader/* ${RELDIR}/${RELVERDIR}/bin
 cp -p ${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}${GCC_TYPE}/bin/*.dll ${RELDIR}/${RELVERDIR}/bin/postgisgui
 cp spatial_ref_sys.sql ${RELDIR}/${RELVERDIR}/share/contrib/postgis-${POSTGIS_MINOR_VER}
 cp topology/topology.sql ${RELDIR}/${RELVERDIR}/share/contrib/postgis-${POSTGIS_MINOR_VER}
-cp topology/topology_upgrade_*.sql ${RELDIR}/${RELVERDIR}/share/contrib/postgis-${POSTGIS_MINOR_VER}
+#cp topology/topology_upgrade_*.sql ${RELDIR}/${RELVERDIR}/share/contrib/postgis-${POSTGIS_MINOR_VER}
 #cp topology/README* ${RELDIR}/${RELVERDIR}/share/contrib/postgis-${POSTGIS_MINOR_VER}
 #cp utils/* ${RELDIR}/${RELVERDIR}/utils
 #cp extras/* ${RELDIR}/${RELVERDIR}/share/contrib/postgis-${POSTGIS_MINOR_VER}/extras

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list