From 4273564d1fe8846861da4c94343a0a9d99522b22c98d592ae3d624d56137b73a Mon Sep 17 00:00:00 2001 From: Bruno Friedmann Date: Mon, 24 Dec 2018 09:45:45 +0000 Subject: [PATCH 1/2] Accepting request 660934 from home:Guillaume_G:branches:Application:Geo2 - Update to 2.3.3: Bugfix See details https://trac.osgeo.org/gdal/wiki/Release/2.3.3-News OBS-URL: https://build.opensuse.org/request/show/660934 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=79 --- gdal-2.3.2.tar.xz | 3 --- gdal-2.3.3.tar.xz | 3 +++ gdal.changes | 6 ++++++ gdal.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 gdal-2.3.2.tar.xz create mode 100644 gdal-2.3.3.tar.xz diff --git a/gdal-2.3.2.tar.xz b/gdal-2.3.2.tar.xz deleted file mode 100644 index 61dac8a..0000000 --- a/gdal-2.3.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f6d78fe8807d1d6afb7bed27394f19467840a82bc36d65e66316fa0aa9d32a4 -size 8775760 diff --git a/gdal-2.3.3.tar.xz b/gdal-2.3.3.tar.xz new file mode 100644 index 0000000..575b5ab --- /dev/null +++ b/gdal-2.3.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3635e41766a648f945d235b922e3c5306e26a2ee5bbd730d2181e242f5f46fe +size 8782604 diff --git a/gdal.changes b/gdal.changes index 872992c..c1b76bc 100644 --- a/gdal.changes +++ b/gdal.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 24 09:17:43 UTC 2018 - Guillaume GARDET + +- Update to 2.3.3: Bugfix + See details https://trac.osgeo.org/gdal/wiki/Release/2.3.3-News + ------------------------------------------------------------------- Sat Sep 29 13:11:22 UTC 2018 - Bruno Friedmann diff --git a/gdal.spec b/gdal.spec index 5e68522..971a7b7 100644 --- a/gdal.spec +++ b/gdal.spec @@ -24,7 +24,7 @@ %bcond_with ecw5_support %bcond_with fgdb_support Name: gdal -Version: 2.3.2 +Version: 2.3.3 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 From 2bdf647cbf737524132e764cc66d747e90449a85d122163e720277645ba2d6da Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 24 Dec 2018 12:03:51 +0000 Subject: [PATCH 2/2] Accepting request 660945 from home:Guillaume_G:branches:Application:Geo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 2.4.0: * In a nutshell: - New GDAL drivers: ​BYN: read/write support for Natural Resources Canada's Geoid binary format ​EEDAI: read-only driver for Google Earth Engine Data API IGNFHeightASCIIGrid: read-only driver to read IGN-France height correction ASCII grids ​NGW: NextGIS Web read-only driver NTv1: read-only driver for NTv1 datum shift grids - New OGR drivers: ​EEDA: read-only driver for Google Earth Engine Data API ​GeoJSONSeq: read/creation support of new-line or record-separator separated GeoJSON features (#378) ​NGW: NextGIS Web read-write driver - Improved drivers: BAG: add read support for variable-resolution grids, and write support for single-resolution grids GTiff driver: add Lerc and WebP codecs PostgisRaster?: add support for out-db rasters RMF MSSQLSpatial - RFC 72: Make GDAL Python autotest suite use pytest framework - Add /vsihdfs/ virtual file system handler for Hadoop File System (via libhdfs) - Add /vsiwebhdfs/ read-write virtual file system for Web Hadoop File System REST API - gdal_contour rewriting: speed optimizations and capability to compute polygon isosurfaces. - Remove PHP and Ruby bindings. - Continued code linting in C++, Python scripts, Shell scripts and autotest * Backward compatibility issues - The value of COMPRESSION_ZSTD used for ZStd-in-TIFF compression has been changed. ZStd-compressed TIFF files produced by GDAL 2.3.0 will not be readable * Full changelog: https://trac.osgeo.org/gdal/wiki/Release/2.4.0-News - Add md5 checksum - Refresh patch: * gdal-perl.patch OBS-URL: https://build.opensuse.org/request/show/660945 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=80 --- gdal-2.3.3.tar.xz | 3 --- gdal-2.4.0.tar.xz | 3 +++ gdal-2.4.0.tar.xz.md5 | 1 + gdal-perl.patch | 24 +++++++++++++----------- gdal.changes | 35 +++++++++++++++++++++++++++++++++++ gdal.spec | 3 ++- 6 files changed, 54 insertions(+), 15 deletions(-) delete mode 100644 gdal-2.3.3.tar.xz create mode 100644 gdal-2.4.0.tar.xz create mode 100644 gdal-2.4.0.tar.xz.md5 diff --git a/gdal-2.3.3.tar.xz b/gdal-2.3.3.tar.xz deleted file mode 100644 index 575b5ab..0000000 --- a/gdal-2.3.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3635e41766a648f945d235b922e3c5306e26a2ee5bbd730d2181e242f5f46fe -size 8782604 diff --git a/gdal-2.4.0.tar.xz b/gdal-2.4.0.tar.xz new file mode 100644 index 0000000..36efc0a --- /dev/null +++ b/gdal-2.4.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3791dcc6d37e59f6efa86e2df2a55a4485237b0a48e330ae08949f0cdf00f27 +size 8874628 diff --git a/gdal-2.4.0.tar.xz.md5 b/gdal-2.4.0.tar.xz.md5 new file mode 100644 index 0000000..b328c3b --- /dev/null +++ b/gdal-2.4.0.tar.xz.md5 @@ -0,0 +1 @@ +794096364a50df4bc7c5b710d997b6b4 gdal-2.4.0.tar.xz diff --git a/gdal-perl.patch b/gdal-perl.patch index dc2e296..eb0447c 100644 --- a/gdal-perl.patch +++ b/gdal-perl.patch @@ -1,21 +1,23 @@ -diff -rup a/swig/perl/GNUmakefile b/swig/perl/GNUmakefile ---- 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 +diff -purN gdal-2.4.0.orig/swig/perl/GNUmakefile gdal-2.4.0/swig/perl/GNUmakefile +--- gdal-2.4.0.orig/swig/perl/GNUmakefile 2018-12-14 22:34:20.000000000 +0100 ++++ gdal-2.4.0/swig/perl/GNUmakefile 2018-12-21 17:37:59.897136465 +0100 +@@ -28,7 +28,7 @@ build: Makefile_Geo__GDAL + if [ -f Makefile_Geo__GNM ]; then $(MAKE) -f Makefile_Geo__GNM; fi - Makefile_Geo__GDAL: gdal_wrap.cc - perl Makefile.PL INSTALL_BASE=$(INST_PREFIX) + Makefile_Geo__GDAL: ${WRAPPERS} Makefile.PL +- 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 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 +diff -purN gdal-2.4.0.orig/swig/perl/Makefile gdal-2.4.0/swig/perl/Makefile +--- gdal-2.4.0.orig/swig/perl/Makefile 2018-12-14 22:34:20.000000000 +0100 ++++ gdal-2.4.0/swig/perl/Makefile 2018-12-21 17:37:45.553036952 +0100 +@@ -7,7 +7,7 @@ build: Makefile_Geo__GDAL + $(MAKE) -f Makefile_Geo__OSR 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 c1b76bc..64cd436 100644 --- a/gdal.changes +++ b/gdal.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Mon Dec 24 09:59:19 UTC 2018 - Guillaume GARDET + +- Update to 2.4.0: + * In a nutshell: + - New GDAL drivers: + ​BYN: read/write support for Natural Resources Canada's Geoid binary format + ​EEDAI: read-only driver for Google Earth Engine Data API + IGNFHeightASCIIGrid: read-only driver to read IGN-France height correction ASCII grids + ​NGW: NextGIS Web read-only driver + NTv1: read-only driver for NTv1 datum shift grids + - New OGR drivers: + ​EEDA: read-only driver for Google Earth Engine Data API + ​GeoJSONSeq: read/creation support of new-line or record-separator separated GeoJSON features (#378) + ​NGW: NextGIS Web read-write driver + - Improved drivers: + BAG: add read support for variable-resolution grids, and write support for single-resolution grids + GTiff driver: add Lerc and WebP codecs + PostgisRaster?: add support for out-db rasters + RMF + MSSQLSpatial + - RFC 72: Make GDAL Python autotest suite use pytest framework + - Add /vsihdfs/ virtual file system handler for Hadoop File System (via libhdfs) + - Add /vsiwebhdfs/ read-write virtual file system for Web Hadoop File System REST API + - gdal_contour rewriting: speed optimizations and capability to compute polygon isosurfaces. + - Remove PHP and Ruby bindings. + - Continued code linting in C++, Python scripts, Shell scripts and autotest + * Backward compatibility issues + - The value of COMPRESSION_ZSTD used for ZStd-in-TIFF compression has been changed. + ZStd-compressed TIFF files produced by GDAL 2.3.0 will not be readable + * Full changelog: https://trac.osgeo.org/gdal/wiki/Release/2.4.0-News +- Add md5 checksum +- Refresh patch: + * gdal-perl.patch + ------------------------------------------------------------------- Mon Dec 24 09:17:43 UTC 2018 - Guillaume GARDET diff --git a/gdal.spec b/gdal.spec index 971a7b7..b8a8af9 100644 --- a/gdal.spec +++ b/gdal.spec @@ -24,13 +24,14 @@ %bcond_with ecw5_support %bcond_with fgdb_support Name: gdal -Version: 2.3.3 +Version: 2.4.0 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 Group: Development/Libraries/C and C++ URL: http://www.gdal.org/ Source0: http://download.osgeo.org/%{name}/%{version}/%{sourcename}-%{version}.tar.xz +Source1: http://download.osgeo.org/%{name}/%{version}/%{sourcename}-%{version}.tar.xz.md5 Patch0: gdal-perl.patch # Fix occasional parallel build failure Patch1: GDALmake.opt.in.patch