Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package blosc2 for openSUSE:Factory checked in at 2024-02-08 19:02:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/blosc2 (Old) and /work/SRC/openSUSE:Factory/.blosc2.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "blosc2" Thu Feb 8 19:02:05 2024 rev:11 rq:1144879 version:2.13.1 Changes: -------- --- /work/SRC/openSUSE:Factory/blosc2/blosc2.changes 2023-12-01 21:27:18.890168171 +0100 +++ /work/SRC/openSUSE:Factory/.blosc2.new.1815/blosc2.changes 2024-02-08 19:02:12.267175787 +0100 @@ -1,0 +2,20 @@ +Wed Feb 7 10:58:20 UTC 2024 - Ben Greiner <c...@bnavigator.de> + +- Update to 2.13.1 + * Removed private include in b2nd.h. This fixes issue #579. +- Release 2.13.0 + * Added a new BLOSC_FILTER_INT_TRUNC filter for truncating + integers to a given number of bits. This is useful for + compressing integers that are not using all the bits of the + type. See PR #577. + * Optimized zstd, specially when using dicts. See PR #578. + Initialize grok library when loading the plugin. This is + needed for other plugins to be able to use it without the need + of importing the package. +- Release 2.12.0 + * New blosc2_get_slice_nchunks function for getting the + unidimensional chunk indexes of a Blosc2 container slice. + * Globally registered new codec grok. This will be loaded + dynamically. + +------------------------------------------------------------------- Old: ---- c-blosc2-2.11.3.tar.gz New: ---- c-blosc2-2.13.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ blosc2.spec ++++++ --- /var/tmp/diff_new_pack.0KdozR/_old 2024-02-08 19:02:13.195209784 +0100 +++ /var/tmp/diff_new_pack.0KdozR/_new 2024-02-08 19:02:13.195209784 +0100 @@ -1,7 +1,7 @@ # # spec file for package blosc2 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define major 2 %define libname lib%{name}-%{major} Name: blosc2 -Version: 2.11.3 +Version: 2.13.1 Release: 0 Summary: A fast, compressed, persistent binary data store library for C License: BSD-2-Clause AND BSD-3-Clause AND MIT @@ -70,7 +70,7 @@ for %{libname}. %prep -%autosetup -p1 -n c-blosc2-%{version} +%autosetup -p1 -n C-Blosc2-%{version} %build %cmake \ ++++++ c-blosc2-2.11.3.tar.gz -> c-blosc2-2.13.1.tar.gz ++++++ ++++ 1952 lines of diff (skipped)