From e619bec7c2eaeb2816ad3df700a4fc014366d108ba3173c3e82931a60aff0cca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 9 Jul 2018 08:50:30 +0000 Subject: [PATCH] Accepting request 621337 from home:bruno_friedmann:branches:Application:Geo - Upgrade to new bugfix 2.3.1 version See details https://trac.osgeo.org/gdal/wiki/Release/2.3.0-News + Fix build with recent Poppler (0.64) (#573) + PDF driver: fix build against PDFium (#612) + Do not use json-c private API RDA and AmigoCloud? drivers(#618) + fix build against MySQL 8.0 + Include gdalsse_priv.h from user defined paths + Unix: - update GRASS drivers to support GRASS 7.4.0 (#633) - configure: use CXXFLAGS when CXX is used (#693) - Packaging : redone patches against new version + gdal-perl.patch OBS-URL: https://build.opensuse.org/request/show/621337 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=67 --- gdal-2.3.0.tar.xz | 3 --- gdal-2.3.1.tar.xz | 3 +++ gdal-perl.patch | 20 +++++++++----------- gdal.changes | 16 ++++++++++++++++ gdal.spec | 2 +- 5 files changed, 29 insertions(+), 15 deletions(-) delete mode 100644 gdal-2.3.0.tar.xz create mode 100644 gdal-2.3.1.tar.xz diff --git a/gdal-2.3.0.tar.xz b/gdal-2.3.0.tar.xz deleted file mode 100644 index 92d6cba..0000000 --- a/gdal-2.3.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f75e49aa30de140525ccb58688667efe3a2d770576feb7fbc91023b7f552aa2 -size 8760248 diff --git a/gdal-2.3.1.tar.xz b/gdal-2.3.1.tar.xz new file mode 100644 index 0000000..f53d62b --- /dev/null +++ b/gdal-2.3.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4625c45a3ee7e49a604ef221778983dd9fd8104922a87f20b99d9bedb7725a +size 8768888 diff --git a/gdal-perl.patch b/gdal-perl.patch index f9da4fc..dc2e296 100644 --- a/gdal-perl.patch +++ b/gdal-perl.patch @@ -1,23 +1,21 @@ diff -rup a/swig/perl/GNUmakefile b/swig/perl/GNUmakefile ---- a/swig/perl/GNUmakefile 2017-04-28 18:07:38.000000000 +0200 -+++ b/swig/perl/GNUmakefile 2017-05-19 21:09:04.906101672 +0200 -@@ -30,7 +30,7 @@ build: gdal_wrap.cc Makefile_Geo__GDAL - gdal_wrap.cc: generate +--- a/swig/perl/GNUmakefile 2018-06-23 17:05:47.000000000 +0200 ++++ b/swig/perl/GNUmakefile 2018-07-05 14:42:01.858099024 +0200 +@@ -31,6 +31,7 @@ gdal_wrap.cc: generate - Makefile_Geo__GDAL: -- perl Makefile.PL INSTALL_BASE=$(INST_PREFIX) + Makefile_Geo__GDAL: gdal_wrap.cc + perl Makefile.PL INSTALL_BASE=$(INST_PREFIX) + perl Makefile.PL INSTALLDIRS=vendor test: build $(MAKE) -f Makefile_Geo__GDAL test diff -rup a/swig/perl/Makefile b/swig/perl/Makefile ---- a/swig/perl/Makefile 2017-04-28 18:07:38.000000000 +0200 -+++ b/swig/perl/Makefile 2017-05-19 21:09:20.618146109 +0200 -@@ -7,7 +7,7 @@ build: Makefile_Geo__GDAL - $(MAKE) -f Makefile_Geo__OSR +--- a/swig/perl/Makefile 2018-06-23 17:05:47.000000000 +0200 ++++ b/swig/perl/Makefile 2018-07-05 14:42:41.822293920 +0200 +@@ -8,6 +8,7 @@ build: Makefile_Geo__GDAL Makefile_Geo__GDAL: -- perl Makefile.PL INSTALL_BASE=$(INST_PREFIX) + perl Makefile.PL INSTALL_BASE=$(INST_PREFIX) + perl Makefile.PL INSTALLDIRS=vendor test: build diff --git a/gdal.changes b/gdal.changes index 5bd552c..bc1d84a 100644 --- a/gdal.changes +++ b/gdal.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Jul 6 11:20:45 UTC 2018 - bruno@ioda-net.ch + +- Upgrade to new bugfix 2.3.1 version + See details https://trac.osgeo.org/gdal/wiki/Release/2.3.0-News + + Fix build with recent Poppler (0.64) (#573) + + PDF driver: fix build against PDFium (#612) + + Do not use json-c private API RDA and AmigoCloud? drivers(#618) + + fix build against MySQL 8.0 + + Include gdalsse_priv.h from user defined paths + + Unix: + - update GRASS drivers to support GRASS 7.4.0 (#633) + - configure: use CXXFLAGS when CXX is used (#693) +- Packaging : redone patches against new version + + gdal-perl.patch + ------------------------------------------------------------------- Thu Jun 14 08:36:31 UTC 2018 - guillaume.gardet@opensuse.org diff --git a/gdal.spec b/gdal.spec index 1229559..41d55c3 100644 --- a/gdal.spec +++ b/gdal.spec @@ -24,7 +24,7 @@ %bcond_with ecw5_support %bcond_with fgdb_support Name: gdal -Version: 2.3.0 +Version: 2.3.1 Release: 0 Summary: GDAL/OGR - a translator library for raster and vector geospatial data formats License: MIT AND BSD-3-Clause AND SUSE-Public-Domain