AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Modernise spec file - Fix building for Leap
- Update to version 1.5.0: * Note: this release breaks the ABI - you will need to re-compile. Also, the GDAL plugin will longer work with GDAL < 3; but will now work with GDAL 3.6.x. * Implement Dataset.DeleteLayer() * Support for 64 bit int images and nodata in the GDAL driver for GDAL >= 3.5 * Print error on file open failure in GDAL driver * Set the attribute chunksize as passed in, not zero * Add support for ArcGIS 10.9 and ArcPro 2.7 and 2.8 * New kealib Python bindings using libawkward for accessing neighbours * Support for GetSpatialRef() etc and other various GDAL 3.x changes in driver. * Make driver more robust when dealing with corrupted files esp. when the RAT cannot be read. * Protect driver internal data structures with mutexes - should be totally threadsafe now. - Added patch 0001-fix-shebang-interpreter.patch
- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)
- Update descriptions. Drop empty kealib BRPM.
- Update to version 1.4.10: * Remove requirement to build in C++98 mode. Fixes linking against HDF5 built in C++11 mode. * Fix C++17 compilation * Fix NZTM problem in Imagine driver - Changes for version 1.4.9: * Fix output from "kea-config --hdflibs" so it works with libtool * Tidy directory structure by removing "trunk" subdirectory. - Changes for version 1.4.8: * Improvements to Arc and Imagine Drivers * Installer for ArcGIS, ArcPro and Imagine. * Improvements to cmake scripts by Hiroshi Miura. Among other things, out of tree builds now work. * Fix building against recent HDF5 on Windows - Drop upstreamed patches: * Fixed_out_of_tree_builds.patch * fix_build_with_gdal.patch
- Polish spec file with spec-cleaner - Use more of cmake macros - Run test(s) - Fix dependencies of devel package
- Move kea-config to devel package
- Disable GDAL plugin by default
- Update to 1.4.7 - Backport upstream patch to fix bin/* installation * Fixed_out_of_tree_builds.patch
- Initial version 1.4.6 - Add patch to be able to build GDAL plugin: * fix_build_with_gdal.patch