243 Commits

Author SHA256 Message Date
22608cb3a9 Accepting request 1333890 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1333890
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=105
2026-02-19 13:23:32 +00:00
3eb20f8926 - Fix build with Poppler 26.02.0:
* Add gdal-pr13850-poppler26_02.patch

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=229
2026-02-19 08:13:57 +00:00
f679c8c01d Accepting request 1333736 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1333736
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=104
2026-02-18 16:11:54 +00:00
b5731719cc - Make dependency on NetCDF optional and set the default for
s390x, s390, armv7l and i586 to "off".
- Update to 3.12.2

This fixes build on s390x, s390 and i586 which lack NetCDF binaries. I've added armv7l to the mix as well, as NetCDF is not available on that platform either. However, it has broken HDF5, so GDAL won't build there at the moment.

The exception implementation may need cleanup, as I'm not that well-versedin RPM macro language. I'm open to suggestions.

Update to v3.12.2 was added after Bruno's suggestion with which I agree.

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=227
2026-02-18 12:02:28 +00:00
3432cc781e Accepting request 1330097 from Application:Geo
- Update to 3.12.1
  * GDAL 3.12.1 is a bugfix release.
  ## Port
  * VSIZipFilesystemHandler::GetFileInfo(): extra sanity check to
    avoid later huge memory allocations (ossfuzz#457877771)
  * /vsicurl/: fix a redirect to a URL ending with a slash followed
    by a 403
  ## Algorithms
  * Rasterize: avoid integer overflows on huge geometry coordinates
  * GDALFPolygonize(): make it handle 64-bit float rasters on their
    native precision, and not Float32 (#13526)
  ## Core
  * GDALGeoTransform::Apply(const OGREnvelope &,
    GDALRasterWindow&): avoid integer overflows
  * ComputeRasterMinMaxLocation(): fix on all inf/-inf rasters
  * GDALProxyPoolDataset::GetGCPSpatialRef(): fix nullptr
    dereference
  * Deferred plugin loading: add GDAL_DCAP_UPDATE to cached driver
    metadata items in proxy driver, to avoid plugins to be
    unnecessarily loaded
  * GDALJP2Metadata::CollectGMLData(): avoid memory leak on
    malformed documents
  * JPEG2000 writer: remove NUL terminated byte at end of payload
    of 'lbl ' and 'xml ' boxes
  * ComputeStatistics(): fix imprecise result on stddev on Float64
    with SSE2/AVX2 optimization (3.12.0 regression) (#13543)
  * ComputeStatistics(): increase precision for mean and stddev
    computation on Float32 to Float64 (3.12.0 regression)
  ## Raster utilities
  * gdalinfo -json output: fix stac:transform coefficient order
    (#13358)
  * gdalinfo -json: fix setting [stac][raster:bands][0][nodata] for
    floating-point datasets
  * GDALZonalStats: Fix error for certain polygons outside raster
    extent (#13376)
  * gdal raster zonal-stats: avoid integer overflows on geometries
    with huge coordinate values
  * gdal raster tile: fix stalling in --parallel-mode=spawn with
    CPL_DEBUG=ON on Windows (#13390)
  * gdal mdim convert: fix specifying multiple values for --group,
    --subset, --scale-axes
  * gdal raster convert: avoid error message when outputting to
    /vsistdout/ (#13400)
  * gdal raster calc / VRTDerivedRasterBand: fix
    computation/transfer data type with ComplexSource (#13409)
  * gdal raster compare/info/tile: make them work properly in a
    pipeline where the input dataset is provided not in the
    pipeline string
  * gdal vector make-valid: avoid skipping 3d geometries (#13425)
  * ogr2ogr/VectorTranslate: fix (and improve) selectFields support
    in Arrow code path (#13401)
  * gdal vector check-geometry: add include-field option
  * gdal raster color-map/gdaldem color-relief: fix crash when
    color map is invalid and outputting to a format without
    CreateCopy capability
  * GDALGeosNonStreamingAlgorithmDataset: Avoid crash with multiple
    input layers
  * gdal vector sql: fix --overwrite-layer (#13516)
  * gdal raster calc: allow to specify input files as nested
    pipelines (#13493)
  * gdalwarp: fix artifacts (related to chunked processing) when
    using -r sum resampling (#13539)
  ## Raster drivers
  ### GTI driver:
  * accept tiles with south-up orientation (auto-warp them to
    north-up) (#13416)
  * allow 'stac_extensions' field (in addition to 'stac_version')
    to be a marker for STAC GeoParquet
  * STAC GeoParquet: make it ready for top-level 'bands' object and
    eo v2.0 stac extension
  * only rewrite URLs (like gs:// --> /vsigs/) for a STAC
    collection catalog (#12900)
  ### GTiff driver:
  * avoid a warning to be emitted when created RRD overviews
  ### HDF5 driver:
  * do not report GCPs on swath geolocation fields, but report
    GEOLOCATION
  ### netCDF driver:
  * fix potential linking issue in
    GDAL_REGISTER_DRIVER_NETCDF_FOR_LATER_PLUGIN=ON mode (#13410)
  ### NITF driver:
  * fix reading extended header TREs (#13510)
  ### STACIT driver:
  * do not emit initial pagination request with a '{}' body
  ### VRT driver:
  *  Add "name" attribute to source types in xml schema
  *  with nearest neighbor, round source coordinates as we do in
     generic GDALRasterBand::IRasterIO() (#13464)
  *  disable multithreading on neighbouring sources not perfectly
     aligned on an integer output coordinate, to avoid non
     deterministic pixel output
  ### Zarr driver:
  * fix one way of opening Kerchunk Parquet reference stores
  * avoid excessive processing time on corrupted NCZarr datasets
    (ossfuzz#459241526)
- Fix build with Poppler 26.01.00, add gdal-pr13664-poppler26.patch
- Remove lerc build option: It has no effect when using external
  libtiff -- boo#1257123

OBS-URL: https://build.opensuse.org/request/show/1330097
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=103
2026-01-31 15:17:13 +00:00
3a9b0935a6 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=225 2026-01-30 22:22:54 +00:00
dd9f1b4b2e OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=224 2026-01-30 22:17:18 +00:00
c7b82d5dc8 Accepting request 1330077 from home:bnavigator:branches:Application:Geo
- Update to 3.12.1
  * GDAL 3.12.1 is a bugfix release.
  ## Port
  * VSIZipFilesystemHandler::GetFileInfo(): extra sanity check to
    avoid later huge memory allocations (ossfuzz#457877771)
  * /vsicurl/: fix a redirect to a URL ending with a slash followed
    by a 403
  ## Algorithms
  * Rasterize: avoid integer overflows on huge geometry coordinates
  * GDALFPolygonize(): make it handle 64-bit float rasters on their
    native precision, and not Float32 (#13526)
  ## Core
  * GDALGeoTransform::Apply(const OGREnvelope &,
    GDALRasterWindow&): avoid integer overflows
  * ComputeRasterMinMaxLocation(): fix on all inf/-inf rasters
  * GDALProxyPoolDataset::GetGCPSpatialRef(): fix nullptr
    dereference
  * Deferred plugin loading: add GDAL_DCAP_UPDATE to cached driver
    metadata items in proxy driver, to avoid plugins to be
    unnecessarily loaded
  * GDALJP2Metadata::CollectGMLData(): avoid memory leak on
    malformed documents
  * JPEG2000 writer: remove NUL terminated byte at end of payload
    of 'lbl ' and 'xml ' boxes
  * ComputeStatistics(): fix imprecise result on stddev on Float64
    with SSE2/AVX2 optimization (3.12.0 regression) (#13543)
  * ComputeStatistics(): increase precision for mean and stddev
    computation on Float32 to Float64 (3.12.0 regression)
  ## Raster utilities
  * gdalinfo -json output: fix stac:transform coefficient order

OBS-URL: https://build.opensuse.org/request/show/1330077
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=223
2026-01-30 22:14:46 +00:00
213940f297 Accepting request 1318583 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1318583
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=102
2025-11-19 14:03:17 +00:00
3442550f62 Accepting request 1318494 from home:LPechacek:branches:Application:Geo
- Update to version 3.12.0
  * New 'gdal raster ...', 'gdal vector ...' and other CLI commands
  * Improved pipelining
  * Moved 'gdal vector geom XXXX' utilities directly under 'gdal vector'
  * Renamed 'gdal vector geom set-type' as 'gdal vector set-geom-type'
  * Bump of shared lib major version
  * Full list at https://github.com/OSGeo/gdal/blob/v3.12.0/NEWS.md

OBS-URL: https://build.opensuse.org/request/show/1318494
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=221
2025-11-19 08:19:49 +00:00
287ded7ce1 Accepting request 1317842 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1317842
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=101
2025-11-17 11:13:54 +00:00
5a3c7da837 Accepting request 1316617 from home:bruno_friedmann:branches:Application:Geo
- Update to version 3.11.5 Maintenance release
  https://github.com/OSGeo/gdal/blob/v3.11.5/NEWS.md
- Update to version 3.11.4
  https://github.com/OSGeo/gdal/blob/v3.11.4/NEWS.md

Take into account last update of 3.11 branch

OBS-URL: https://build.opensuse.org/request/show/1316617
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=219
2025-11-14 15:55:22 +00:00
069b131ccc Accepting request 1295952 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1295952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=100
2025-07-27 14:28:03 +00:00
1698ea5fa4 Accepting request 1295942 from home:tenno:branches:Application:Geo
- Update gdal to version 3.11.3; changes below are combined for 3.11.1, .2 and .3
  * Remove gdal-backport-commit-b11cad7.patch since the backported commit is
    included in the 3.11.1 release
  * Fixes various build related issues, for example missing includes
  * Fixes various potential or actual integer overflows, nullptr derefrences
    and memory leaks
  * Fixes crashes when using the MEM driver, caused by wrong usage of
    a function
  * Fixes crashes when using the VRT driver with empty mappings
  * Fixes segfault in gdal vector grid that occurred when the first feature
    had no geometry
  * Readds Golden Software Surfer Binary Grid 6.0 (GSBG) driver
  * Readds GSAG driver
  * Various bug and regression fixes
  * Full changelog is avaiable at
    https://github.com/OSGeo/gdal/blob/v3.11.3/NEWS.md
- Changes from superseded request:
  * Fixed spelling of the removed patch in gdal.changes : )

OBS-URL: https://build.opensuse.org/request/show/1295942
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=217
2025-07-27 11:29:09 +00:00
c32c8b47a4 Accepting request 1288980 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1288980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=99
2025-06-30 11:05:34 +00:00
5d670d7410 Accepting request 1288977 from home:tenno:branches:Application:Geo
- Update gdal to version 3.11.0
  * Add muparser as a new dependency, used by GDAL for C++ VRT expressions
  * Disable frmts/libertiff by removing it from frmts/CMakeLists.txt, since
    it has a hard dependency on the bundled tiff libraries that we remove
  * Add gdal-backport-commit-b11cad7.patch to backport the fix for gdal
    issue #4742 (upstream commit b11cad7)
  * Full Changelog at github.com/OSGeo/gdal/releases/tag/v3.11.0
  * Add GDAL Streamed Algorithm Format (GDALG) driver, enabling streamed vector
    dataset replay of compatible gdal command lines
  * RFC 100 - Support float16
  * RFC 102 - Embed resource files into libgdal
  * RFC 103 - Add OGR_SCHEMA option to select OGR drivers
  * RFC 104 - Add new gdal front-end cli
  * RFC 105 - Add safe path manipulation functions
  * RFC 106 - Metadata for driver update capabilties
  * RFC 107 - Add OGRLayer::I{GetExtent,SetSpatialFilter}() functions
  * RFC 108 - Remove various raster and vector drivers, make other drivers read-only
    See github.com/OSGeo/gdal/releases/tag/v3.11.0 for the removed/changed drivers
  * Add (read-only) Arrow Database Connectivity (OGR ADBC) driver
  * Add libertiff driver (NOTE: Disabled, see second entry)
  * Add (read-only) Radarsat Constellation Mission raster driver
  * Add (read-only) Artificial intelligence powered vector driver
  * Add function evaluate arbitrary VRT Pixel Function expressions
  * Improve ZARR driver, adding Kerchunk JHSON and Parquet reference stores
  * Set GPKG default version to 1.4 on creation
  * Remove OpenCL warper
  * OGR Memory driver has been deprecated in favour of and aliased to the MEM driver
  * Various other fixes

OBS-URL: https://build.opensuse.org/request/show/1288977
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=215
2025-06-28 19:42:04 +00:00
8e7baf809b Accepting request 1280953 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1280953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=98
2025-05-30 12:34:42 +00:00
581c008e73 Accepting request 1280822 from home:mlin7442:rebuild_fails_160
fix rpmlint error

OBS-URL: https://build.opensuse.org/request/show/1280822
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=213
2025-05-28 15:21:41 +00:00
d28d7ba9dc Accepting request 1267734 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1267734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=97
2025-04-08 15:51:27 +00:00
3f2ea73b5e Accepting request 1267722 from home:bruno_friedmann:branches:Application:Geo
- Update to bugfix release version 3.10.3
  https://github.com/OSGeo/gdal/blob/v3.10.3/NEWS.md
  + Build
    - Fix build with -DWIN32_LEAN_AND_MEAN
    - Fix warnings when building against Poppler 25.03.00

OBS-URL: https://build.opensuse.org/request/show/1267722
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=211
2025-04-07 16:13:31 +00:00
f1d136b6c7 Accepting request 1266401 from Application:Geo
- Drop libzstd-devel-static again: this was only a workaround to
  unblock Factory while waiting on the proper fix on zstd
  (boo#1240043). (forwarded request 1266399 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1266401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=96
2025-04-02 15:17:37 +00:00
116fd29b59 Accepting request 1266399 from home:dimstar:Factory
- Drop libzstd-devel-static again: this was only a workaround to
  unblock Factory while waiting on the proper fix on zstd
  (boo#1240043).

OBS-URL: https://build.opensuse.org/request/show/1266399
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=209
2025-04-02 07:55:22 +00:00
88162593b2 Accepting request 1264699 from Application:Geo
fix build, drop pcre (forwarded request 1264698 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/1264699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=95
2025-03-28 06:36:17 +00:00
6d7b2056f8 Accepting request 1264698 from home:AndreasStieger:branches:Application:Geo
fix build, drop pcre

OBS-URL: https://build.opensuse.org/request/show/1264698
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=207
2025-03-27 20:23:13 +00:00
23e096ee35 Accepting request 1246249 from Application:Geo
- Update to bugfix release version 3.10.2
  https://github.com/OSGeo/gdal/blob/v3.10.2/NEWS.md
  ### Port
  * Fix read heap-buffer-overflow on nested /vsitar/ calls (ossfuzz
    #388868487)
  * fix cppcheck nullPointerOutOfMemory
  ### Core
  * GDALGCPsToGeoTransform(): return FALSE when invalid
    geotransform is generated (#11618)
  ### Utilities
  * gdal_rasterize: Also accept doubles for -ts (#11829)
  ### Raster drivers
  #### PLMOSAIC driver:
  * Use a unique user-agent string to isolate usage of driver  
  #### SNAP_TIFF driver:
  * third_party/libertiff: avoid issue with invalid offline tags
    with value offset at zero (ossfuzz #388571282)
  #### STACIT driver:
  * add STAC 1.1 support (#11753)
  * Identify(): accept if at least 2 of 'proj:transform',
    'proj:bbox' or 'proj:shape' are present
  #### WMS driver:
  * Update ESRI WMS links in documentation
- OGR 3.10.2
  ### Core  
  * Fix GeodesicLength() that was quite severely broken as working
    only on closed linestrings (3.10.0 regression)
  ### Vector utilities
  * ogr2ogr: fix -clipsrc/-clipdst when a input geometry is within
    the envelope of a non-rectangle clip geometry, but doesn't

OBS-URL: https://build.opensuse.org/request/show/1246249
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=94
2025-02-16 21:49:13 +00:00
26db91d759 ### Port
* Fix read heap-buffer-overflow on nested /vsitar/ calls (ossfuzz
    #388868487)
  * fix cppcheck nullPointerOutOfMemory
  ### Core
  * GDALGCPsToGeoTransform(): return FALSE when invalid
    geotransform is generated (#11618)
  ### Utilities
  * gdal_rasterize: Also accept doubles for -ts (#11829)
  ### Raster drivers
  #### PLMOSAIC driver:
  * Use a unique user-agent string to isolate usage of driver  
  #### SNAP_TIFF driver:
  * third_party/libertiff: avoid issue with invalid offline tags
    with value offset at zero (ossfuzz #388571282)
  #### STACIT driver:
  * add STAC 1.1 support (#11753)
  * Identify(): accept if at least 2 of 'proj:transform',
    'proj:bbox' or 'proj:shape' are present
  #### WMS driver:
  * Update ESRI WMS links in documentation
- OGR 3.10.2
  ### Core  
  * Fix GeodesicLength() that was quite severely broken as working
    only on closed linestrings (3.10.0 regression)
  ### Vector utilities
  * ogr2ogr: fix -clipsrc/-clipdst when a input geometry is within
    the envelope of a non-rectangle clip geometry, but doesn't
    intersect it (3.10.0 regression) (#11652, #10341)
  * ogrtindex: fix error message when specifying incorrect output

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=205
2025-02-16 15:46:34 +00:00
49f8f4d404 Accepting request 1246245 from home:bruno_friedmann:branches:Application:Geo
- Update to bugfix release version 3.10.2
  https://github.com/OSGeo/gdal/blob/v3.10.2/NEWS.md

OBS-URL: https://build.opensuse.org/request/show/1246245
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=204
2025-02-16 15:41:46 +00:00
3cad61ab17 Accepting request 1238189 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1238189
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=93
2025-01-16 17:34:16 +00:00
d32ca67abe Accepting request 1238183 from home:bruno_friedmann:branches:Application:Geo
- Update to bugfix release version 3.10.1
  + CMake: FindDotnet.cmake: remove obsolete cmake_minimum_required()
  + CMake: fix swig/csharp/CMakeLists.txt compatibility with CMake 3.31
  + CMake: use add_compile_options() instead of setting CMAKE_CXX_FLAGS for -fno-finite-math-only (#11286)
  + Set GDAL_DEV_SUFFIX to the pre-release suffix if a corresponding Git tag was found.
  + PDF: fix build issue on CondaForge build infrastructure (gcc 13.3)
  + Fix issues in cpl_vsil_win32.cpp with latest mingw64
- Remove merged upstream 19ba2562.patch

OBS-URL: https://build.opensuse.org/request/show/1238183
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=202
2025-01-16 09:01:30 +00:00
e791c94554 Accepting request 1235085 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1235085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=92
2025-01-06 15:05:36 +00:00
0f1a3be39d Accepting request 1234990 from home:bruno_friedmann:branches:Application:Geo
- Add upstream patch 19ba2562.patch to support newer poppler.
  fix boo#1235083

OBS-URL: https://build.opensuse.org/request/show/1234990
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=200
2025-01-05 23:59:39 +00:00
e8443abd0e Accepting request 1222598 from Application:Geo
- Update to feature release 3.10.0
  * https://github.com/OSGeo/gdal/blob/v3.10.0/NEWS.md
  * RFC 101: Raster dataset read-only thread-safety
  * New read/write AVIF raster driver
  * New read-only SNAP_TIFF raster driver for Sentinel Application
    Processing GeoTIFF files
  * New OGR read-only XODR driver for OpenDRIVE (#9504)
  * Code linting and security fixes
  * Bump of shared lib major version

OBS-URL: https://build.opensuse.org/request/show/1222598
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=91
2024-11-08 11:00:30 +00:00
47304b3b0a OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=198 2024-11-07 21:54:44 +00:00
3f9cc3c340 Accepting request 1222593 from home:bruno_friedmann:branches:Application:Geo
- Update to feature release 3.10.0
  https://github.com/OSGeo/gdal/blob/v3.10.0/NEWS.md

OBS-URL: https://build.opensuse.org/request/show/1222593
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=197
2024-11-07 21:54:10 +00:00
5e3dd1668a Accepting request 1218609 from Application:Geo
- Update to release 3.9.3
  https://github.com/OSGeo/gdal/blob/v3.9.3/NEWS.md (forwarded request 1218595 from tenno)

OBS-URL: https://build.opensuse.org/request/show/1218609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=90
2024-10-27 10:26:32 +00:00
c1e0632ad9 Accepting request 1218595 from home:tenno:branches:Application:Geo
- Update to release 3.9.3
  https://github.com/OSGeo/gdal/blob/v3.9.3/NEWS.md

OBS-URL: https://build.opensuse.org/request/show/1218595
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=195
2024-10-26 19:17:30 +00:00
1f0bf341c4 Accepting request 1204678 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1204678
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=89
2024-09-30 13:41:32 +00:00
c7d19f5ad0 Accepting request 1204517 from home:bnavigator:branches:Application:Geo
- Fix SLE/Leap 15.6 build
  * Move to SLE/Leap python311 module: Old Python 3.6 is no longer
    supported by qgis
  * use gcc13-c++ (gcc7-c++ does not provide <charconv>)
  * Update build dependencies according to cmake defintions in
    order to make clear what is missing for SLE/Leap

OBS-URL: https://build.opensuse.org/request/show/1204517
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=193
2024-09-30 07:20:04 +00:00
526a2f7e75 Accepting request 1196155 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1196155
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=88
2024-08-27 17:39:13 +00:00
d0b3b34036 Accepting request 1196123 from home:bruno_friedmann:branches:Application:Geo
- 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

OBS-URL: https://build.opensuse.org/request/show/1196123
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=191
2024-08-27 05:52:31 +00:00
65a8efcf85 Accepting request 1186804 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1186804
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=87
2024-07-11 18:33:16 +00:00
82677efdae Accepting request 1185886 from home:bruno_friedmann:branches:Application:Geo
- 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

Beware for 15.5 libtif 4.0.x is too old and will failed.

OBS-URL: https://build.opensuse.org/request/show/1185886
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=189
2024-07-11 09:17:11 +00:00
9954e9e3fa Accepting request 1165446 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1165446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=86
2024-04-05 18:27:58 +00:00
8f2e984fd4 Accepting request 1165415 from home:bruno_friedmann:branches:Application:Geo
- update to bugfix release 3.8.5 (last of 3.8 series)
  https://github.com/OSGeo/gdal/blob/v3.8.5/NEWS.md

OBS-URL: https://build.opensuse.org/request/show/1165415
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=187
2024-04-05 08:30:15 +00:00
293e374ba2 Accepting request 1157893 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1157893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=85
2024-03-14 16:45:18 +00:00
fe4b186594 Accepting request 1157887 from home:bruno_friedmann:branches:Application:Geo
- update to bugfix release 3.8.4
  https://github.com/OSGeo/gdal/blob/v3.8.4/NEWS.md

OBS-URL: https://build.opensuse.org/request/show/1157887
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=185
2024-03-14 08:58:37 +00:00
94ec79512f Accepting request 1138068 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1138068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=84
2024-01-11 20:05:16 +00:00
46a76af076 Accepting request 1137766 from home:bruno_friedmann:branches:Application:Geo
- update to bugfix release 3.8.3
  https://github.com/OSGeo/gdal/blob/v3.8.3/NEWS.md
- Update copyright year

OBS-URL: https://build.opensuse.org/request/show/1137766
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=183
2024-01-11 08:17:06 +00:00
175af52364 Accepting request 1134509 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1134509
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=83
2023-12-21 22:39:45 +00:00
9cf76f21b4 Accepting request 1134481 from home:bruno_friedmann:branches:Application:Geo
- update to bugfix release 3.8.2
  * Full list of changes in
  https://github.com/OSGeo/gdal/blob/v3.8.2/NEWS.md

OBS-URL: https://build.opensuse.org/request/show/1134481
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=181
2023-12-21 16:37:44 +00:00