gdal/gdal.changes

1470 lines
57 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Thu Apr 4 19:22:17 UTC 2024 - Bruno Friedmann <bruno@ioda-net.ch>
- update to bugfix release 3.8.5 (last of 3.8 series)
https://github.com/OSGeo/gdal/blob/v3.8.5/NEWS.md
-------------------------------------------------------------------
Mon Feb 26 07:34:21 UTC 2024 - Bruno Friedmann <bruno@ioda-net.ch>
- update to bugfix release 3.8.4
https://github.com/OSGeo/gdal/blob/v3.8.4/NEWS.md
-------------------------------------------------------------------
Tue Jan 9 16:54:16 UTC 2024 - Bruno Friedmann <bruno@ioda-net.ch>
- update to bugfix release 3.8.3
https://github.com/OSGeo/gdal/blob/v3.8.3/NEWS.md
- Update copyright year
-------------------------------------------------------------------
Wed Dec 20 19:33:45 UTC 2023 - Bruno Friedmann <bruno@ioda-net.ch>
- update to bugfix release 3.8.2
* Full list of changes in
https://github.com/OSGeo/gdal/blob/v3.8.2/NEWS.md
-------------------------------------------------------------------
Tue Dec 5 09:35:33 UTC 2023 - Bruno Friedmann <bruno@ioda-net.ch>
- update to bugfix release 3.8.1
* Full list of changes in
https://github.com/OSGeo/gdal/blob/v3.8.1/NEWS.md
- update to version 3.8.0
* Full list of changes in
https://github.com/OSGeo/gdal/blob/v3.8.0/NEWS.md
-------------------------------------------------------------------
Sun Nov 19 10:37:35 UTC 2023 - Bruno Friedmann <bruno@ioda-net.ch>
- update to bugfix release version 3.7.3
see https://github.com/OSGeo/gdal/blob/v3.7.3/NEWS.md
-------------------------------------------------------------------
Sun Oct 1 08:28:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.7.2:
* GDAL 3.7.2 is a bugfix release.
* /vsiaz/: fix cached URL names when listing /vsiaz/
* /vsiaz/: add options to pass object_id/client_id/msi_res_id
in IMDS
* authentication requests (AZURE_IMDS_OBJECT_ID,
AZURE_IMDS_CLIENT_ID,
* AZURE_IMDS_MSI_RES_ID)
* /vsiaz/: implement Azure Active Directory Workload Identity
authentication,
* typically for Azure Kubernetes
* ### Core
* TileMatrixSet::parse(): add support for OGC 2D Tile Matrix
Set v2 (#6882)
* Warper: do not modify bounds when doing
geographic->geographic on a dataset
* with world extent but not in [-180,180] (#8194)
* RMS resampling: avoid potential integer overflow with UInt16
values
* GDALChecksumImage(): fix 3.6.0 regression regarding integer
overflow on
* images with more than 2 billion pixels (#8254)
* gdalinfo -json output: emit a stac['proj:epsg'] = null object
when emitting
* proj:wkt2 or proj:projjson (#8137)
* gdalmdimtranslate: fix wrong output dimension size when using
syntax like
* '-array name=XXX,view=[::factor_gt_1]'
* gdal2tiles: fix exception with dataset in EPSG:4326 with
longitudes > 180 in
* WebMercator profile (#8100)
* gdal_retile.py: allow gaps in input files larger than grid
size (#8260)
* GeoPackage driver:
* GDALGeoPackageRasterBand::GetMetadata(): fix use after free
* fix missing GRID_CELL_ENCODING metadata item when there is
other metadata
* remove .aux.xml file in Delete()
* GTiff driver:
* fix reading .tif + .tif.aux.xml file with xml:ESRI SourceGCPs
without
* TIFFTAG_RESOLUTIONUNIT (#8083)
* HDF5 driver:
* more efficient metadata collection (no functional change)
* deal with int64/uint64 attributes
* remove trailing space in multi-valued metadata items
* remove dataset name prefix in band level metadata
* address Planet's datacube band-specific metadata
* NITF driver:
* fix MIN/MAX_LONG/LAT when reading RPC00B
* add support for CSCSDB (Common Sensor Covariance Support
Data) DES from
* GLAS/GFM SDEs
* nitf_spec.xml: corrections to CSEXRB TRE
* OGCAPI driver:
* make it work when the media type of links (expected to be
application/json)
* is missing, using Accept content negotiation (#7970)
* do not try to use the 'uri' member of a tilematrixset
definition document
* reproject bounding box from CRS84 to tile matrix set CRS
* skip too small overview levels
* remove erroneous taking into account of tilematrixset limits
* STACIT driver:
* correctly process asset 'href' starting with 'file://'
(#8135)
* make it tolerant to missing proj:epsg if proj:wkt2 or
proj:projjson are
* provided (#8137)
* apply vsis3 protocol to s3:// items
* WEBP driver:
* fix build against libwebp < 0.4.0 (#8111)
* Zarr driver:
* Zarr V2: fix duplicate array listing when both a 'foo' file
and 'foo/'
* directory exist on the object storage (#8192)
-------------------------------------------------------------------
Mon Sep 25 09:20:37 UTC 2023 - Dirk Stoecker <opensuse@dstoecker.de>
- Add Conflicts entry between drivers package and old library version
-------------------------------------------------------------------
Thu Sep 14 07:53:45 UTC 2023 - Dirk Stoecker <opensuse@dstoecker.de>
- Seperate drivers.ini from the library package
Accepting request 1108396 from home:bruno_friedmann:branches:Application:Geo Please review carefully the new requirements. The bundled zlib has specific patches and entries for gdal. I don't want to touch this critical component. - update to bugfix release version 3.7.1 * see https://github.com/OSGeo/gdal/blob/v3.7.1/NEWS.md - update to feature release version 3.7.0 + see https://github.com/OSGeo/gdal/blob/v3.7.0/NEWS.md - packaging: * add new buildrequire pkgconfig(libarchive) for new /vsi7z/ and /vsirar/ virtual file systems * handle new delivered files data/gfs.xsd: XML schema for .gfs files (#6655) data/gml_registry.xsd: new file with XML schema of gml_registry.xml (#6716) data/ogrinfo_output.json.schema: validate ogrinfo -json output data/gdalinfo_output.schema.json: validate gdalinfo -json output (fixes #6850) data/grib2_table_4_2_0_21.csv data/grib2_table_4_2_2_6.csv bin/sozip * spec-cleaner * remove limitation for python < 3.11 as Factory has 3.11.4 old: Application:Geo/gdal new: home:bruno_friedmann:branches:Application:Geo/gdal rev None Index: gdal.changes =================================================================== --- gdal.changes (revision 168) +++ gdal.changes (revision 3) @@ -1,7 +1,30 @@ ------------------------------------------------------------------- +Mon Aug 21 19:11:24 UTC 2023 - Bruno Friedmann <bruno@ioda-net.ch> + +- update to bugfix release version 3.7.1 + * see https://github.com/OSGeo/gdal/blob/v3.7.1/NEWS.md +- update to feature release version 3.7.0 + + see https://github.com/OSGeo/gdal/blob/v3.7.0/NEWS.md +- packaging: + * add new buildrequire pkgconfig(libarchive) + for new /vsi7z/ and /vsirar/ virtual file systems + * handle new delivered files + data/gfs.xsd: XML schema for .gfs files (#6655) + data/gml_registry.xsd: new file with XML schema of + gml_registry.xml (#6716) + data/ogrinfo_output.json.schema: validate ogrinfo -json output + data/gdalinfo_output.schema.json: validate gdalinfo -json + output (fixes #6850) + data/grib2_table_4_2_0_21.csv + data/grib2_table_4_2_2_6.csv + bin/sozip + * spec-cleaner + * remove limitation for python < 3.11 as Factory has 3.11.4 + +------------------------------------------------------------------- Fri May 26 12:18:37 UTC 2023 - Boris Manojlovic <boris@steki.net> -- add required development rpms +- add required development rpms ------------------------------------------------------------------- Fri Mar 17 16:37:12 UTC 2023 - Dirk Müller <dmueller@suse.com> @@ -20,20 +43,20 @@ Thu Dec 15 16:17:22 UTC 2022 - Bruno Friedmann <bruno@ioda-net.ch> - Update to bugfix 3.6.1 (critical) - Important: GDAL 3.6.1 officially retracts GDAL 3.6.0 + Important: GDAL 3.6.1 officially retracts GDAL 3.6.0 which cause corruption of the spatial index of GeoPackage files - it created (in tables with 100 000 features or more): cf - https://github.com/qgis/QGIS/issues/51188 and - https://github.com/OSGeo/gdal/pull/6911. - GDAL 3.6.1 fixes that issue. + it created (in tables with 100 000 features or more): cf + https://github.com/qgis/QGIS/issues/51188 and + https://github.com/OSGeo/gdal/pull/6911. + GDAL 3.6.1 fixes that issue. Setting OGR_GPKG_ALLOW_THREADED_RTREE=NO environment variable (at generation time) also works around the issue with GDAL 3.6.0. - Users who have generated corrupted GeoPackage files with 3.6.0 - can regnerate them with 3.6.1 with: - "ogr2ogr out_ok.gpkg in_corrupted.gpkg" + Users who have generated corrupted GeoPackage files with 3.6.0 + can regnerate them with 3.6.1 with: + "ogr2ogr out_ok.gpkg in_corrupted.gpkg" (assuming a GeoPackage file with vector content only) Consult the release notes for the list of issues addressed : - https://github.com/OSGeo/gdal/blob/v3.6.1/NEWS.md + https://github.com/OSGeo/gdal/blob/v3.6.1/NEWS.md ------------------------------------------------------------------- Sat Nov 26 19:19:19 UTC 2022 - Bruno Friedmann <bruno@ioda-net.ch> Index: gdal.spec =================================================================== --- gdal.spec (revision 168) +++ gdal.spec (revision 3) @@ -16,7 +16,7 @@ # -%define soversion 32 +%define soversion 33 %define sourcename gdal # Uppercase GDAL is the canonical name for this package in Python %define pypi_package_name GDAL @@ -31,7 +31,7 @@ %bcond_with deflate_support %bcond_with tests_support Name: gdal -Version: 3.6.3 +Version: 3.7.1 Release: 0 Summary: GDAL/OGR - a translator library for raster and vector geospatial data formats License: BSD-3-Clause AND MIT AND SUSE-Public-Domain @@ -64,6 +64,8 @@ BuildRequires: mysql-devel BuildRequires: pcre2-devel BuildRequires: pkgconfig +BuildRequires: python3-base +BuildRequires: python3-devel BuildRequires: python3-numpy-devel BuildRequires: python3-setuptools %if 0%{?sle_version} == 150300 && 0%{?is_opensuse} @@ -89,6 +91,7 @@ BuildRequires: pkgconfig(freexl) BuildRequires: pkgconfig(json) BuildRequires: pkgconfig(json-c) +BuildRequires: pkgconfig(libarchive) BuildRequires: pkgconfig(libgeotiff) >= 1.2.1 BuildRequires: pkgconfig(libjpeg) BuildRequires: pkgconfig(liblz4) @@ -195,7 +198,8 @@ # Prepare tests tar -xf %{S:2} # Delete bundled libraries -rm -rv frmts/zlib +# keep zlib due to missing frmts/zlib/contrib/infback9 in our package +# rm -rv frmts/zlib rm -rv frmts/png/libpng rm -rv frmts/gif/giflib rm -rv frmts/jpeg/libjpeg @@ -363,6 +367,7 @@ %{_bindir}/ogrinfo %{_bindir}/ogrlineref %{_bindir}/ogrtindex +%{_bindir}/sozip %{_datadir}/gdal %{_mandir}/man1/gdal_contour.1%{?ext_man} %{_mandir}/man1/gdal_create.1%{?ext_man} @@ -388,6 +393,7 @@ %{_mandir}/man1/ogrinfo.1%{?ext_man} %{_mandir}/man1/ogrlineref.1%{?ext_man} %{_mandir}/man1/ogrtindex.1%{?ext_man} +%{_mandir}/man1/sozip.1%{?ext_man} # 20201104 We keep all binaries in gdal and requires python3-GDAL %{_bindir}/gdalattachpct.py %{_bindir}/gdal2tiles.py Index: gdal-3.7.1.tar.xz =================================================================== Binary file gdal-3.7.1.tar.xz (revision 3) added Index: gdal-3.7.1.tar.xz.md5 =================================================================== --- gdal-3.7.1.tar.xz.md5 (added) +++ gdal-3.7.1.tar.xz.md5 (revision 3) @@ -0,0 +1,1 @@ +9f94939c0efca2ca3eafd8cd3255a0f0 gdal-3.7.1.tar.xz Index: gdalautotest-3.7.1.tar.gz =================================================================== Binary file gdalautotest-3.7.1.tar.gz (revision 3) added Index: gdal-3.6.3.tar.xz =================================================================== Binary file gdal-3.6.3.tar.xz (revision 168) deleted Index: gdal-3.6.3.tar.xz.md5 =================================================================== --- gdal-3.6.3.tar.xz.md5 (revision 168) +++ gdal-3.6.3.tar.xz.md5 (deleted) @@ -1,1 +0,0 @@ -a6ccbcd5c90bf18dc1bf9b726583c505 gdal-3.6.3.tar.xz Index: gdalautotest-3.6.3.tar.gz =================================================================== Binary file gdalautotest-3.6.3.tar.gz (revision 168) deleted OBS-URL: https://build.opensuse.org/request/show/1108396 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=169
2023-09-11 20:17:23 +02:00
-------------------------------------------------------------------
Mon Aug 21 19:11:24 UTC 2023 - Bruno Friedmann <bruno@ioda-net.ch>
- update to bugfix release version 3.7.1
* see https://github.com/OSGeo/gdal/blob/v3.7.1/NEWS.md
- update to feature release version 3.7.0
+ see https://github.com/OSGeo/gdal/blob/v3.7.0/NEWS.md
- packaging:
* add new buildrequire pkgconfig(libarchive)
for new /vsi7z/ and /vsirar/ virtual file systems
* handle new delivered files
data/gfs.xsd: XML schema for .gfs files (#6655)
data/gml_registry.xsd: new file with XML schema of
gml_registry.xml (#6716)
data/ogrinfo_output.json.schema: validate ogrinfo -json output
data/gdalinfo_output.schema.json: validate gdalinfo -json
output (fixes #6850)
data/grib2_table_4_2_0_21.csv
data/grib2_table_4_2_2_6.csv
bin/sozip
* spec-cleaner
* remove limitation for python < 3.11 as Factory has 3.11.4
-------------------------------------------------------------------
Fri May 26 12:18:37 UTC 2023 - Boris Manojlovic <boris@steki.net>
Accepting request 1108396 from home:bruno_friedmann:branches:Application:Geo Please review carefully the new requirements. The bundled zlib has specific patches and entries for gdal. I don't want to touch this critical component. - update to bugfix release version 3.7.1 * see https://github.com/OSGeo/gdal/blob/v3.7.1/NEWS.md - update to feature release version 3.7.0 + see https://github.com/OSGeo/gdal/blob/v3.7.0/NEWS.md - packaging: * add new buildrequire pkgconfig(libarchive) for new /vsi7z/ and /vsirar/ virtual file systems * handle new delivered files data/gfs.xsd: XML schema for .gfs files (#6655) data/gml_registry.xsd: new file with XML schema of gml_registry.xml (#6716) data/ogrinfo_output.json.schema: validate ogrinfo -json output data/gdalinfo_output.schema.json: validate gdalinfo -json output (fixes #6850) data/grib2_table_4_2_0_21.csv data/grib2_table_4_2_2_6.csv bin/sozip * spec-cleaner * remove limitation for python < 3.11 as Factory has 3.11.4 old: Application:Geo/gdal new: home:bruno_friedmann:branches:Application:Geo/gdal rev None Index: gdal.changes =================================================================== --- gdal.changes (revision 168) +++ gdal.changes (revision 3) @@ -1,7 +1,30 @@ ------------------------------------------------------------------- +Mon Aug 21 19:11:24 UTC 2023 - Bruno Friedmann <bruno@ioda-net.ch> + +- update to bugfix release version 3.7.1 + * see https://github.com/OSGeo/gdal/blob/v3.7.1/NEWS.md +- update to feature release version 3.7.0 + + see https://github.com/OSGeo/gdal/blob/v3.7.0/NEWS.md +- packaging: + * add new buildrequire pkgconfig(libarchive) + for new /vsi7z/ and /vsirar/ virtual file systems + * handle new delivered files + data/gfs.xsd: XML schema for .gfs files (#6655) + data/gml_registry.xsd: new file with XML schema of + gml_registry.xml (#6716) + data/ogrinfo_output.json.schema: validate ogrinfo -json output + data/gdalinfo_output.schema.json: validate gdalinfo -json + output (fixes #6850) + data/grib2_table_4_2_0_21.csv + data/grib2_table_4_2_2_6.csv + bin/sozip + * spec-cleaner + * remove limitation for python < 3.11 as Factory has 3.11.4 + +------------------------------------------------------------------- Fri May 26 12:18:37 UTC 2023 - Boris Manojlovic <boris@steki.net> -- add required development rpms +- add required development rpms ------------------------------------------------------------------- Fri Mar 17 16:37:12 UTC 2023 - Dirk Müller <dmueller@suse.com> @@ -20,20 +43,20 @@ Thu Dec 15 16:17:22 UTC 2022 - Bruno Friedmann <bruno@ioda-net.ch> - Update to bugfix 3.6.1 (critical) - Important: GDAL 3.6.1 officially retracts GDAL 3.6.0 + Important: GDAL 3.6.1 officially retracts GDAL 3.6.0 which cause corruption of the spatial index of GeoPackage files - it created (in tables with 100 000 features or more): cf - https://github.com/qgis/QGIS/issues/51188 and - https://github.com/OSGeo/gdal/pull/6911. - GDAL 3.6.1 fixes that issue. + it created (in tables with 100 000 features or more): cf + https://github.com/qgis/QGIS/issues/51188 and + https://github.com/OSGeo/gdal/pull/6911. + GDAL 3.6.1 fixes that issue. Setting OGR_GPKG_ALLOW_THREADED_RTREE=NO environment variable (at generation time) also works around the issue with GDAL 3.6.0. - Users who have generated corrupted GeoPackage files with 3.6.0 - can regnerate them with 3.6.1 with: - "ogr2ogr out_ok.gpkg in_corrupted.gpkg" + Users who have generated corrupted GeoPackage files with 3.6.0 + can regnerate them with 3.6.1 with: + "ogr2ogr out_ok.gpkg in_corrupted.gpkg" (assuming a GeoPackage file with vector content only) Consult the release notes for the list of issues addressed : - https://github.com/OSGeo/gdal/blob/v3.6.1/NEWS.md + https://github.com/OSGeo/gdal/blob/v3.6.1/NEWS.md ------------------------------------------------------------------- Sat Nov 26 19:19:19 UTC 2022 - Bruno Friedmann <bruno@ioda-net.ch> Index: gdal.spec =================================================================== --- gdal.spec (revision 168) +++ gdal.spec (revision 3) @@ -16,7 +16,7 @@ # -%define soversion 32 +%define soversion 33 %define sourcename gdal # Uppercase GDAL is the canonical name for this package in Python %define pypi_package_name GDAL @@ -31,7 +31,7 @@ %bcond_with deflate_support %bcond_with tests_support Name: gdal -Version: 3.6.3 +Version: 3.7.1 Release: 0 Summary: GDAL/OGR - a translator library for raster and vector geospatial data formats License: BSD-3-Clause AND MIT AND SUSE-Public-Domain @@ -64,6 +64,8 @@ BuildRequires: mysql-devel BuildRequires: pcre2-devel BuildRequires: pkgconfig +BuildRequires: python3-base +BuildRequires: python3-devel BuildRequires: python3-numpy-devel BuildRequires: python3-setuptools %if 0%{?sle_version} == 150300 && 0%{?is_opensuse} @@ -89,6 +91,7 @@ BuildRequires: pkgconfig(freexl) BuildRequires: pkgconfig(json) BuildRequires: pkgconfig(json-c) +BuildRequires: pkgconfig(libarchive) BuildRequires: pkgconfig(libgeotiff) >= 1.2.1 BuildRequires: pkgconfig(libjpeg) BuildRequires: pkgconfig(liblz4) @@ -195,7 +198,8 @@ # Prepare tests tar -xf %{S:2} # Delete bundled libraries -rm -rv frmts/zlib +# keep zlib due to missing frmts/zlib/contrib/infback9 in our package +# rm -rv frmts/zlib rm -rv frmts/png/libpng rm -rv frmts/gif/giflib rm -rv frmts/jpeg/libjpeg @@ -363,6 +367,7 @@ %{_bindir}/ogrinfo %{_bindir}/ogrlineref %{_bindir}/ogrtindex +%{_bindir}/sozip %{_datadir}/gdal %{_mandir}/man1/gdal_contour.1%{?ext_man} %{_mandir}/man1/gdal_create.1%{?ext_man} @@ -388,6 +393,7 @@ %{_mandir}/man1/ogrinfo.1%{?ext_man} %{_mandir}/man1/ogrlineref.1%{?ext_man} %{_mandir}/man1/ogrtindex.1%{?ext_man} +%{_mandir}/man1/sozip.1%{?ext_man} # 20201104 We keep all binaries in gdal and requires python3-GDAL %{_bindir}/gdalattachpct.py %{_bindir}/gdal2tiles.py Index: gdal-3.7.1.tar.xz =================================================================== Binary file gdal-3.7.1.tar.xz (revision 3) added Index: gdal-3.7.1.tar.xz.md5 =================================================================== --- gdal-3.7.1.tar.xz.md5 (added) +++ gdal-3.7.1.tar.xz.md5 (revision 3) @@ -0,0 +1,1 @@ +9f94939c0efca2ca3eafd8cd3255a0f0 gdal-3.7.1.tar.xz Index: gdalautotest-3.7.1.tar.gz =================================================================== Binary file gdalautotest-3.7.1.tar.gz (revision 3) added Index: gdal-3.6.3.tar.xz =================================================================== Binary file gdal-3.6.3.tar.xz (revision 168) deleted Index: gdal-3.6.3.tar.xz.md5 =================================================================== --- gdal-3.6.3.tar.xz.md5 (revision 168) +++ gdal-3.6.3.tar.xz.md5 (deleted) @@ -1,1 +0,0 @@ -a6ccbcd5c90bf18dc1bf9b726583c505 gdal-3.6.3.tar.xz Index: gdalautotest-3.6.3.tar.gz =================================================================== Binary file gdalautotest-3.6.3.tar.gz (revision 168) deleted OBS-URL: https://build.opensuse.org/request/show/1108396 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=169
2023-09-11 20:17:23 +02:00
- add required development rpms
-------------------------------------------------------------------
Fri Mar 17 16:37:12 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.6.3:
* bugfixes
* see https://github.com/OSGeo/gdal/blob/v3.6.3/NEWS.md
-------------------------------------------------------------------
Sun Jan 8 20:46:55 UTC 2023 - Matthias Eliasson <elimat@opensuse.org>
- Update to version 3.6.2 bugfix release
See changelog https://github.com/OSGeo/gdal/blob/v3.6.2/gdal/NEWS.md
-------------------------------------------------------------------
Thu Dec 15 16:17:22 UTC 2022 - Bruno Friedmann <bruno@ioda-net.ch>
- Update to bugfix 3.6.1 (critical)
Accepting request 1108396 from home:bruno_friedmann:branches:Application:Geo Please review carefully the new requirements. The bundled zlib has specific patches and entries for gdal. I don't want to touch this critical component. - update to bugfix release version 3.7.1 * see https://github.com/OSGeo/gdal/blob/v3.7.1/NEWS.md - update to feature release version 3.7.0 + see https://github.com/OSGeo/gdal/blob/v3.7.0/NEWS.md - packaging: * add new buildrequire pkgconfig(libarchive) for new /vsi7z/ and /vsirar/ virtual file systems * handle new delivered files data/gfs.xsd: XML schema for .gfs files (#6655) data/gml_registry.xsd: new file with XML schema of gml_registry.xml (#6716) data/ogrinfo_output.json.schema: validate ogrinfo -json output data/gdalinfo_output.schema.json: validate gdalinfo -json output (fixes #6850) data/grib2_table_4_2_0_21.csv data/grib2_table_4_2_2_6.csv bin/sozip * spec-cleaner * remove limitation for python < 3.11 as Factory has 3.11.4 old: Application:Geo/gdal new: home:bruno_friedmann:branches:Application:Geo/gdal rev None Index: gdal.changes =================================================================== --- gdal.changes (revision 168) +++ gdal.changes (revision 3) @@ -1,7 +1,30 @@ ------------------------------------------------------------------- +Mon Aug 21 19:11:24 UTC 2023 - Bruno Friedmann <bruno@ioda-net.ch> + +- update to bugfix release version 3.7.1 + * see https://github.com/OSGeo/gdal/blob/v3.7.1/NEWS.md +- update to feature release version 3.7.0 + + see https://github.com/OSGeo/gdal/blob/v3.7.0/NEWS.md +- packaging: + * add new buildrequire pkgconfig(libarchive) + for new /vsi7z/ and /vsirar/ virtual file systems + * handle new delivered files + data/gfs.xsd: XML schema for .gfs files (#6655) + data/gml_registry.xsd: new file with XML schema of + gml_registry.xml (#6716) + data/ogrinfo_output.json.schema: validate ogrinfo -json output + data/gdalinfo_output.schema.json: validate gdalinfo -json + output (fixes #6850) + data/grib2_table_4_2_0_21.csv + data/grib2_table_4_2_2_6.csv + bin/sozip + * spec-cleaner + * remove limitation for python < 3.11 as Factory has 3.11.4 + +------------------------------------------------------------------- Fri May 26 12:18:37 UTC 2023 - Boris Manojlovic <boris@steki.net> -- add required development rpms +- add required development rpms ------------------------------------------------------------------- Fri Mar 17 16:37:12 UTC 2023 - Dirk Müller <dmueller@suse.com> @@ -20,20 +43,20 @@ Thu Dec 15 16:17:22 UTC 2022 - Bruno Friedmann <bruno@ioda-net.ch> - Update to bugfix 3.6.1 (critical) - Important: GDAL 3.6.1 officially retracts GDAL 3.6.0 + Important: GDAL 3.6.1 officially retracts GDAL 3.6.0 which cause corruption of the spatial index of GeoPackage files - it created (in tables with 100 000 features or more): cf - https://github.com/qgis/QGIS/issues/51188 and - https://github.com/OSGeo/gdal/pull/6911. - GDAL 3.6.1 fixes that issue. + it created (in tables with 100 000 features or more): cf + https://github.com/qgis/QGIS/issues/51188 and + https://github.com/OSGeo/gdal/pull/6911. + GDAL 3.6.1 fixes that issue. Setting OGR_GPKG_ALLOW_THREADED_RTREE=NO environment variable (at generation time) also works around the issue with GDAL 3.6.0. - Users who have generated corrupted GeoPackage files with 3.6.0 - can regnerate them with 3.6.1 with: - "ogr2ogr out_ok.gpkg in_corrupted.gpkg" + Users who have generated corrupted GeoPackage files with 3.6.0 + can regnerate them with 3.6.1 with: + "ogr2ogr out_ok.gpkg in_corrupted.gpkg" (assuming a GeoPackage file with vector content only) Consult the release notes for the list of issues addressed : - https://github.com/OSGeo/gdal/blob/v3.6.1/NEWS.md + https://github.com/OSGeo/gdal/blob/v3.6.1/NEWS.md ------------------------------------------------------------------- Sat Nov 26 19:19:19 UTC 2022 - Bruno Friedmann <bruno@ioda-net.ch> Index: gdal.spec =================================================================== --- gdal.spec (revision 168) +++ gdal.spec (revision 3) @@ -16,7 +16,7 @@ # -%define soversion 32 +%define soversion 33 %define sourcename gdal # Uppercase GDAL is the canonical name for this package in Python %define pypi_package_name GDAL @@ -31,7 +31,7 @@ %bcond_with deflate_support %bcond_with tests_support Name: gdal -Version: 3.6.3 +Version: 3.7.1 Release: 0 Summary: GDAL/OGR - a translator library for raster and vector geospatial data formats License: BSD-3-Clause AND MIT AND SUSE-Public-Domain @@ -64,6 +64,8 @@ BuildRequires: mysql-devel BuildRequires: pcre2-devel BuildRequires: pkgconfig +BuildRequires: python3-base +BuildRequires: python3-devel BuildRequires: python3-numpy-devel BuildRequires: python3-setuptools %if 0%{?sle_version} == 150300 && 0%{?is_opensuse} @@ -89,6 +91,7 @@ BuildRequires: pkgconfig(freexl) BuildRequires: pkgconfig(json) BuildRequires: pkgconfig(json-c) +BuildRequires: pkgconfig(libarchive) BuildRequires: pkgconfig(libgeotiff) >= 1.2.1 BuildRequires: pkgconfig(libjpeg) BuildRequires: pkgconfig(liblz4) @@ -195,7 +198,8 @@ # Prepare tests tar -xf %{S:2} # Delete bundled libraries -rm -rv frmts/zlib +# keep zlib due to missing frmts/zlib/contrib/infback9 in our package +# rm -rv frmts/zlib rm -rv frmts/png/libpng rm -rv frmts/gif/giflib rm -rv frmts/jpeg/libjpeg @@ -363,6 +367,7 @@ %{_bindir}/ogrinfo %{_bindir}/ogrlineref %{_bindir}/ogrtindex +%{_bindir}/sozip %{_datadir}/gdal %{_mandir}/man1/gdal_contour.1%{?ext_man} %{_mandir}/man1/gdal_create.1%{?ext_man} @@ -388,6 +393,7 @@ %{_mandir}/man1/ogrinfo.1%{?ext_man} %{_mandir}/man1/ogrlineref.1%{?ext_man} %{_mandir}/man1/ogrtindex.1%{?ext_man} +%{_mandir}/man1/sozip.1%{?ext_man} # 20201104 We keep all binaries in gdal and requires python3-GDAL %{_bindir}/gdalattachpct.py %{_bindir}/gdal2tiles.py Index: gdal-3.7.1.tar.xz =================================================================== Binary file gdal-3.7.1.tar.xz (revision 3) added Index: gdal-3.7.1.tar.xz.md5 =================================================================== --- gdal-3.7.1.tar.xz.md5 (added) +++ gdal-3.7.1.tar.xz.md5 (revision 3) @@ -0,0 +1,1 @@ +9f94939c0efca2ca3eafd8cd3255a0f0 gdal-3.7.1.tar.xz Index: gdalautotest-3.7.1.tar.gz =================================================================== Binary file gdalautotest-3.7.1.tar.gz (revision 3) added Index: gdal-3.6.3.tar.xz =================================================================== Binary file gdal-3.6.3.tar.xz (revision 168) deleted Index: gdal-3.6.3.tar.xz.md5 =================================================================== --- gdal-3.6.3.tar.xz.md5 (revision 168) +++ gdal-3.6.3.tar.xz.md5 (deleted) @@ -1,1 +0,0 @@ -a6ccbcd5c90bf18dc1bf9b726583c505 gdal-3.6.3.tar.xz Index: gdalautotest-3.6.3.tar.gz =================================================================== Binary file gdalautotest-3.6.3.tar.gz (revision 168) deleted OBS-URL: https://build.opensuse.org/request/show/1108396 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=169
2023-09-11 20:17:23 +02:00
Important: GDAL 3.6.1 officially retracts GDAL 3.6.0
which cause corruption of the spatial index of GeoPackage files
Accepting request 1108396 from home:bruno_friedmann:branches:Application:Geo Please review carefully the new requirements. The bundled zlib has specific patches and entries for gdal. I don't want to touch this critical component. - update to bugfix release version 3.7.1 * see https://github.com/OSGeo/gdal/blob/v3.7.1/NEWS.md - update to feature release version 3.7.0 + see https://github.com/OSGeo/gdal/blob/v3.7.0/NEWS.md - packaging: * add new buildrequire pkgconfig(libarchive) for new /vsi7z/ and /vsirar/ virtual file systems * handle new delivered files data/gfs.xsd: XML schema for .gfs files (#6655) data/gml_registry.xsd: new file with XML schema of gml_registry.xml (#6716) data/ogrinfo_output.json.schema: validate ogrinfo -json output data/gdalinfo_output.schema.json: validate gdalinfo -json output (fixes #6850) data/grib2_table_4_2_0_21.csv data/grib2_table_4_2_2_6.csv bin/sozip * spec-cleaner * remove limitation for python < 3.11 as Factory has 3.11.4 old: Application:Geo/gdal new: home:bruno_friedmann:branches:Application:Geo/gdal rev None Index: gdal.changes =================================================================== --- gdal.changes (revision 168) +++ gdal.changes (revision 3) @@ -1,7 +1,30 @@ ------------------------------------------------------------------- +Mon Aug 21 19:11:24 UTC 2023 - Bruno Friedmann <bruno@ioda-net.ch> + +- update to bugfix release version 3.7.1 + * see https://github.com/OSGeo/gdal/blob/v3.7.1/NEWS.md +- update to feature release version 3.7.0 + + see https://github.com/OSGeo/gdal/blob/v3.7.0/NEWS.md +- packaging: + * add new buildrequire pkgconfig(libarchive) + for new /vsi7z/ and /vsirar/ virtual file systems + * handle new delivered files + data/gfs.xsd: XML schema for .gfs files (#6655) + data/gml_registry.xsd: new file with XML schema of + gml_registry.xml (#6716) + data/ogrinfo_output.json.schema: validate ogrinfo -json output + data/gdalinfo_output.schema.json: validate gdalinfo -json + output (fixes #6850) + data/grib2_table_4_2_0_21.csv + data/grib2_table_4_2_2_6.csv + bin/sozip + * spec-cleaner + * remove limitation for python < 3.11 as Factory has 3.11.4 + +------------------------------------------------------------------- Fri May 26 12:18:37 UTC 2023 - Boris Manojlovic <boris@steki.net> -- add required development rpms +- add required development rpms ------------------------------------------------------------------- Fri Mar 17 16:37:12 UTC 2023 - Dirk Müller <dmueller@suse.com> @@ -20,20 +43,20 @@ Thu Dec 15 16:17:22 UTC 2022 - Bruno Friedmann <bruno@ioda-net.ch> - Update to bugfix 3.6.1 (critical) - Important: GDAL 3.6.1 officially retracts GDAL 3.6.0 + Important: GDAL 3.6.1 officially retracts GDAL 3.6.0 which cause corruption of the spatial index of GeoPackage files - it created (in tables with 100 000 features or more): cf - https://github.com/qgis/QGIS/issues/51188 and - https://github.com/OSGeo/gdal/pull/6911. - GDAL 3.6.1 fixes that issue. + it created (in tables with 100 000 features or more): cf + https://github.com/qgis/QGIS/issues/51188 and + https://github.com/OSGeo/gdal/pull/6911. + GDAL 3.6.1 fixes that issue. Setting OGR_GPKG_ALLOW_THREADED_RTREE=NO environment variable (at generation time) also works around the issue with GDAL 3.6.0. - Users who have generated corrupted GeoPackage files with 3.6.0 - can regnerate them with 3.6.1 with: - "ogr2ogr out_ok.gpkg in_corrupted.gpkg" + Users who have generated corrupted GeoPackage files with 3.6.0 + can regnerate them with 3.6.1 with: + "ogr2ogr out_ok.gpkg in_corrupted.gpkg" (assuming a GeoPackage file with vector content only) Consult the release notes for the list of issues addressed : - https://github.com/OSGeo/gdal/blob/v3.6.1/NEWS.md + https://github.com/OSGeo/gdal/blob/v3.6.1/NEWS.md ------------------------------------------------------------------- Sat Nov 26 19:19:19 UTC 2022 - Bruno Friedmann <bruno@ioda-net.ch> Index: gdal.spec =================================================================== --- gdal.spec (revision 168) +++ gdal.spec (revision 3) @@ -16,7 +16,7 @@ # -%define soversion 32 +%define soversion 33 %define sourcename gdal # Uppercase GDAL is the canonical name for this package in Python %define pypi_package_name GDAL @@ -31,7 +31,7 @@ %bcond_with deflate_support %bcond_with tests_support Name: gdal -Version: 3.6.3 +Version: 3.7.1 Release: 0 Summary: GDAL/OGR - a translator library for raster and vector geospatial data formats License: BSD-3-Clause AND MIT AND SUSE-Public-Domain @@ -64,6 +64,8 @@ BuildRequires: mysql-devel BuildRequires: pcre2-devel BuildRequires: pkgconfig +BuildRequires: python3-base +BuildRequires: python3-devel BuildRequires: python3-numpy-devel BuildRequires: python3-setuptools %if 0%{?sle_version} == 150300 && 0%{?is_opensuse} @@ -89,6 +91,7 @@ BuildRequires: pkgconfig(freexl) BuildRequires: pkgconfig(json) BuildRequires: pkgconfig(json-c) +BuildRequires: pkgconfig(libarchive) BuildRequires: pkgconfig(libgeotiff) >= 1.2.1 BuildRequires: pkgconfig(libjpeg) BuildRequires: pkgconfig(liblz4) @@ -195,7 +198,8 @@ # Prepare tests tar -xf %{S:2} # Delete bundled libraries -rm -rv frmts/zlib +# keep zlib due to missing frmts/zlib/contrib/infback9 in our package +# rm -rv frmts/zlib rm -rv frmts/png/libpng rm -rv frmts/gif/giflib rm -rv frmts/jpeg/libjpeg @@ -363,6 +367,7 @@ %{_bindir}/ogrinfo %{_bindir}/ogrlineref %{_bindir}/ogrtindex +%{_bindir}/sozip %{_datadir}/gdal %{_mandir}/man1/gdal_contour.1%{?ext_man} %{_mandir}/man1/gdal_create.1%{?ext_man} @@ -388,6 +393,7 @@ %{_mandir}/man1/ogrinfo.1%{?ext_man} %{_mandir}/man1/ogrlineref.1%{?ext_man} %{_mandir}/man1/ogrtindex.1%{?ext_man} +%{_mandir}/man1/sozip.1%{?ext_man} # 20201104 We keep all binaries in gdal and requires python3-GDAL %{_bindir}/gdalattachpct.py %{_bindir}/gdal2tiles.py Index: gdal-3.7.1.tar.xz =================================================================== Binary file gdal-3.7.1.tar.xz (revision 3) added Index: gdal-3.7.1.tar.xz.md5 =================================================================== --- gdal-3.7.1.tar.xz.md5 (added) +++ gdal-3.7.1.tar.xz.md5 (revision 3) @@ -0,0 +1,1 @@ +9f94939c0efca2ca3eafd8cd3255a0f0 gdal-3.7.1.tar.xz Index: gdalautotest-3.7.1.tar.gz =================================================================== Binary file gdalautotest-3.7.1.tar.gz (revision 3) added Index: gdal-3.6.3.tar.xz =================================================================== Binary file gdal-3.6.3.tar.xz (revision 168) deleted Index: gdal-3.6.3.tar.xz.md5 =================================================================== --- gdal-3.6.3.tar.xz.md5 (revision 168) +++ gdal-3.6.3.tar.xz.md5 (deleted) @@ -1,1 +0,0 @@ -a6ccbcd5c90bf18dc1bf9b726583c505 gdal-3.6.3.tar.xz Index: gdalautotest-3.6.3.tar.gz =================================================================== Binary file gdalautotest-3.6.3.tar.gz (revision 168) deleted OBS-URL: https://build.opensuse.org/request/show/1108396 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=169
2023-09-11 20:17:23 +02:00
it created (in tables with 100 000 features or more): cf
https://github.com/qgis/QGIS/issues/51188 and
https://github.com/OSGeo/gdal/pull/6911.
GDAL 3.6.1 fixes that issue.
Setting OGR_GPKG_ALLOW_THREADED_RTREE=NO environment variable
(at generation time) also works around the issue with GDAL 3.6.0.
Accepting request 1108396 from home:bruno_friedmann:branches:Application:Geo Please review carefully the new requirements. The bundled zlib has specific patches and entries for gdal. I don't want to touch this critical component. - update to bugfix release version 3.7.1 * see https://github.com/OSGeo/gdal/blob/v3.7.1/NEWS.md - update to feature release version 3.7.0 + see https://github.com/OSGeo/gdal/blob/v3.7.0/NEWS.md - packaging: * add new buildrequire pkgconfig(libarchive) for new /vsi7z/ and /vsirar/ virtual file systems * handle new delivered files data/gfs.xsd: XML schema for .gfs files (#6655) data/gml_registry.xsd: new file with XML schema of gml_registry.xml (#6716) data/ogrinfo_output.json.schema: validate ogrinfo -json output data/gdalinfo_output.schema.json: validate gdalinfo -json output (fixes #6850) data/grib2_table_4_2_0_21.csv data/grib2_table_4_2_2_6.csv bin/sozip * spec-cleaner * remove limitation for python < 3.11 as Factory has 3.11.4 old: Application:Geo/gdal new: home:bruno_friedmann:branches:Application:Geo/gdal rev None Index: gdal.changes =================================================================== --- gdal.changes (revision 168) +++ gdal.changes (revision 3) @@ -1,7 +1,30 @@ ------------------------------------------------------------------- +Mon Aug 21 19:11:24 UTC 2023 - Bruno Friedmann <bruno@ioda-net.ch> + +- update to bugfix release version 3.7.1 + * see https://github.com/OSGeo/gdal/blob/v3.7.1/NEWS.md +- update to feature release version 3.7.0 + + see https://github.com/OSGeo/gdal/blob/v3.7.0/NEWS.md +- packaging: + * add new buildrequire pkgconfig(libarchive) + for new /vsi7z/ and /vsirar/ virtual file systems + * handle new delivered files + data/gfs.xsd: XML schema for .gfs files (#6655) + data/gml_registry.xsd: new file with XML schema of + gml_registry.xml (#6716) + data/ogrinfo_output.json.schema: validate ogrinfo -json output + data/gdalinfo_output.schema.json: validate gdalinfo -json + output (fixes #6850) + data/grib2_table_4_2_0_21.csv + data/grib2_table_4_2_2_6.csv + bin/sozip + * spec-cleaner + * remove limitation for python < 3.11 as Factory has 3.11.4 + +------------------------------------------------------------------- Fri May 26 12:18:37 UTC 2023 - Boris Manojlovic <boris@steki.net> -- add required development rpms +- add required development rpms ------------------------------------------------------------------- Fri Mar 17 16:37:12 UTC 2023 - Dirk Müller <dmueller@suse.com> @@ -20,20 +43,20 @@ Thu Dec 15 16:17:22 UTC 2022 - Bruno Friedmann <bruno@ioda-net.ch> - Update to bugfix 3.6.1 (critical) - Important: GDAL 3.6.1 officially retracts GDAL 3.6.0 + Important: GDAL 3.6.1 officially retracts GDAL 3.6.0 which cause corruption of the spatial index of GeoPackage files - it created (in tables with 100 000 features or more): cf - https://github.com/qgis/QGIS/issues/51188 and - https://github.com/OSGeo/gdal/pull/6911. - GDAL 3.6.1 fixes that issue. + it created (in tables with 100 000 features or more): cf + https://github.com/qgis/QGIS/issues/51188 and + https://github.com/OSGeo/gdal/pull/6911. + GDAL 3.6.1 fixes that issue. Setting OGR_GPKG_ALLOW_THREADED_RTREE=NO environment variable (at generation time) also works around the issue with GDAL 3.6.0. - Users who have generated corrupted GeoPackage files with 3.6.0 - can regnerate them with 3.6.1 with: - "ogr2ogr out_ok.gpkg in_corrupted.gpkg" + Users who have generated corrupted GeoPackage files with 3.6.0 + can regnerate them with 3.6.1 with: + "ogr2ogr out_ok.gpkg in_corrupted.gpkg" (assuming a GeoPackage file with vector content only) Consult the release notes for the list of issues addressed : - https://github.com/OSGeo/gdal/blob/v3.6.1/NEWS.md + https://github.com/OSGeo/gdal/blob/v3.6.1/NEWS.md ------------------------------------------------------------------- Sat Nov 26 19:19:19 UTC 2022 - Bruno Friedmann <bruno@ioda-net.ch> Index: gdal.spec =================================================================== --- gdal.spec (revision 168) +++ gdal.spec (revision 3) @@ -16,7 +16,7 @@ # -%define soversion 32 +%define soversion 33 %define sourcename gdal # Uppercase GDAL is the canonical name for this package in Python %define pypi_package_name GDAL @@ -31,7 +31,7 @@ %bcond_with deflate_support %bcond_with tests_support Name: gdal -Version: 3.6.3 +Version: 3.7.1 Release: 0 Summary: GDAL/OGR - a translator library for raster and vector geospatial data formats License: BSD-3-Clause AND MIT AND SUSE-Public-Domain @@ -64,6 +64,8 @@ BuildRequires: mysql-devel BuildRequires: pcre2-devel BuildRequires: pkgconfig +BuildRequires: python3-base +BuildRequires: python3-devel BuildRequires: python3-numpy-devel BuildRequires: python3-setuptools %if 0%{?sle_version} == 150300 && 0%{?is_opensuse} @@ -89,6 +91,7 @@ BuildRequires: pkgconfig(freexl) BuildRequires: pkgconfig(json) BuildRequires: pkgconfig(json-c) +BuildRequires: pkgconfig(libarchive) BuildRequires: pkgconfig(libgeotiff) >= 1.2.1 BuildRequires: pkgconfig(libjpeg) BuildRequires: pkgconfig(liblz4) @@ -195,7 +198,8 @@ # Prepare tests tar -xf %{S:2} # Delete bundled libraries -rm -rv frmts/zlib +# keep zlib due to missing frmts/zlib/contrib/infback9 in our package +# rm -rv frmts/zlib rm -rv frmts/png/libpng rm -rv frmts/gif/giflib rm -rv frmts/jpeg/libjpeg @@ -363,6 +367,7 @@ %{_bindir}/ogrinfo %{_bindir}/ogrlineref %{_bindir}/ogrtindex +%{_bindir}/sozip %{_datadir}/gdal %{_mandir}/man1/gdal_contour.1%{?ext_man} %{_mandir}/man1/gdal_create.1%{?ext_man} @@ -388,6 +393,7 @@ %{_mandir}/man1/ogrinfo.1%{?ext_man} %{_mandir}/man1/ogrlineref.1%{?ext_man} %{_mandir}/man1/ogrtindex.1%{?ext_man} +%{_mandir}/man1/sozip.1%{?ext_man} # 20201104 We keep all binaries in gdal and requires python3-GDAL %{_bindir}/gdalattachpct.py %{_bindir}/gdal2tiles.py Index: gdal-3.7.1.tar.xz =================================================================== Binary file gdal-3.7.1.tar.xz (revision 3) added Index: gdal-3.7.1.tar.xz.md5 =================================================================== --- gdal-3.7.1.tar.xz.md5 (added) +++ gdal-3.7.1.tar.xz.md5 (revision 3) @@ -0,0 +1,1 @@ +9f94939c0efca2ca3eafd8cd3255a0f0 gdal-3.7.1.tar.xz Index: gdalautotest-3.7.1.tar.gz =================================================================== Binary file gdalautotest-3.7.1.tar.gz (revision 3) added Index: gdal-3.6.3.tar.xz =================================================================== Binary file gdal-3.6.3.tar.xz (revision 168) deleted Index: gdal-3.6.3.tar.xz.md5 =================================================================== --- gdal-3.6.3.tar.xz.md5 (revision 168) +++ gdal-3.6.3.tar.xz.md5 (deleted) @@ -1,1 +0,0 @@ -a6ccbcd5c90bf18dc1bf9b726583c505 gdal-3.6.3.tar.xz Index: gdalautotest-3.6.3.tar.gz =================================================================== Binary file gdalautotest-3.6.3.tar.gz (revision 168) deleted OBS-URL: https://build.opensuse.org/request/show/1108396 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=169
2023-09-11 20:17:23 +02:00
Users who have generated corrupted GeoPackage files with 3.6.0
can regnerate them with 3.6.1 with:
"ogr2ogr out_ok.gpkg in_corrupted.gpkg"
(assuming a GeoPackage file with vector content only)
Consult the release notes for the list of issues addressed :
Accepting request 1108396 from home:bruno_friedmann:branches:Application:Geo Please review carefully the new requirements. The bundled zlib has specific patches and entries for gdal. I don't want to touch this critical component. - update to bugfix release version 3.7.1 * see https://github.com/OSGeo/gdal/blob/v3.7.1/NEWS.md - update to feature release version 3.7.0 + see https://github.com/OSGeo/gdal/blob/v3.7.0/NEWS.md - packaging: * add new buildrequire pkgconfig(libarchive) for new /vsi7z/ and /vsirar/ virtual file systems * handle new delivered files data/gfs.xsd: XML schema for .gfs files (#6655) data/gml_registry.xsd: new file with XML schema of gml_registry.xml (#6716) data/ogrinfo_output.json.schema: validate ogrinfo -json output data/gdalinfo_output.schema.json: validate gdalinfo -json output (fixes #6850) data/grib2_table_4_2_0_21.csv data/grib2_table_4_2_2_6.csv bin/sozip * spec-cleaner * remove limitation for python < 3.11 as Factory has 3.11.4 old: Application:Geo/gdal new: home:bruno_friedmann:branches:Application:Geo/gdal rev None Index: gdal.changes =================================================================== --- gdal.changes (revision 168) +++ gdal.changes (revision 3) @@ -1,7 +1,30 @@ ------------------------------------------------------------------- +Mon Aug 21 19:11:24 UTC 2023 - Bruno Friedmann <bruno@ioda-net.ch> + +- update to bugfix release version 3.7.1 + * see https://github.com/OSGeo/gdal/blob/v3.7.1/NEWS.md +- update to feature release version 3.7.0 + + see https://github.com/OSGeo/gdal/blob/v3.7.0/NEWS.md +- packaging: + * add new buildrequire pkgconfig(libarchive) + for new /vsi7z/ and /vsirar/ virtual file systems + * handle new delivered files + data/gfs.xsd: XML schema for .gfs files (#6655) + data/gml_registry.xsd: new file with XML schema of + gml_registry.xml (#6716) + data/ogrinfo_output.json.schema: validate ogrinfo -json output + data/gdalinfo_output.schema.json: validate gdalinfo -json + output (fixes #6850) + data/grib2_table_4_2_0_21.csv + data/grib2_table_4_2_2_6.csv + bin/sozip + * spec-cleaner + * remove limitation for python < 3.11 as Factory has 3.11.4 + +------------------------------------------------------------------- Fri May 26 12:18:37 UTC 2023 - Boris Manojlovic <boris@steki.net> -- add required development rpms +- add required development rpms ------------------------------------------------------------------- Fri Mar 17 16:37:12 UTC 2023 - Dirk Müller <dmueller@suse.com> @@ -20,20 +43,20 @@ Thu Dec 15 16:17:22 UTC 2022 - Bruno Friedmann <bruno@ioda-net.ch> - Update to bugfix 3.6.1 (critical) - Important: GDAL 3.6.1 officially retracts GDAL 3.6.0 + Important: GDAL 3.6.1 officially retracts GDAL 3.6.0 which cause corruption of the spatial index of GeoPackage files - it created (in tables with 100 000 features or more): cf - https://github.com/qgis/QGIS/issues/51188 and - https://github.com/OSGeo/gdal/pull/6911. - GDAL 3.6.1 fixes that issue. + it created (in tables with 100 000 features or more): cf + https://github.com/qgis/QGIS/issues/51188 and + https://github.com/OSGeo/gdal/pull/6911. + GDAL 3.6.1 fixes that issue. Setting OGR_GPKG_ALLOW_THREADED_RTREE=NO environment variable (at generation time) also works around the issue with GDAL 3.6.0. - Users who have generated corrupted GeoPackage files with 3.6.0 - can regnerate them with 3.6.1 with: - "ogr2ogr out_ok.gpkg in_corrupted.gpkg" + Users who have generated corrupted GeoPackage files with 3.6.0 + can regnerate them with 3.6.1 with: + "ogr2ogr out_ok.gpkg in_corrupted.gpkg" (assuming a GeoPackage file with vector content only) Consult the release notes for the list of issues addressed : - https://github.com/OSGeo/gdal/blob/v3.6.1/NEWS.md + https://github.com/OSGeo/gdal/blob/v3.6.1/NEWS.md ------------------------------------------------------------------- Sat Nov 26 19:19:19 UTC 2022 - Bruno Friedmann <bruno@ioda-net.ch> Index: gdal.spec =================================================================== --- gdal.spec (revision 168) +++ gdal.spec (revision 3) @@ -16,7 +16,7 @@ # -%define soversion 32 +%define soversion 33 %define sourcename gdal # Uppercase GDAL is the canonical name for this package in Python %define pypi_package_name GDAL @@ -31,7 +31,7 @@ %bcond_with deflate_support %bcond_with tests_support Name: gdal -Version: 3.6.3 +Version: 3.7.1 Release: 0 Summary: GDAL/OGR - a translator library for raster and vector geospatial data formats License: BSD-3-Clause AND MIT AND SUSE-Public-Domain @@ -64,6 +64,8 @@ BuildRequires: mysql-devel BuildRequires: pcre2-devel BuildRequires: pkgconfig +BuildRequires: python3-base +BuildRequires: python3-devel BuildRequires: python3-numpy-devel BuildRequires: python3-setuptools %if 0%{?sle_version} == 150300 && 0%{?is_opensuse} @@ -89,6 +91,7 @@ BuildRequires: pkgconfig(freexl) BuildRequires: pkgconfig(json) BuildRequires: pkgconfig(json-c) +BuildRequires: pkgconfig(libarchive) BuildRequires: pkgconfig(libgeotiff) >= 1.2.1 BuildRequires: pkgconfig(libjpeg) BuildRequires: pkgconfig(liblz4) @@ -195,7 +198,8 @@ # Prepare tests tar -xf %{S:2} # Delete bundled libraries -rm -rv frmts/zlib +# keep zlib due to missing frmts/zlib/contrib/infback9 in our package +# rm -rv frmts/zlib rm -rv frmts/png/libpng rm -rv frmts/gif/giflib rm -rv frmts/jpeg/libjpeg @@ -363,6 +367,7 @@ %{_bindir}/ogrinfo %{_bindir}/ogrlineref %{_bindir}/ogrtindex +%{_bindir}/sozip %{_datadir}/gdal %{_mandir}/man1/gdal_contour.1%{?ext_man} %{_mandir}/man1/gdal_create.1%{?ext_man} @@ -388,6 +393,7 @@ %{_mandir}/man1/ogrinfo.1%{?ext_man} %{_mandir}/man1/ogrlineref.1%{?ext_man} %{_mandir}/man1/ogrtindex.1%{?ext_man} +%{_mandir}/man1/sozip.1%{?ext_man} # 20201104 We keep all binaries in gdal and requires python3-GDAL %{_bindir}/gdalattachpct.py %{_bindir}/gdal2tiles.py Index: gdal-3.7.1.tar.xz =================================================================== Binary file gdal-3.7.1.tar.xz (revision 3) added Index: gdal-3.7.1.tar.xz.md5 =================================================================== --- gdal-3.7.1.tar.xz.md5 (added) +++ gdal-3.7.1.tar.xz.md5 (revision 3) @@ -0,0 +1,1 @@ +9f94939c0efca2ca3eafd8cd3255a0f0 gdal-3.7.1.tar.xz Index: gdalautotest-3.7.1.tar.gz =================================================================== Binary file gdalautotest-3.7.1.tar.gz (revision 3) added Index: gdal-3.6.3.tar.xz =================================================================== Binary file gdal-3.6.3.tar.xz (revision 168) deleted Index: gdal-3.6.3.tar.xz.md5 =================================================================== --- gdal-3.6.3.tar.xz.md5 (revision 168) +++ gdal-3.6.3.tar.xz.md5 (deleted) @@ -1,1 +0,0 @@ -a6ccbcd5c90bf18dc1bf9b726583c505 gdal-3.6.3.tar.xz Index: gdalautotest-3.6.3.tar.gz =================================================================== Binary file gdalautotest-3.6.3.tar.gz (revision 168) deleted OBS-URL: https://build.opensuse.org/request/show/1108396 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=169
2023-09-11 20:17:23 +02:00
https://github.com/OSGeo/gdal/blob/v3.6.1/NEWS.md
-------------------------------------------------------------------
Sat Nov 26 19:19:19 UTC 2022 - Bruno Friedmann <bruno@ioda-net.ch>
- Improve packaging
+ add proj for datum presence for tests
+ add cmake-full with tests_support (ctest)
+ add bison, shapelib,OpenEXR,armadillo,qhull,libz4,pcre2
qhull,deflate are conditionnal(missing on Leap 15)
+ cmake force non use of internal, force use of external libs
except lerc not packaged.
+ Exclude more tests (remote,out-of-memory)
-------------------------------------------------------------------
Fri Nov 25 14:57:59 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Set bash-completion as noarch
-------------------------------------------------------------------
Fri Nov 25 11:11:55 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 3.6.0:
* https://github.com/OSGeo/gdal/blob/v3.6.0/gdal/NEWS.md
* Fixes boo#1205745
- Skipped 3.5.0:
* https://github.com/OSGeo/gdal/blob/v3.5.0/gdal/NEWS.md
* Upstream dropped deprecated perl binding
* Drop unneeded patch:
- gdal-perl.patch
-------------------------------------------------------------------
Tue Mar 15 19:33:40 UTC 2022 - Bruno Friedmann <bruno@ioda-net.ch>
- Update to version 3.4.2 bugfix release
See changelog https://github.com/OSGeo/gdal/blob/v3.4.2/gdal/NEWS.md
- Remove merged upstream patches gdal-fix-poppler-leap.patch
and gdal-fix-build-poppler.patch
-------------------------------------------------------------------
Tue Mar 8 14:47:15 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Add gdal-fix-poppler-leap.patch: Fix build on Leap 15.4 and
poppler.
- Add fdups macro, BuildRequires already in place, remove
duplicate files.
-------------------------------------------------------------------
Mon Mar 7 20:33:32 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Add gdal-fix-build-poppler.patch: Fix build with poppler 22.03.0
and newer.
-------------------------------------------------------------------
Tue Jan 4 15:10:17 UTC 2022 - Bruno Friedmann <bruno@ioda-net.ch>
- Upgrade to version 3.4.1 bugfix release
+ Full changelog https://github.com/OSGeo/gdal/blob/v3.4.0/gdal/NEWS
+ Explicitly add a call to autogen.sh
+ Upstream PCIDSK: fix write heap-buffer-overflow boo#1194263
- Removed GDALmake.opt.in.patch due to cc1plus: warning:
-I gcore: No such file or directory [-Wmissing-include-dirs]
- Add conditionnal support for hdf4 boo#1192614 on Leap
build -with hdf4_support can be enabled
- Update copyright year
-------------------------------------------------------------------
Fri Dec 31 19:53:12 UTC 2021 - D. Berge <opensuse@navlost.eu>
- Fix build on Leap 15.3
-------------------------------------------------------------------
Mon Nov 29 17:26:20 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch>
- Fix xerces detection by adding --with-xerces-inc parameter
-------------------------------------------------------------------
Mon Nov 1 08:16:50 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch>
- Update to version 3.3.3 bugfix release
+ Full changelog https://github.com/OSGeo/gdal/blob/v3.3.3/gdal/NEWS
- Removed upstream patches
+ gdal-poppler-2.10-a.patch
+ gdal-poppler-2.10-b.patch
-------------------------------------------------------------------
Wed Oct 20 06:53:22 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix build with poppler 2.10:
* gdal-poppler-2.10-a.patch
* gdal-poppler-2.10-b.patch
-------------------------------------------------------------------
Tue Sep 7 19:18:02 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch>
- Update to version 3.3.2 bugfix release
+ Full changelog
https://github.com/OSGeo/gdal/blob/v3.3.2/gdal/NEWS
-------------------------------------------------------------------
Sun Jul 11 19:48:30 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch>
- Update to version 3.3.1 bugfix release
+ Full changelog
https://github.com/OSGeo/gdal/blob/v3.3.1/gdal/NEWS
-------------------------------------------------------------------
Mon May 24 16:23:53 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch>
- Update to 3.3.0 version
* Full changelog
https://github.com/OSGeo/gdal/blob/v3.3.0/gdal/NEWS
* Main changes python2 is now gone
- Packaging
+ bump libso version to 2.9
+ Remove python2 related stuff
+ Add support for heif,pcre,kml,sfcgal
make conditionnal support of libkml, sfcgal, heif
+ Prepare tests also conditionnal
+ Several small cleanup (merged, no more)
+ Remove autoreconf upstream is using last available
-------------------------------------------------------------------
Mon May 17 10:55:47 UTC 2021 - Dirk Müller <dmueller@suse.com>
- remove bundled libraries, use system provided ones
-------------------------------------------------------------------
Tue May 4 14:17:10 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch>
- Update to 3.2.3 (bug fix release)
* Full changelog
https://github.com/OSGeo/gdal/blob/v3.2.3/gdal/NEWS
- Be warned about ahead changes with future 3.3.x version
https://github.com/OSGeo/gdal/blob/v3.3.0/gdal/NEWS
-------------------------------------------------------------------
Fri Mar 12 07:31:51 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 3.2.2 (bug fix release):
* Full changelog
https://github.com/OSGeo/gdal/blob/v3.2.2/gdal/NEWS
-------------------------------------------------------------------
Mon Jan 4 17:34:22 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch>
- Update to 3.2.1:
* Full changelog
https://github.com/OSGeo/gdal/blob/v3.2.1/gdal/NEWS
- Packaging:
+ Update copyright year
-------------------------------------------------------------------
Wed Nov 4 12:59:42 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>
- Update to 3.2.0:
* Full changelog
https://github.com/OSGeo/gdal/blob/v3.2.0/gdal/NEWS
- Packaging:
+ Add python3-GDAL as require in gdal package
+ Remove shebang where it's not allowed in python's scripts
-------------------------------------------------------------------
Sat Oct 24 06:57:48 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>
- Update to 3.1.4 version bug fix release see changelog
https://github.com/OSGeo/gdal/blob/v3.1.4/gdal/NEWS
-------------------------------------------------------------------
Tue Sep 8 08:23:15 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>
- Update to 3.1.3 version bug fix release see changelog
https://github.com/OSGeo/gdal/blob/v3.1.3/gdal/NEWS
-------------------------------------------------------------------
Sun Jul 19 01:20:55 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Work-around occasional build failures due to incomplete ordering
in Makefile. (https://github.com/OSGeo/gdal/issues/2777)
- Avoid double gdal prefix for /usr/share/gdal/gdal/*
-------------------------------------------------------------------
Tue Jul 7 18:29:25 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>
- Update to 3.1.2 version bug fix release see changelog
https://github.com/OSGeo/gdal/blob/v3.1.1/gdal/NEWS
-------------------------------------------------------------------
Tue Jun 30 09:46:10 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>
- Update to 3.1.1 version with full changelog
https://github.com/OSGeo/gdal/blob/v3.1.1/gdal/NEWS
- Packaging:
+ drop merged upstream gdal-fix-docs.patch
+ Rework our way to deliver the package:
- Remove building doc as we don't deliver it
- Use upstream man page already present in tar
- Simplify all %if doc related stuff
+ Lower again a bit _constraints: 2.5G RAM 4.0G HDD
-------------------------------------------------------------------
Tue Jun 16 08:22:44 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add _constraints to avoid build failure
-------------------------------------------------------------------
Mon Jun 15 08:32:54 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix docs and man builds for Tumbleweed with upstream patch:
* gdal-fix-docs.patch
- Disable docs/man on Leap - https://github.com/OSGeo/gdal/issues/2690
-------------------------------------------------------------------
Thu Jun 11 16:44:15 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 3.1.0:
* New binaries: gdal_viewshed gdalmdiminfo gdalmdimtranslate
* full changelog:
https://github.com/OSGeo/gdal/blob/v3.1.0/gdal/NEWS
- Refresh patch:
* GDALmake.opt.in.patch
- Drop upstream patches:
* gdal-ecwjp2-sdk-5.5_dep1.patch
* gdal-ecwjp2-sdk-5.5.patch
-------------------------------------------------------------------
Mon Apr 20 08:31:33 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Fix build without py2 available
-------------------------------------------------------------------
Fri Apr 17 09:58:35 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fixes for previous commit "Rework ECW5 SDK handling"
-------------------------------------------------------------------
Thu Apr 9 10:22:54 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Rework ECW5 SDK handling
- Fix build with ECW SDK 5.5 with upstream backports:
* gdal-ecwjp2-sdk-5.5.patch
* gdal-ecwjp2-sdk-5.5_dep1.patch
-------------------------------------------------------------------
Sat Feb 1 08:52:49 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>
- update to version 3.0.4 bugfix release
+ strongly recommended release for people creating GeoTIFF files
in EPSG:3857 / WebMercator projection with previous 3x version
+ Changelog https://github.com/OSGeo/gdal/blob/v3.0.4/gdal/NEWS
-------------------------------------------------------------------
Wed Jan 22 08:05:11 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>
- update to version 3.0.3 bugfix release
+ Fix build with poppler 0.83 boo#1161399
+ Changelog https://github.com/OSGeo/gdal/blob/v3.0.3/gdal/NEWS
- Remove merged upstream patch
0001-Replace-SWIG-Python-obj0-swig_obj-0-with-version-agn.patch
- refresh spec file with spec-cleaner
-------------------------------------------------------------------
Wed Nov 6 12:58:46 UTC 2019 - Libor Pechacek <lpechacek@gmx.com>
- update to 3.0.2
Full changelogs:
https://trac.osgeo.org/gdal/wiki/Release/3.0.2-News
- Refreshed patches:
0001-Replace-SWIG-Python-obj0-swig_obj-0-with-version-agn.patch
-------------------------------------------------------------------
Thu Oct 10 08:26:00 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- Spec file cleanups
- Remove poppler boost dependnecy
- Enable LTO and zstd
-------------------------------------------------------------------
Sun Oct 6 12:00:05 UTC 2019 - Bruno Friedmann <bruno@ioda-net.ch>
- Fix build error on TW due to boo#1153146 poppler missing boost
devel
-------------------------------------------------------------------
Thu Sep 5 18:50:20 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Fix build with Swig 4.0, add
0001-Replace-SWIG-Python-obj0-swig_obj-0-with-version-agn.patch
- Spec file cleanup, remove conditionals for Leap 42.x and older
-------------------------------------------------------------------
Mon Jul 8 13:34:52 UTC 2019 - Dirk Stoecker <opensuse@dstoecker.de>
- update to 3.0.1
Full changelogs:
https://trac.osgeo.org/gdal/wiki/Release/3.0.1-News
https://trac.osgeo.org/gdal/wiki/Release/3.0.0-News
Patch pkg-config-libpq.patch included upstream
-------------------------------------------------------------------
Mon Jul 8 09:47:06 UTC 2019 - Dirk Stoecker <opensuse@dstoecker.de>
- update to version 2.4.2
Full changelog https://trac.osgeo.org/gdal/wiki/Release/2.4.2-News
-------------------------------------------------------------------
Thu Apr 11 10:38:15 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix build with fgdb_support option enabled
-------------------------------------------------------------------
Thu Apr 4 16:11:05 UTC 2019 - Bruno Friedmann <bruno@ioda-net.ch>
- Update to version 2.4.1 (52 bugfix release)
Full changelog https://trac.osgeo.org/gdal/wiki/Release/2.4.1-News
- Packaging:
+ Remove merged upstream patch
add-support-for-poppler-0.72.0-and-0.73.0.patch
Poppler-revision-version-management.patch
+ Add pkg-config-libpq.patch upstream issue#1412 pr#1418 wip
use pkg-config for libpq
+ Secure libproj detection with tail -n1
-------------------------------------------------------------------
Thu Mar 7 11:02:01 UTC 2019 - Bruno Friedmann <bruno@ioda-net.ch>
- Fix boo#1128276 by providing correct Obsolete
-------------------------------------------------------------------
Sat Feb 23 01:35:04 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Use the Python package name 'GDAL' as used by upstream
-------------------------------------------------------------------
Wed Jan 30 19:51:14 UTC 2019 - Wolfgang Bauer <wbauer@tmo.at>
- Add upstream patches to fix build with the latest poppler in
Tumbleweed:
* Poppler-revision-version-management.patch
* add-support-for-poppler-0.72.0-and-0.73.0.patch
Accepting request 660945 from home:Guillaume_G:branches:Application:Geo - 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
2018-12-24 13:03:51 +01:00
-------------------------------------------------------------------
Mon Dec 24 09:59:19 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- 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
Accepting request 660945 from home:Guillaume_G:branches:Application:Geo - 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
2018-12-24 13:03:51 +01:00
- 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
Accepting request 660945 from home:Guillaume_G:branches:Application:Geo - 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
2018-12-24 13:03:51 +01:00
- 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
Accepting request 660945 from home:Guillaume_G:branches:Application:Geo - 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
2018-12-24 13:03:51 +01:00
- 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
Accepting request 660945 from home:Guillaume_G:branches:Application:Geo - 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
2018-12-24 13:03:51 +01:00
* 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
Accepting request 660945 from home:Guillaume_G:branches:Application:Geo - 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
2018-12-24 13:03:51 +01:00
* 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 <guillaume.gardet@opensuse.org>
- 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 <bruno@ioda-net.ch>
- Update to new bugfix 2.3.2 version
See details https://trac.osgeo.org/gdal/wiki/Release/2.3.2-News
This adds 65 bug fixes on top of 2.3.1.
The C and C++ API and ABI are unchanged.
- Packaging:
+ spec-cleaner -m -i URL and Requires order changes
+ Remove patch gdal-fix_ecw5_detection.patch (merged upstream)
+ Redone patch GDALmake.opt.in.patch with version 2.3.2
-------------------------------------------------------------------
Tue Jul 31 06:29:53 UTC 2018 - bruno@ioda-net.ch
- Remove patch gdal-libproj.patch, we can't have hardcoded libproj
soversion. Replaced by dynamic sed formula.
Fix boo#1102889
-------------------------------------------------------------------
Fri Jul 27 07:08:28 UTC 2018 - guillaume.gardet@opensuse.org
- Fix FileGDB support
-------------------------------------------------------------------
Tue Jul 17 12:12:35 UTC 2018 - guillaume.gardet@opensuse.org
- Add patch to fix ECW5 detection in configure:
* gdal-fix_ecw5_detection.patch
-------------------------------------------------------------------
Tue Jul 10 07:52:21 UTC 2018 - guillaume@opensuse.org
- Enable KEA support
-------------------------------------------------------------------
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
- Add optional filegdb_api support, disabled by default
-------------------------------------------------------------------
Fri Jun 1 10:04:15 UTC 2018 - opensuse@dstoecker.de
- require libopenjp2 for devel package
-------------------------------------------------------------------
Mon May 14 14:03:36 UTC 2018 - bruno@ioda-net.ch
- Upgrade to new 2.3.0 version
See details https://trac.osgeo.org/gdal/wiki/Release/2.3.0-News
+ Source code is now hosted on github
+ RFC 70: Guessing output format from output file name extension
for utilities
https://trac.osgeo.org/gdal/wiki/rfc70_output_format_guess
+ RFC 68: C++11 Compilation requirement
https://trac.osgeo.org/gdal/wiki/rfc68_cplusplus11
GDAL now requires a C++11 compatible compiler. External code
using GDAL C++ API will also need to enable at least C++11
compilation mode, if the compiler defaults to C++98/C++03.
+ Stricter const-ness in OGRGeomFieldDefn, OGRFeatureDefn and
OGRFeature classes, impacting out-of-tree drivers that subclass
them.
- Packaging : redone patches against new version
+ GDALmake.opt.in.patch
+ gdal-libproj.patch
-------------------------------------------------------------------
Mon May 7 12:40:25 UTC 2018 - guillaume.gardet@opensuse.org
- Add optional support to ECW5 JPEG lib support disabled by default
-------------------------------------------------------------------
Thu Apr 5 14:51:21 UTC 2018 - bruno@ioda-net.ch
- Fix boo#1088014 by adding missing LICENSE in lib and main package
Remove misplaced LICENSE.txt in /usr/share/gdal
-------------------------------------------------------------------
Thu Mar 22 06:15:25 UTC 2018 - bruno@ioda-net.ch
- Update to new upstream bugfix release 2.2.4
See details https://trac.osgeo.org/gdal/wiki/Release/2.2.4-News
- Remove merged patch gdal-json-c-0.13.patch
- Maximize usage of pkgconfig
-------------------------------------------------------------------
Fri Jan 12 10:24:13 UTC 2018 - dimstar@opensuse.org
- Replace poppler-devel BuildRequires with pkgconfig(poppler): the
name 'poppler-devel' was last used in openSUSE 11.4. By using the
pkgconfig() symbol, we don't have to care for actual package
names.
- Add gdal-json-c-0.13.patch: Fix build with json-c 0.13.
-------------------------------------------------------------------
Thu Nov 23 20:34:20 UTC 2017 - bruno@ioda-net.ch
- Update to new upstream bugfix release 2.2.3
See details https://trac.osgeo.org/gdal/wiki/Release/2.2.3-News
- Packaging :
+ remove wrong /usr/bin/env python shebang
+ use /usr/bin/python3 for all /usr/bin/gdal*.py scripts
- Remove gdal-2.2.2-mariadb_102_build_fix.patch merged upstream
-------------------------------------------------------------------
Wed Nov 8 13:02:10 UTC 2017 - kstreitova@suse.com
- add gdal-2.2.2-mariadb_102_build_fix.patch to fix build with
MariaDB 10.2 (in our case the build with libmariadb library
from the mariadb-connector-c package)
* upstream commit d63c1a90f81fc3c1f58a8742fb68baf81340ea03)
-------------------------------------------------------------------
Sat Sep 23 13:30:27 UTC 2017 - bruno@ioda-net.ch
- New upstream bugfix release 2.2.2
See details https://trac.osgeo.org/gdal/wiki/Release/2.2.2-News
-------------------------------------------------------------------
Tue Aug 1 11:37:54 UTC 2017 - tchvatal@suse.com
- Drop the php5 dependency. The php7 bindings are not ready and we
are removing php5
-------------------------------------------------------------------
Fri Jul 14 15:15:38 UTC 2017 - toddrme2178@gmail.com
- Add python2-gdal provides for the python-gdal subpackage for
compatibility with single-spec python macros.
-------------------------------------------------------------------
Wed Jul 12 10:22:32 UTC 2017 - bruno@ioda-net.ch
- New upstream bugfix release 2.2.1
See details https://trac.osgeo.org/gdal/wiki/Release/2.2.1-News
- Packaging
+ Remove gdal-upstream-issue#6898-changeset#38636.patch merged
-------------------------------------------------------------------
Wed May 24 09:00:11 UTC 2017 - bruno@ioda-net.ch
- New upstream release 2.2.0
- https://trac.osgeo.org/gdal/wiki/Release/2.2.0-News
- Packaging
+ add patch gdal-upstream-issue#6898-changeset#38636.patch
fixing non void return garbage in swig/perl.
+ redone patches against 2.2.0
gdal-libproj.patch
GDALmake.opt.in.patch
gdal-perl.patch
-------------------------------------------------------------------
Fri Feb 3 12:00:00 UTC 2017 - Angelos Tzotsos <tzotsos@opensuse.org>
- New upstream bugfix release 2.1.3
- https://trac.osgeo.org/gdal/wiki/Release/2.1.3-News
-------------------------------------------------------------------
Sat Oct 29 20:31:47 UTC 2016 - bruno@ioda-net.ch
- Due to build failure on non x86 arch, and advise from upstream
comment out the usage of obsolete jasper.
We have openjpeg2 anyway.
-------------------------------------------------------------------
Fri Oct 28 07:14:22 UTC 2016 - bruno@ioda-net.ch
- New upstream bugfix release 2.1.2
- https://trac.osgeo.org/gdal/wiki/Release/2.1.2-News
- Packaging changes
- remove netcdf-gcp-fix.patch (uptream)
-------------------------------------------------------------------
Mon Oct 17 19:00:00 UTC 2016 - Angelos Tzotsos <tzotsos@opensuse.org>
- Packaging changes
- Fixed gdal-libproj.patch to point to libproj.so.12
-------------------------------------------------------------------
Fri Sep 30 16:00:00 UTC 2016 - Angelos Tzotsos <tzotsos@opensuse.org>
- Packaging changes
- Added netcdf-gcp-fix.patch from upstream (#6666)
-------------------------------------------------------------------
Sun Sep 25 13:20:22 UTC 2016 - bruno@ioda-net.ch
- New upstream bugfix release 2.1.1
- https://trac.osgeo.org/gdal/wiki/Release/2.1.1-News
- Packaging changes
- Remove ogr_wrap.patch included upstream
- Added support to liblzma
-------------------------------------------------------------------
Tue May 10 03:11:00 UTC 2016 - Angelos Tzotsos <tzotsos@opensuse.org>
- New upstream release 2.1.0
- https://trac.osgeo.org/gdal/wiki/Release/2.1.0-News
- packaging changes
- Removed gdal-python_install.patch
- Removed gdal-2.0.2-sqlite-crash.patch
- Removed gdal-configure.patch
- Added ogr_wrap.patch to solve no-return-in-non-void-function error
- Submitted ogr_wrap.patch upstream: https://trac.osgeo.org/gdal/ticket/6506
- Redone patch GDALmake.opt.in.patch
-------------------------------------------------------------------
Tue Feb 23 14:42:10 UTC 2016 - bruno@ioda-net.ch
- Upgrade to 2x series version : 2.0.2 bugfix release
- https://trac.osgeo.org/gdal/wiki/Release/2.0.2-News
- https://trac.osgeo.org/gdal/wiki/Release/2.0.1-News
- https://trac.osgeo.org/gdal/wiki/Release/2.0.0-News
- packaging
- Redone patch GDALmake.opt.in.patch and gdal-libproj.patch
- Delete upstream merged gdal-python-swig3-issue6045.path
- Delete upstream merged gdal_swig-perl-issue3084.patch
- Add gdal-2.0.2-sqlite-crash.patch Fix upstream issue 6360
- spec-cleaner minimal (pkgconfig make unresolvable all except
Leap and Tumbleweed)
-------------------------------------------------------------------
Thu Feb 4 18:55:25 UTC 2016 - behrisch@users.sourceforge.net
- Fixing PACKAGE_* redefines in cpl_config.h
-------------------------------------------------------------------
Sun Jan 31 16:55:00 UTC 2016 - Angelos Tzotsos <tzotsos@opensuse.org>
- New upstream patch release 1.11.4
-------------------------------------------------------------------
Wed Dec 9 16:05:00 UTC 2015 - mpluskal@suse.com
- Enable opencl and freexl support
- Update dependencies
-------------------------------------------------------------------
Fri Sep 25 11:29:38 UTC 2015 - ecsos@opensuse.org
- Upgrade to version 1.11.3
see http://trac.osgeo.org/gdal/wiki/Release/1.11.3-News
- remove following patches, because their are now in source:
- gdal-poppler-0.31.patch
- gdal-python-swig3-issue6045.patch
- gdal-gcc5-getaddrinfo-issue6073.patch
-------------------------------------------------------------------
Fri Aug 28 10:26:28 UTC 2015 - bruno@ioda-net.ch
- packaging
Redone exclusion for <= 1310 and 1315
Cleanup empty perl bs files
- Build fixes
* Fix python coding in swig3+ (backport of gdal20)
with patch gdal-python-swig3-issue6045.patch
* Fix gcc5 build upstream issue 6073
gdal-gcc5-getaddrinfo-issue6073.patch
-------------------------------------------------------------------
Wed Aug 26 09:58:30 UTC 2015 - bruno@ioda-net.ch
- Adding python3 support
- move fdupes from buildroot (mix python scripts otherwise)
fdupes is run against source html directory
- dos2unix Fix EOL warnings
-------------------------------------------------------------------
Sat Jul 4 11:32:00 UTC 2015 - Angelos Tzotsos <tzotsos@opensuse.org>
- Fix build to use libproj9
-------------------------------------------------------------------
Fri May 29 08:37:19 UTC 2015 - guillaume@opensuse.org
- Fix ECW detection in configure script (need to add -pthread to CFLAGS)
-------------------------------------------------------------------
Sat May 2 18:47:37 UTC 2015 - ecsos@opensuse.org
- Upgrade to version 1.11.2
* Build
- configure: fix detection of OCI by changing linking order
to please modern GCC (#5550)
- configure: fix test to accept MariaDB 10.X as valid MySQL
(#5722)
- More compiler warnings addressed (#5414)
- Windows build of PDF: fix compilation issue with
Visual Studio 2012 (#5744)
- Windows build: Add support for MrSID 9.1 SDK (#5814)
- Windows build: when building netCDF, HDF4, HDF5 as plugins,
call registration of 'sub-drivers' GMT, HDF4Image and
HDF5Image (#5802)
* Port
- CSV finder: Stop probing for csv/horiz_cs.csv. (#5698)
- /vsicurl/: avoid reading after end-of-file and fix failure
when reading more than 16MB in a single time (#5786)
- CPLHexToBinary(): faster implementation (#5812)
* GDAL Core and algorithms
- Make GetMaskBand?() work with GDT_UInt16 alpha bands (#5692)
- Fix 32bit overflow in GDALRasterBand::IRasterIO() (#5713)
- RPC transformer: take into account nodata in RPC DEM (#5680)
- RPC transformer: add RPC_DEM_MISSING_VALUE transformer option
to avoid failure when there's no DEM at the transformed point
(#5730)
- Fix GDALSuggestedWarpOutput() wrong extent in some
circumstances (e.g. dataset of big dimension with world
coordinates) (#5693)
- Fix crash when calling GetTiledVirtualMem?() on non-Linux
platform (#5728)
- warp: fix integer overflow when reprojecting into an area
with (part of) bounds completely outside of the source
projection (#5789)
- OpenCL warper: fix OpenCL code compilation with NVIDIA OpenCL
(#5772)
* Utilities
- gdalwarp: initialize destination dataset to no_data value
when automatically propagating source nodata (#5675)
- gdalwarp: only apply INIT_DEST when processing the first
input dataset (#5387)
- gdaldem: avoid too large files to be produced when using
-co COMPRESS=xxxx -co TILED=YES (#5678)
* GDAL drivers
- GRASS driver:
- fix compilation issues against GRASS 7 (#2953)
- GIF driver:
- fix crash on images without color table (#5792)
- validate the size of the graphic control extension block
(#5793)
- GTiff driver:
- Internal overviews: for near, average, gauss, and pixel
interleaving, make sure to use the same code path for
compressed vs uncompressed overviews (#5701)
- allow lossless copying of CMYK JPEG into JPEG-in-TIFF
(#5712)
- when overriding metadata in update mode, make sure to clear
it from PAM file (#5807)
- fix GTiffRasterBand::DirectIO() to work with TIFF files
with multiple directories (overviews, masks) (#5831)
- Internal libtiff: partial (mostly security related fixes)
upgrade to 4.0.4beta (#5830)
- ISIS3 driver:
- fix to recognize IsisCube?.Mapping.LatitudeType? =
Planetocentric (#5717)
- JP2OpenJPEG driver:
- add compatibility with OpenJPEG 2.1 (#5579)
- JPEG driver:
- Report non-fatal libjpeg errors as CE_Warning
(or CE_Failure if GDAL_ERROR_ON_LIBJPEG_WARNING = TRUE)
(#5667)
- KMLSuperOverlay driver:
- remove useless and unreliable computations on floating
point numbers that caused issues (truncated raster)
on 32bit (#5683)
- USGSDEM driver:
- take into account horizontal unit = ft in the UTM case
(#5819)
- VRT driver:
- fix RasterIO() to be able to fill buffers larger than 2GB
(#5700, #5734)
* OGR core
- ogr_core.h: only ignore -Wfloat-equal for IsInit?() and not
for the rest of the file and files that inc it (#5299)
- OGR layer algebra: properly initialize field maps to avoid
Valgrind warnings in OGRLayer::Update() (#5778)
* OGR drivers
- CSV driver:
- fix segfault when reading allCountries.txt of geonames.org
(#5668)
- FileGDB:
- avoid emitting error when opening a FileGDB v9, so that
OpenFileGDB can be tried to open it, in the case FileGDB
is a plugin (#5674)
- GeoJSON driver:
- ESRIJson: parse correctly rings of esriGeometryPolygon
objects to build correct Polygon or MultiPolygon? (#5538)
- GML driver:
- Fix incorrect geometry cast when reading GML topogeometries
(#5715)
- Update GFS files for RUIAN (UVOH & OB) (#5770)
- LIBKML driver:
- when skipped, fix segfault on second OGRRegisterAll() call
(#5775)
- do not delete the libkml singleton factory (linked to #5775)
- MapInfo? File driver:
- Add GDA94 datum entries to the lookup table (#5671)
- fix segfault in CreateFeature?() if passing an invalid OGR
feature style string (#1209)
- MSSQL driver:
- Fix recognizing image columns as geometry columns for the
select layers. (#5498)
- Fix issue when creating non-spatial table (#5696)
- Fix to read metadata if the tables are specified in the
connection string (#5796)
- Fix invalid use of CSLAddString() in OGR MSSQL (#5810)
- Fix crash if the tablename is specified in the connection
string (#5826)
- MySQL driver:
-don't be dependant on locale when building spatial filter
(#5720)
- NAS driver:
- make chevrons configurable by NAS_INDICATOR (#5708)
- OCI driver:
- Initialize member variable to avoid UpdateLayerExtents?()
to be called randomly on non spatial tables (#5376)
- fix FID (multi_load=off, OGRNullFID) - start with 1
(not -1) (#5454)
- OpenFileGDB driver:
- fix ResetReading?() on SQL layer with ORDER BY on indexed
column (#5669)
- add support for non spatial GDB v9 tables (#5673)
- PG driver:
- fix GDAL 1.11.0 regression that prevented to retrieve more
than 500 features from a connection with tables= parameter
and on a SQL result layer (#5837)
- SQLite/Spatialite driver:
- remove 'T' suffix when formatting the content of a Date
field (#5672)
- fix segmentation fault when executing OGR2SQLITE_Register()
when compiling against sqlite 3.8.7 (#5725)
- make GetFIDColumn() work when run as first method call
(#5781)
- VRT driver:
- do not propagate ignoring of x and y cols of a
PointFromColumns? to the source layer (#5777)
- XLSX driver:
- fix column numbering when there are more than 26 columns
(#5774)
* SWIG Language Bindings
- Python bindings:
- Fix hang of Python in case of repeated call to gdal/ogr.
UseExceptions?() and CE_Warning emitted (#5704)
- fix processing error of ogr_python.i with SWIG 3 (#5795)
- NUMPY driver: avoid returning CE_None in GetGeoTransform?()
when there's no geotransform set (#5801)
-------------------------------------------------------------------
Fri Mar 27 13:53:57 UTC 2015 - dimstar@opensuse.org
- Add gdal-poppler-0.31.patch: Fix build with poppler 0.31+.
-------------------------------------------------------------------
Tue Mar 10 10:35:47 UTC 2015 - schubert.seb@gmail.com
- Fix hard coded proj4 library name
* gdal-libproj.patch
-------------------------------------------------------------------
Sun Mar 8 20:39:00 UTC 2015 - mpluskal@suse.com
- Update perl package dependencies
-------------------------------------------------------------------
Mon Feb 9 16:46:37 UTC 2015 - mpluskal@suse.com
- Add GDALmake.opt.in.patch to fix random failures of parallel
builds
-------------------------------------------------------------------
Mon Feb 9 15:15:10 UTC 2015 - mpluskal@suse.com
- Build with hdf5 on suse recent suse releases.
- Correct license and bundle license with packages.
- Misc spec file cleanups.
- Build with webp support if possible.
- Use autoreconf when possible to avoid issues with improper
cflags used and parallel builds.
- Rename package to match upstream name (gdal) - library is
provided as libgdal1 which matches shared libraries policy.
-------------------------------------------------------------------
Tue Dec 16 10:23:44 UTC 2014 - guillaume@opensuse.org
- Add optional support to ECW JPEG lib support (disabled by default)
-------------------------------------------------------------------
Sat Oct 11 08:35:27 UTC 2014 - behrisch@users.sourceforge.net
- fixing build with older autotools (SLE11SP3, CentOS6)
- removing obsolete patch
-------------------------------------------------------------------
Thu Oct 2 10:06:59 UTC 2014 - ecsos@schirra.net
Upgrade to version 1.11.1
- Build
* Fix compilation errors with json-c 0.12 (#5449)
* configure: fix for cpl_recode_iconv.cpp compilation error
on freebsd 10 (#5452)
* Fix compilation error in alg/gdalgrid.cpp when AVX is available,
but not SSE (#5566)
* Fix wrong include order in ingr and nitf subdirs w.r.t internal
libtiff (#5644)
* Add CPL_UNUSED for gcc >= 4 (#5414)
- Port
* CPLSpawn() on Windows: quote arguments with spaces
in them (#5469)
* /vsigzip/: avoid infinite loop when reading broken
.gml.gz file (#5486)
* /vsizip/: fix bug that caused premature end of file condition
with some read patterns (#5530)
* /vsizip/: on >4GB zips: accept .zip declare 0 disks (#5615)
* Fix stack corruption upon thread termination with
CPLSetThreadLocalConfigOption on Windows 32 bit (#5590,
reported by cleo)
* cpl_http.cpp: truly set CURLOPT_NOSIGNAL if available (#5568)
- GDAL Core
* EXIF reader: add missing validation for some data types (#3078)
* Fix segfault in GDALPamRasterBand::SerializeToXML() when
saving an empty RAT (#5451)
* Windows plugin: complementary fix to #5211 to avoid error
dialog box when there are dependency problems (#5525)
* RPC transformer with DEM: fix near interpolation
(patch by liminlu0314, #5553)
* OpenCL warper: remove unused variable in bilinear resampling
that can cause compilation error (#5518)
* GDALCreateTPSTransformer(): fix crash if the forward or backward
transform cannot be computed (#5588)
* Overview: ignore alpha=0 values when compute an average overview
of an alpha band; and also avoid memory errors when calling
GetMaskBand?()/GetMaskFlags() after overview computation if
GetMaskXXX() has been called before (#5640)
- Utilities
* gdal2tiles.py: fix inverted long/lat in BoundingBox? and
Origin elements of tilemapresource.xml (#5336)
* pct2rgb.py: make it work (again) with color tables with
less than 256 entries (#5555)
Previous upgrades from version 1.11.0
- New GDAL drivers:
* KRO: read/write support for KRO KOKOR Raw format
- New OGR drivers:
* CartoDB : read/write support
* GME (Google Map Engine) : read/write support
* GPKG (GeoPackage): read-write support (vector part of the spec.)
* OpenFileGDB: read-only support (no external dependency)
* SXF: read-only support
* WALK : read-only support
* WAsP .map : read-write support
- Significantly improved drivers: GML, LIBKML
- RFC 40: enhanced RAT support (#5129)
- RFC 41: multiple geometry fields support
- RFC 42: OGR Layer laundered field lookup
- RFC 43: add GDALMajorObject::GetMetadataDomainList?() (#5275)
- RFC 45: GDAL datasets and raster bands as virtual memory mapping
- Upgrade to EPSG 8.2 database
-------------------------------------------------------------------
Thu Oct 3 17:24:58 UTC 2013 - Angelos Tzotsos <tzotsos@opensuse.org>
Upgrade to version 1.10.1:
- Compilation fixes for iOS (#5197, #5198)
- Fix VSISubFileHandle::Eof() behaviour to be POSIX compliant, so that the shapefile reader can read the last feature when using /vsitar (#5093)
- vsicache: fix for 32bit binaries when file size is over 2GB (#5170)
- warper: Fix warping when input pixel size is too close to 0 (#5190)
- GDALFillNodata(): Fix use of uninitialized memory and integer overflows (#4010, #5203)
- Fix ref-counting of callable passed to gdal.PushErrorHandler?() (#5186)
-------------------------------------------------------------------
Mon Jun 3 17:14:40 UTC 2013 - dvaleev@suse.com
- install man to the %{_mandir}
-------------------------------------------------------------------
Sat May 25 19:39:26 UTC 2013 - behrisch@users.sourceforge.net
- removing dox from RHEL and derivatives
-------------------------------------------------------------------
Thu May 23 06:10:28 UTC 2013 - behrisch@users.sourceforge.net
- added dependency to libltdl for the devel package
-------------------------------------------------------------------
Wed May 8 06:25:13 UTC 2013 - behrisch@users.sourceforge.net
- Added openjpeg2 to the devel requirements
-------------------------------------------------------------------
Mon Apr 29 19:48:32 UTC 2013 - Angelos Tzotsos <tzotsos@opensuse.org>
Upgrade to version 1.10 final:
* New GDAL drivers:
- ARG: read/write suuport for ARG datasets (#4591)
- CTable2: read/write support for CTable2 datum grid shift format
- DDS: write-only support for DirectDraw? Surface format (#5017)
- IRIS: read support for products generated by the IRIS weather radar software (#4854)
- MAP: read OziExplorer? .map files (#3380)
- MBTiles: read-only support for MBTiles rasters (needs libsqlite3)
* New OGR drivers:
- ElasticSearch?: write-only support to write into ElasticSearch? databases (needs libcurl)
- ODS : read/write support for OpenOffice? .ods (Open Document Spreadsheets) (needs libexpat)
- OSM : read-only support for .osm / .pbf OpenStreetMap? files
- PDF: read/write support for vector/structured PDF files
- XLSX: read/write support for MS Excel 2007 and later Open Office XML .xlsx spreadsheets (needs libexpat)
* RFC 39: OGR Layer algebra methods : http://trac.osgeo.org/gdal/wiki/rfc39_ogr_layer_algebra
* Add a SQL SQLite dialect : http://gdal.org/ogr/ogr_sql_sqlite.html
* Make GDAL loadable as a SQLite3 extension (named VirtualOGR) (#4782)
* /vsicurl_streaming/: new virtual file system handler designed to read in streaming mode dynamically generated files
* GDAL API_PROXY mechanism to run GDAL drivers in a separate process: http://gdal.org/gdal_api_proxy.html
* Significantly improved drivers : PDF, SQLite, JP2OpenJPEG
* Add a geocoding client : http://gdal.org/ogr/ogr__geocoding_8h.html
* Upgrade to EPSG 8.0 database
-------------------------------------------------------------------
Thu Apr 18 20:30:51 UTC 2013 - Angelos Tzotsos <tzotsos@opensuse.org>
- Upgraded to version 1.10RC3
-------------------------------------------------------------------
Sun Apr 14 21:17:14 UTC 2013 - Angelos Tzotsos <tzotsos@opensuse.org>
- Upgraded to version 1.10RC2
-------------------------------------------------------------------
Sun Apr 14 14:25:33 UTC 2013 - Angelos Tzotsos <tzotsos@opensuse.org>
- Upgraded to version 1.10RC1
-------------------------------------------------------------------
Mon Apr 8 21:23:44 UTC 2013 - Angelos Tzotsos <tzotsos@opensuse.org>
- Restored OpenJPEG2000 dependency
- Upgraded to version 1.10beta2
-------------------------------------------------------------------
Tue Dec 4 16:49:11 UTC 2012 - Angelos Tzotsos <tzotsos@opensuse.org>
- Removed hardcoded Requires
-------------------------------------------------------------------
Sun Nov 25 20:33:28 UTC 2012 - Angelos Tzotsos <tzotsos@opensuse.org>
- Disabled OpenJPEG support until we have a patch for OpenJPEG 2.0 final
-------------------------------------------------------------------
Sun Oct 14 20:00:15 UTC 2012 - schwab@linux-m68k.org
- gdal-postgisraster-array-overflow.patch
PostGISRaster: fix array overflow
-------------------------------------------------------------------
Fri Oct 12 16:52:14 UTC 2012 - Angelos Tzotsos <tzotsos@opensuse.org>
- Update to new release 1.9.2:
Fix infinite GDALOpen recursion with some VRTs (#4835)
Avoid destroying existing overviews (.aux/.rrd) (#4831)
Support recognising NaN better in !CPLStrtod() (#4799)
Fix windows declaration for !CPLGetErrorHandlerUserData() (#4755)
Fix compilation with Gentoo modified zlib 1.2.6 (#4723)
Look for libgeotiff headers in /usr/include/libgeotiff too (#4706)
Improve warning handling in !CPLClearRecodeStubWarningFlags() (#4650)
Fix Solaris compilation bug (#4705)
!MorphFromESRI(): compare SPHEROID/PRIMEM parms, not names (#4673)
-------------------------------------------------------------------
Thu Sep 27 18:14:55 UTC 2012 - behrisch@users.sourceforge.net
- fixing sles dependencies
-------------------------------------------------------------------
Wed Sep 26 18:28:50 UTC 2012 - behrisch@users.sourceforge.net
- fixing sles 10 build by not regenerating swig files
-------------------------------------------------------------------
Wed Sep 19 10:58:59 UTC 2012 - behrisch@users.sourceforge.net
- fixed ScientificLinux dependencies
-------------------------------------------------------------------
Fri Sep 14 18:30:43 UTC 2012 - behrisch@users.sourceforge.net
- Fixed CentOS 6 and ScientificLinux 6 build
- Fixed SLE build
-------------------------------------------------------------------
Fri Jun 29 00:05:57 UTC 2012 - Angelos Tzotsos <tzotsos@opensuse.org>
- added new parameters to avoid issue:
https://bugs.archlinux.org/task/30471
http://www.mail-archive.com/ubuntu@lists.osgeo.org/msg00330.html
-------------------------------------------------------------------
Fri Jun 15 21:57:40 UTC 2012 - Angelos Tzotsos <tzotsos@opensuse.org>
- Fixed Factory build
- Added poppler patch from branch 1.9
- Added libgeotiff include path patch (now upstream too)
-------------------------------------------------------------------
Fri Jun 1 11:18:37 CEST 2012 - kukuk@suse.de
- remove obsolete doxygen patch
-------------------------------------------------------------------
Thu May 31 11:37:12 CEST 2012 - kukuk@suse.de
- Fix libXerces-c dependency for SLES
-------------------------------------------------------------------
Wed May 23 07:32:21 UTC 2012 - tzotsos@opensuse.org
- Update to new release 1.9.1
*fix crash with VSICachedFile::Read() for large reads (#4646)
*Unix VSI*L: correctly set current offset after a failed read (#4583)
*Improve OpenJDK finding logic in configure. (#4643)
*Fix iconv configure problem on FreeBSD (#4525)
*Fix MinGW build when pthread is also available (#4430)
*makegdalXX.vcproj : update 71,80 and 90 version. Drop 10 version --> open the 90 version and VS2010 should convert it (#4415)
*reverseWindingOrder(): don't force coordinate dimension to 3 (#4621)
*Fix incorrect rounding in OGRFormatDouble (#4614)
*Fix segfault when running 'ogr2ogr target src -select AFIELD -where FID=xxx' when the source layer has more than 5 fields (#4500)
- gdal-sqlite.patch moved upstream http://trac.osgeo.org/gdal/ticket/4515
-------------------------------------------------------------------
Sat May 12 19:28:16 UTC 2012 - behrisch@users.sourceforge.net
- fixed scientific linux build
- moved to external libgeotiff which works better with QLandkarteGT
-------------------------------------------------------------------
Wed Apr 4 22:09:37 UTC 2012 - behrisch@users.sf.net
- fixed RHEL6 (and derivatives) build
-------------------------------------------------------------------
Wed Feb 15 07:48:41 UTC 2012 - dassau@gbd-consult.de
- added gdal-sqlite.patch to fix http://trac.osgeo.org/gdal/ticket/4515
-------------------------------------------------------------------
Tue Jan 10 08:22:22 UTC 2012 - dassau@gbd-consult.de
- Update to new release 1.9.0
* New GDAL drivers: ACE2, CTG, E00GRID, ECRGTOC, GRASSASCIIGrid,
GTA, NGSGEOID, SNODAS, WebP, ZMap
* New OGR drivers: ARCGEN, CouchDB, DWG, EDIGEO, ESRI FileGDB, Geomedia,
Google Fusion Tables, IDRISI, MDB, SEGUKOOA, SEGY, SVG, XLS
* Significantly improved drivers: NetCDF
* Encoding support for shapefile/dbf (#882)
* RFC 35: Delete, reorder and alter field definitions of OGR layers
* RFC 37: Add mechanism to provide user data to CPLErrorHandler (#4295)
* gdalsrsinfo: new supported utility to report SRS in various form
(supercedes testepsg)
-------------------------------------------------------------------
Thu Jul 21 20:19:34 UTC 2011 - dassau@gbd-consult.de
- Update to new release 1.8.1
-------------------------------------------------------------------
Wed Apr 27 10:59:34 UTC 2011 - dassau@gbd-consult.de
- Added curl as dependency to support (wms/wcs/...)
-------------------------------------------------------------------
Sun Apr 24 12:59:34 UTC 2011 - toddrme2178@gmail.com
- Switched to valid groups (fix for RPMLINT warning)
-------------------------------------------------------------------
Thu Apr 14 00:00:00 UTC 2011 - behrisch@users.sourceforge.net
- fix CentOS and SLE10 build
-------------------------------------------------------------------
Sat Apr 9 00:00:00 UTC 2011 - hpj@urpla.net
- fix python dependencies and build, clean up spec
-------------------------------------------------------------------
Mon Jan 24 00:00:00 UTC 2011 - dassau@gbd-consult.de
- update to new version
-------------------------------------------------------------------
Sat Nov 13 00:00:00 UTC 2010 - Otto Dassau 1.7.3
- update to new version with many small fixes and changes
-------------------------------------------------------------------
Thu Jun 24 00:00:00 UTC 2010 - Otto Dassau 1.7.1
- added soname patch for building without libtool
-------------------------------------------------------------------
Wed Apr 14 00:00:00 UTC 2010 - Otto Dassau 1.7.1
- added perl and python packages with help from fedora spec by Balint Cristian
-------------------------------------------------------------------
Thu Feb 11 00:00:00 UTC 2010 - Otto Dassau 1.7.1
- update to new version
-------------------------------------------------------------------
Mon Nov 30 00:00:00 UTC 2009 - Otto Dassau 1.6.3
- update to new version
-------------------------------------------------------------------
Tue Nov 24 00:00:00 UTC 2009 - Otto Dassau 1.6.2
- update to new version
-------------------------------------------------------------------
Mon May 18 00:00:00 UTC 2009 - Otto Dassau 1.6.1
- update to new version
-------------------------------------------------------------------
Wed Feb 18 00:00:00 UTC 2009 - Otto Dassau 1.6.0
- update to new version
- adapted hdf4 patch
- removed ogpython and enabled current python bindings
-------------------------------------------------------------------
Thu Dec 4 00:00:00 UTC 2008 - Otto Dassau 1.5.3
- new patch to prevent getting upside-down images with NetCDF (ticket 2654)
-------------------------------------------------------------------
Tue Oct 21 00:00:00 UTC 2008 - Otto Dassau 1.5.3
- update to new version
-------------------------------------------------------------------
Thu Jun 12 00:00:00 UTC 2008 - Otto Dassau 1.5.2
- update to new bugfix version and added hdf4 support
-------------------------------------------------------------------
Sun Mar 23 00:00:00 UTC 2008 - Otto Dassau 1.5.1
- update to new version
-------------------------------------------------------------------
Mon Dec 31 00:00:00 UTC 2007 - Otto Dassau 1.5.0
- added with-ogpython
- BuildRequires: +unixODBC-devel, +libgeos-devel
- added more tools
-------------------------------------------------------------------
Thu Dec 20 00:00:00 UTC 2007 - Otto Dassau 1.4.4
- update to 1.4.4 and added mysql support
-------------------------------------------------------------------
Mon Aug 13 00:00:00 UTC 2007 - Dirk Stoecker 1.4.2
- adapted for openSUSE BuildService
-------------------------------------------------------------------
Mon Jul 16 00:00:00 UTC 2007 - Otto Dassau 1.4.2
- first built
-------------------------------------------------------------------
Mon Jun 11 00:00:00 UTC 2007 - Otto Dassau 1.4.1
- first built
-------------------------------------------------------------------
Tue Dec 19 00:00:00 UTC 2006 - Otto Dassau 1.3.2
- built on SuSE 10.2
-------------------------------------------------------------------
Mon Jun 19 00:00:00 UTC 2006 - Markus Neteler 1.3.2
- added DB support; gdal_rasterize
-------------------------------------------------------------------
Wed Jan 25 00:00:00 UTC 2006 - Otto Dassau 1.3.1
- adapted to SuSE 10.0