File KEALib.changes of Package KEALib
-------------------------------------------------------------------
Thu Feb 19 10:43:43 UTC 2026 - Libor Pechacek <lpechacek@gmx.com>
- Update to version 1.6.2:
* prepare for v1.6.2 (#77)
* Fixes for recent cmake (#76)
* flush on each RAT operation (#75)
* add __version__ to Python bindings, get ready for 1.6.1
(#74)
* fix memory leaks, close dataset for neighbours (#73)
* prepare for 1.6.0 (#69)
* use default native chunksize to copy RAT (#68)
* remove ArcGIS and ERDAS Imagine driver sources (#67)
* Fix overview writing and reduce warnings from released GDAL
(#66)
* Don't derive from PAM classes for GDAL driver (#64)
* up chunk sizes (#62)
* try setting baseurl (#61)
* Fix Python link. add Gemfile and try and fix title (#60)
* copy into new dir (#59)
* run jekyll as part of the actions (#58)
* change main to master in deplit if statement (#57)
* just upload docs folder (#56)
* update from github template (#55)
* add missing file (#54)
* dumps docs for C++ and Python and make a start on github
page for kealib (#52)
* Add thread safety and quieten hdf5 stack trace (#51)
* Update to show 1.6.0 (#50)
* get ready for version 1.5.3 (#49)
* Add C++11 as build requirement in CMake (#48)
* Export `Kealib` CMake package with `Kealib::Kealib` (#47)
* Fix Kealib interface target (#45)
* #include <H5Cpp.h> (#46)
* add support for /vsi datasets in GDAL plugin (#44)
* backport GDAL #8788 (#43)
* get ready for version 1.5.2 (#41)
* fix parallel build and don't depend on HL (#40)
* Jammy build scripts (#35)
* load libgdal on demand (#34)
* change way awkward version detection works (#33)
* update distro instructions
* update .iss files and Changes.txt (#32)
* Create a cmake export target (#31)
* Update Python bindings to build with recent awkward-array
and improve testing (#30)
-------------------------------------------------------------------
Fri Mar 17 10:12:44 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
- Modernise spec file
- Fix building for Leap
-------------------------------------------------------------------
Mon Jan 16 07:45:00 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
- 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
-------------------------------------------------------------------
Mon Aug 24 15:28:41 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)
-------------------------------------------------------------------
Wed Aug 15 12:36:57 UTC 2018 - jengelh@inai.de
- Update descriptions. Drop empty kealib BRPM.
-------------------------------------------------------------------
Wed Jul 25 07:34:09 UTC 2018 - mpluskal@suse.com
- 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
-------------------------------------------------------------------
Mon Jul 16 11:45:49 UTC 2018 - mpluskal@suse.com
- Polish spec file with spec-cleaner
- Use more of cmake macros
- Run test(s)
- Fix dependencies of devel package
-------------------------------------------------------------------
Fri Jul 13 09:54:53 UTC 2018 - guillaume.gardet@opensuse.org
- Move kea-config to devel package
-------------------------------------------------------------------
Wed May 16 19:42:20 UTC 2018 - guillaume.gardet@opensuse.org
- Disable GDAL plugin by default
-------------------------------------------------------------------
Wed May 16 14:55:08 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 1.4.7
- Backport upstream patch to fix bin/* installation
* Fixed_out_of_tree_builds.patch
-------------------------------------------------------------------
Wed May 16 10:41:25 UTC 2018 - guillaume@opensuse.org
- Initial version 1.4.6
- Add patch to be able to build GDAL plugin:
* fix_build_with_gdal.patch