Hello community, here is the log from the commit of package gdal for openSUSE:Factory checked in at 2018-12-27 00:30:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gdal (Old) and /work/SRC/openSUSE:Factory/.gdal.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gdal" Thu Dec 27 00:30:07 2018 rev:35 rq:661242 version:2.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gdal/gdal.changes 2018-10-01 09:08:44.363721930 +0200 +++ /work/SRC/openSUSE:Factory/.gdal.new.28833/gdal.changes 2018-12-27 00:30:08.875625890 +0100 @@ -1,0 +2,41 @@ +Mon Dec 24 09:59:19 UTC 2018 - Guillaume GARDET <[email protected]> + +- 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 <[email protected]> + +- Update to 2.3.3: Bugfix + See details https://trac.osgeo.org/gdal/wiki/Release/2.3.3-News + +------------------------------------------------------------------- Old: ---- gdal-2.3.2.tar.xz New: ---- gdal-2.4.0.tar.xz gdal-2.4.0.tar.xz.md5 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdal.spec ++++++ --- /var/tmp/diff_new_pack.B8Kf1k/_old 2018-12-27 00:30:09.919625034 +0100 +++ /var/tmp/diff_new_pack.B8Kf1k/_new 2018-12-27 00:30:09.919625034 +0100 @@ -24,13 +24,14 @@ %bcond_with ecw5_support %bcond_with fgdb_support Name: gdal -Version: 2.3.2 +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 ++++++ gdal-2.3.2.tar.xz -> gdal-2.4.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/gdal/gdal-2.3.2.tar.xz /work/SRC/openSUSE:Factory/.gdal.new.28833/gdal-2.4.0.tar.xz differ: char 25, line 1 ++++++ gdal-2.4.0.tar.xz.md5 ++++++ 794096364a50df4bc7c5b710d997b6b4 gdal-2.4.0.tar.xz ++++++ gdal-perl.patch ++++++ --- /var/tmp/diff_new_pack.B8Kf1k/_old 2018-12-27 00:30:09.959625001 +0100 +++ /var/tmp/diff_new_pack.B8Kf1k/_new 2018-12-27 00:30:09.959625001 +0100 @@ -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
