[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 3.0.4-1-g3253373

git at osgeo.org git at osgeo.org
Sat Sep 4 00:10:08 PDT 2021


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  3253373e873027409bc50373ad155d50e530a70b (commit)
      from  05995619622b81850dd28e63d45c6b3d2f84ed0e (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 3253373e873027409bc50373ad155d50e530a70b
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Sep 4 03:10:04 2021 -0400

    Flip to next milestone.  Change all jenkins nodes to build with minor-version suffix to prevent lib clash when simultaneous builds

diff --git a/NEWS b/NEWS
index 872b847..3a4a6ef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
+PostGIS 3.0.5
+2021/XX/XX
+* Bug Fixes and Enhancements *
+
 PostGIS 3.0.4
 2021/09/04
-
+* Bug Fixes and Enhancements *
   - #4941, Fix loose mbr in topology.face on update (Sandro Santilli)
   - #4871, TopoGeometry::geometry cast returns NULL for empty
            TopoGeometry objects (Sandro Santilli)
diff --git a/Version.config b/Version.config
index 3eb8b09..550ca5e 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=0
-POSTGIS_MICRO_VERSION=4
+POSTGIS_MICRO_VERSION=5dev
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION
diff --git a/ci/berrie/postgis_regress.sh b/ci/berrie/postgis_regress.sh
index de2eece..1fd6615 100644
--- a/ci/berrie/postgis_regress.sh
+++ b/ci/berrie/postgis_regress.sh
@@ -18,7 +18,7 @@ export PGDATA=$PGPATH/data_${PGPORT}
 export PGHOST=localhost
 
 sh autogen.sh
-./configure --with-pgconfig=${PGPATH}/bin/pg_config
+./configure --with-pgconfig=${PGPATH}/bin/pg_config --with-library-minor-version
 #make clean
 make
 export err_status=0
@@ -30,4 +30,4 @@ err_status=$?
 if [ -d $PGDATA/postmaster.pid ] ; then
 	$PGCTL stop -D $PGDATA -s -m fast
 fi
-exit $err_status
\ No newline at end of file
+exit $err_status
diff --git a/ci/berrie64/postgis_regress.sh b/ci/berrie64/postgis_regress.sh
index a0880f7..e3ec000 100644
--- a/ci/berrie64/postgis_regress.sh
+++ b/ci/berrie64/postgis_regress.sh
@@ -18,7 +18,7 @@ export PGDATA=$PGPATH/data_${PGPORT}
 export PGHOST=localhost
 
 sh autogen.sh
-./configure --with-pgconfig=${PGPATH}/bin/pg_config
+./configure --with-pgconfig=${PGPATH}/bin/pg_config --with-library-minor-version
 #make clean
 make
 export err_status=0
diff --git a/ci/bessie/postgis_regress.sh b/ci/bessie/postgis_regress.sh
index d7a6a18..ddde53f 100644
--- a/ci/bessie/postgis_regress.sh
+++ b/ci/bessie/postgis_regress.sh
@@ -1,7 +1,7 @@
 #BRANCH is passed in via jenkins which is set via svn hook
 export PATH=${PATH}:/usr/local:/usr/local/lib:/usr/local/bin
 sh autogen.sh
-./configure --with-libiconv=/usr/local --without-interrupt-tests
+./configure --with-libiconv=/usr/local --with-library-minor-version --without-interrupt-tests
 make clean
 make
 export PGUSER=postgres
diff --git a/ci/bessie32/postgis_regress.sh b/ci/bessie32/postgis_regress.sh
index 10c838e..41717cc 100644
--- a/ci/bessie32/postgis_regress.sh
+++ b/ci/bessie32/postgis_regress.sh
@@ -4,7 +4,7 @@ CC=gcc8   \
 CXX=g++8 \
 CXXFLAGS="-O2 -pipe  -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc8  -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=/usr/local/lib/gcc8" \
 CFLAGS="-Wall -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-trunc" \
- ./configure --with-libiconv=/usr/local --without-interrupt-tests
+ ./configure --with-libiconv=/usr/local --with-library-minor-version --without-interrupt-tests
 make clean
 make
 export PGUSER=postgres
diff --git a/ci/debbie/postgis_regress.sh b/ci/debbie/postgis_regress.sh
index 8aba41e..53208f6 100644
--- a/ci/debbie/postgis_regress.sh
+++ b/ci/debbie/postgis_regress.sh
@@ -65,7 +65,7 @@ fi
     --with-pgconfig=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}/bin/pg_config \
     --with-geosconfig=${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}/bin/geos-config \
     --with-gdalconfig=${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}/bin/gdal-config \
-    --without-interrupt-tests \
+    --with-library-minor-version --without-interrupt-tests \
     --prefix=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}
 make clean
 make
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index f59747b..ee82570 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -57,4 +57,5 @@ UPGRADEABLE_VERSIONS = \
 	3.0.0 \
 	3.0.1 \
 	3.0.2 \
-	3.0.3
+	3.0.3 \
+	3.0.4

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

Summary of changes:
 NEWS                               | 6 +++++-
 Version.config                     | 2 +-
 ci/berrie/postgis_regress.sh       | 4 ++--
 ci/berrie64/postgis_regress.sh     | 2 +-
 ci/bessie/postgis_regress.sh       | 2 +-
 ci/bessie32/postgis_regress.sh     | 2 +-
 ci/debbie/postgis_regress.sh       | 2 +-
 extensions/upgradeable_versions.mk | 3 ++-
 8 files changed, 14 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list