Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libgdal35 | Distribution: openSUSE Tumbleweed |
Version: 3.9.2 | Vendor: openSUSE |
Release: 1.1 | Build date: Mon Aug 26 16:36:00 2024 |
Group: Unspecified | Build host: reproducible |
Size: 29916284 | Source RPM: gdal-3.9.2-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://www.gdal.org/ | |
Summary: GDAL static libraries |
GDAL and OGR are translator libraries for raster and vector geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats.
BSD-3-Clause AND MIT AND SUSE-Public-Domain
* Mon Aug 26 2024 Bruno Friedmann <bruno@ioda-net.ch> - update to bugfix release 3.9.1 https://github.com/OSGeo/gdal/blob/v3.9.2/NEWS.md + Fix issue compiling with openssl 3.2.2 and libarchive 3.3.3 + Fix -Wnull-dereference warnings of gcc 14.2 * Thu Jul 04 2024 Bruno Friedmann <bruno@ioda-net.ch> - update to bugfix release 3.9.1 https://github.com/OSGeo/gdal/blob/v3.9.1/NEWS.md - update to version 3.9.0 https://github.com/OSGeo/gdal/blob/v3.9.0/NEWS.md + fix boo#1227394 compilation error with libpoppler 24.06 - packaging: the following binaries are directly present in main gdal /usr/bin/gdal2tiles /usr/bin/gdal2xyz /usr/bin/gdal_calc /usr/bin/gdal_edit /usr/bin/gdal_fillnodata /usr/bin/gdal_merge /usr/bin/gdal_pansharpen /usr/bin/gdal_polygonize /usr/bin/gdal_proximity /usr/bin/gdal_retile /usr/bin/gdal_sieve /usr/bin/gdalattachpct /usr/bin/gdalcompare /usr/bin/gdalmove /usr/bin/ogr_layer_algebra /usr/bin/ogrmerge /usr/bin/pct2rgb /usr/bin/rgb2pct Their *.py equivalent are present in python3-GDAL, so we remove the hard dependency on python3-GDAL in gdal + remove duplicate LICENSE.TXT file in /usr/share/gdal - spec cleaning * Thu Apr 04 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 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 09 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 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 05 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 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 01 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 2023 Dirk Stoecker <opensuse@dstoecker.de> - Add Conflicts entry between drivers package and old library version * Thu Sep 14 2023 Dirk Stoecker <opensuse@dstoecker.de> - Seperate drivers.ini from the library package * Mon Aug 21 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 2023 Boris Manojlovic <boris@steki.net> - add required development rpms * Fri Mar 17 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 08 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 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 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. 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" (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 * Sat Nov 26 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 2022 Guillaume GARDET <guillaume.gardet@opensuse.org> - Set bash-completion as noarch * Fri Nov 25 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 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 08 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 07 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 04 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 2021 D. Berge <opensuse@navlost.eu> - Fix build on Leap 15.3 * Mon Nov 29 2021 Bruno Friedmann <bruno@ioda-net.ch> - Fix xerces detection by adding --with-xerces-inc parameter * Mon Nov 01 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 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 07 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 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 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 2021 Dirk Müller <dmueller@suse.com> - remove bundled libraries, use system provided ones * Tue May 04 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 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 04 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
/usr/lib64/libgdal.so.35 /usr/lib64/libgdal.so.35.3.9.2 /usr/share/licenses/libgdal35 /usr/share/licenses/libgdal35/LICENSE.TXT
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Sep 29 00:26:11 2024