[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha1-166-g2ae93c1

git at osgeo.org git at osgeo.org
Sat Jul 18 12:59:34 PDT 2020


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  2ae93c1ff9588b5403575423b0a6a30552e216d2 (commit)
      from  f0b631a808d5e4bc0bf30055e2777e2649b8df0f (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 2ae93c1ff9588b5403575423b0a6a30552e216d2
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Jul 18 15:59:16 2020 -0400

    Prep for PostGIS 3.1.0alpha2

diff --git a/NEWS b/NEWS
index a71acf8..2c3e48b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,8 @@
 PostGIS 3.1.0alpha2
-2020/07/XX
+2020/07/18
 
 Only tickets not included in 3.1.0alpha1
 
-* Breaking changes *
-  -
-
 * New features *
   - #4656, Cast a geojson_text::geometry for implicit GeoJSON ingestion (Raúl Marín)
   - #4687, Expose GEOS MaximumInscribedCircle (Paul Ramsey)
diff --git a/README.md b/README.md
index 611c307..08ce090 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,9 @@ Bessie:
 Bessie32:
  [![Build Status](https://debbie.postgis.net/buildStatus/icon?job=PostGIS_Worker_Run%2Flabel%3Dbessie32)](https://debbie.postgis.net/view/PostGIS/job/PostGIS_Worker_Run/label=bessie32/)
 Berrie:
- [![Build Status](https://debbie.postgis.net/buildStatus/icon?job=PostGIS_Worker_Run%2Flabel%3Dberrie)](https://debbie.postgis.net/view/PostGIS/job/PostGIS_Worker_Run/label=berrie/)
+ [![Build Status](https://debbie.postgis.net/buildStatus/icon?job=PostGIS_Worker_Run/label=berrie&build=last:${params.reference=refs/heads/master})](https://debbie.postgis.net/view/PostGIS/job/PostGIS_Worker_Run/label=berrie/)
+ Berrie64:
+ [![Build Status](https://debbie.postgis.net/buildStatus/icon?job=PostGIS_Worker_Run/label=berrie64&build=last:${params.reference=refs/heads/master})](https://debbie.postgis.net/view/PostGIS/job/PostGIS_Worker_Run/label=berrie64/)
 
 
 This file is here to play nicely with modern code repository facilities.
diff --git a/README.postgis b/README.postgis
index 8ebb0cd..8379a79 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 3.1.0alpha1
-:Date: 2020-02-01
+:Version: 3.1.0alpha2
+:Date: 2020-07-18
 :Website: https://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index e618043..053257a 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=1
-POSTGIS_MICRO_VERSION=0dev
+POSTGIS_MICRO_VERSION=0alpha2
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION
diff --git a/ci/winnie/build_postgis.sh b/ci/winnie/build_postgis.sh
index 41c96a4..561f2f4 100644
--- a/ci/winnie/build_postgis.sh
+++ b/ci/winnie/build_postgis.sh
@@ -1,11 +1,11 @@
 #!/usr/bin/env bash
 set -e
 if  [[ "${OVERRIDE}" == '' ]] ; then
-	export GEOS_VER=3.8.0
-	export GDAL_VER=2.4.3
+	export GEOS_VER=3.8.1
+	export GDAL_VER=2.4.4
 	export PROJ_VER=5.2.0
-	export SFCGAL_VER=1.3.2
-	export CGAL_VER=4.11
+	export SFCGAL_VER=1.3.8
+	export CGAL_VER=5.0.2
 	export ICON_VER=1.15
 	export ZLIB_VER=1.2.11
   export PROTOBUF_VER=3.2.0
diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index 34103fb..4e86959 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -16,8 +16,8 @@
 #otherwise use the ones jenkins passes thru
 #!/usr/bin/env bash
 if  [[ "${OVERRIDE}" == '' ]] ; then
-	export GEOS_VER=3.8.0
-	export GDAL_VER=2.4.3
+	export GEOS_VER=3.8.1
+	export GDAL_VER=2.4.4
 	export PROJ_VER=5.2.0
 	export SFCGAL_VER=1.3.2
 	export CGAL_VER=4.11
@@ -246,7 +246,7 @@ if [ -n "$SFCGAL_VER"  ]; then
     echo "SFCGAL VERSION: ${SFCGAL_VER} http://www.sfcgal.org https://github.com/Oslandia/SFCGAL" >> $verfile
 fi;
 
-if [ -f ${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}${GCC_TYPE}/gdal_depends.txt ]; then 
+if [ -f ${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}${GCC_TYPE}/gdal_depends.txt ]; 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
diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index bb61cca..0934013 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -2,10 +2,10 @@
 set -e
 if  [[ "${OVERRIDE}" == '' ]] ; then
 	export GEOS_VER=3.8.0
-	export GDAL_VER=2.4.3
+	export GDAL_VER=2.4.4
 	export PROJ_VER=5.2.0
-	export SFCGAL_VER=1.3.2
-	export CGAL_VER=4.11
+	export SFCGAL_VER=1.3.8
+	export CGAL_VER=5.0.2
 	export ICON_VER=1.15
 	export ZLIB_VER=1.2.11
   export PROTOBUF_VER=3.2.0

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

Summary of changes:
 NEWS                         | 5 +----
 README.md                    | 4 +++-
 README.postgis               | 4 ++--
 Version.config               | 2 +-
 ci/winnie/build_postgis.sh   | 8 ++++----
 ci/winnie/package_postgis.sh | 6 +++---
 ci/winnie/regress_postgis.sh | 6 +++---
 7 files changed, 17 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list