diff --git a/GNUmakefile b/GNUmakefile index e3ee3e3..2af6c59 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -10,7 +10,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -GDAL_VERSION=2.1.1 +GDAL_VERSION=2.1.2 GDAL_ARTIFACT=gdal-$(GDAL_VERSION).tar.gz GDAL_HOME=http://download.osgeo.org/gdal GDAL_URL=$(GDAL_HOME)/$(GDAL_VERSION)/$(GDAL_ARTIFACT) diff --git a/deploy/gibs-gdal/gibs-gdal.spec b/deploy/gibs-gdal/gibs-gdal.spec index 1d67243..2190410 100644 --- a/deploy/gibs-gdal/gibs-gdal.spec +++ b/deploy/gibs-gdal/gibs-gdal.spec @@ -1,7 +1,7 @@ -%global gdal_version 2.1.1 -%global gdal_release 3%{?dist} -%global mrf_version 1.1.0 -%global mrf_release 3%{?dist} +%global gdal_version 2.1.2 +%global gdal_release 1%{?dist} +%global mrf_version 1.1.1 +%global mrf_release 1%{?dist} Name: gibs-gdal Version: %{gdal_version} @@ -132,6 +132,9 @@ python setup.py install %changelog +* Wed Dec 21 2016 Joe T. Roberts - 2.1.2-1 +- New upstream GDAL version + * Fri Sep 2 2016 Joe T. Roberts - 2.1.1-1 - Transition to GDAL version 2