[SCM] PostGIS branch master updated. 3.6.0rc2-391-gfdb442fb8

git at osgeo.org git at osgeo.org
Thu Mar 12 21:30:16 PDT 2026


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  fdb442fb88c0d413598e090cc00662aa0863efae (commit)
      from  419c294431361ab9a15a497c23ab54f1d546aa1b (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 fdb442fb88c0d413598e090cc00662aa0863efae
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Mar 13 00:30:11 2026 -0400

    WINNIE packaging fix: Don't search for dlls in extension folder

diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index c706d7a75..1c8857626 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -187,7 +187,7 @@ done
 #cp ${PGPATH}/share/extension/postgis*${POSTGIS_MICRO_VER}next.sql ${RELDIR}/${RELVERDIR}/share/extension
 
 cp -r extensions/*/*.control ${RELDIR}/${RELVERDIR}/share/extension
-cp -r extensions/*/*.dll ${RELDIR}/${RELVERDIR}/lib
+#cp -r extensions/*/*.dll ${RELDIR}/${RELVERDIR}/lib
 #cp extensions/postgis_topology/sql/* ${RELDIR}/${RELVERDIR}/share/extension
 #cp extensions/postgis_topology/*.control ${RELDIR}/${RELVERDIR}/share/extension
 cp -r ${RELDIR}/packaging_notes/* ${RELDIR}/${RELVERDIR}/

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

Summary of changes:
 ci/winnie/package_postgis.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list