Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package KEALib for openSUSE:Factory checked in at 2026-03-04 21:10:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/KEALib (Old) and /work/SRC/openSUSE:Factory/.KEALib.new.561 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "KEALib" Wed Mar 4 21:10:54 2026 rev:8 rq:1336529 version:1.6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/KEALib/KEALib.changes 2023-03-17 17:05:22.558032399 +0100 +++ /work/SRC/openSUSE:Factory/.KEALib.new.561/KEALib.changes 2026-03-04 21:11:20.227609928 +0100 @@ -1,0 +2,47 @@ +Thu Feb 19 10:43:43 UTC 2026 - Libor Pechacek <[email protected]> + +- 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) + +------------------------------------------------------------------- Old: ---- kealib-1.5.0.tar.gz New: ---- kealib-1.6.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ KEALib.spec ++++++ --- /var/tmp/diff_new_pack.RZjJix/_old 2026-03-04 21:11:20.991641268 +0100 +++ /var/tmp/diff_new_pack.RZjJix/_new 2026-03-04 21:11:20.995641432 +0100 @@ -1,7 +1,7 @@ # # spec file for package KEALib # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,11 +16,11 @@ # -%define soversion 1_5 +%define soversion 1_6 %define sourcename kealib %bcond_with gdal_plugin Name: KEALib -Version: 1.5.0 +Version: 1.6.2 Release: 0 Summary: An implementation of the GDAL data model License: MIT @@ -29,6 +29,7 @@ Source0: https://github.com/ubarsc/kealib/releases/download/%{sourcename}-%{version}/%{sourcename}-%{version}.tar.gz Patch0: 0001-fix-shebang-interpreter.patch BuildRequires: cmake >= 2.8.10 +BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: hdf5-devel BuildRequires: zlib-devel @@ -94,6 +95,7 @@ %install %cmake_install +%fdupes %{buildroot}%{_prefix}/lib/cmake %if %{__isa_bits} == 64 mv %{buildroot}%{_prefix}/lib %{buildroot}/%{_libdir} @@ -119,6 +121,10 @@ %{_includedir}/libkea/KEAImageIO.h %{_includedir}/libkea/kea-config.h %{_includedir}/libkea/kea_export.h +%dir %{_libdir}/cmake/Kealib/ +%{_libdir}/cmake/Kealib/*.cmake +%dir %{_libdir}/cmake/libkea/ +%{_libdir}/cmake/libkea/*.cmake %{_libdir}/libkea.so ++++++ kealib-1.5.0.tar.gz -> kealib-1.6.2.tar.gz ++++++ ++++ 15232 lines of diff (skipped)
