SHA256
1
0
forked from pool/gdal

Accepting request 1114590 from home:dirkmueller:Factory

- 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

OBS-URL: https://build.opensuse.org/request/show/1114590
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=175
This commit is contained in:
Martin Pluskal 2023-10-03 08:18:02 +00:00 committed by Git OBS Bridge
parent 2f0760278d
commit 947a77383a
8 changed files with 88 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9297948f0a8ba9e6369cd50e87c7e2442eda95336b94d2b92ef1829d260b9a06
size 8614512

View File

@ -1 +0,0 @@
9f94939c0efca2ca3eafd8cd3255a0f0 gdal-3.7.1.tar.xz

3
gdal-3.7.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40c0068591d2c711c699bbb734319398485ab169116ac28005d8302f80b923ad
size 8619608

1
gdal-3.7.2.tar.xz.md5 Normal file
View File

@ -0,0 +1 @@
5c1eca0e695b67f1d9075854cd180285 gdal-3.7.2.tar.xz

View File

@ -1,3 +1,83 @@
-------------------------------------------------------------------
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>

View File

@ -31,7 +31,7 @@
%bcond_with deflate_support
%bcond_with tests_support
Name: gdal
Version: 3.7.1
Version: 3.7.2
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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b3bf50ec205180b3333dc93f796ea6b0f5a5c07a55ea1382bf192e73c03a9da2
size 13830135

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fff3e6e9dd0a902edb976fbf18b1c4d73bf66fe8a478da675bca65a610a7b5ce
size 13835621