Information for build blosc2-2.15.1-1.fc41

ID78085
Package Nameblosc2
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version2.15.1
Release1.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/blosc2.git#d70ae9450902ddb565563bfdb6fac63fd45bf816
SummaryHigh performance compressor optimized for binary data
DescriptionBlosc is a high performance compressor optimized for binary data (i.e. floating-point numbers, integers, and booleans, although it can handle string data too). It has been designed to transmit data to the processor cache faster than the traditional, non-compressed, direct memory fetch approach via a memcpy() OS call. Blosc main goal is not just to reduce the size of large datasets on-disk or in-memory, but also to accelerate memory-bound computations. C-Blosc2 is the new major version of C-Blosc, and is backward compatible with both the C-Blosc1 API and its in-memory format. However, the reverse thing is generally not true for the format; buffers generated with C-Blosc2 are not format-compatible with C-Blosc1.
Built bykojiadmin
State failed
Volume DEFAULT
StartedMon, 18 Nov 2024 10:19:15 CST
CompletedMon, 18 Nov 2024 10:39:03 CST
Taskbuild (f41-build-side-1, /rpms/blosc2.git:d70ae9450902ddb565563bfdb6fac63fd45bf816)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/blosc2.git#d70ae9450902ddb565563bfdb6fac63fd45bf816'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Aug 21 2024 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.15.1-1 - Version 2.15.1 (rhbz#2293517) * Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sun Apr 21 2024 Packit <hello@packit.dev> - 2.14.4-1 - Update to 2.14.4 upstream release - Resolves: rhbz#2273551 - SO version is changed to '3' * Mon Apr 01 2024 Packit <hello@packit.dev> - 2.14.0-1 - [packit] 2.14.0 upstream release - Resolves: rhbz#2272484 * Thu Feb 08 2024 Packit <hello@packit.dev> - 2.13.2-1 - [packit] 2.13.2 upstream release - Resolves rhbz#2263279 * Fri Jan 26 2024 Packit <hello@packit.dev> - 2.13.1-1 - [packit] 2.13.1 upstream release - Resolves rhbz#2256143 * Tue Jan 23 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Dec 17 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.11.3-1 - Version 2.11.3 (rhbz#2252346) * Wed Nov 29 2023 Laura Barcziova <lbarczio@redhat.com> - 2.11.2-3 - [Packit config] move upstream_tag_template definition globally * Tue Nov 21 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.11.2-2 - Hopefully fix compilation on ppc64el * Tue Nov 21 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.11.2-1 - Version 2.11.2 (rhbz#2239080) * Mon Nov 20 2023 topazus <topazus@outlook.com> - 2.10.5-3 - disable the building of static library * Wed Oct 25 2023 Packit <hello@packit.dev> - 2.10.5-1 - [packit] 2.10.5 upstream release * Wed Oct 25 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.10.1-3 - Add packit config * Sun Aug 06 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.10.1-1 - Version 2.10.1 (rhbz#2228597) * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sun Jul 16 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.10.0-1 - Version 2.10.0 * Mon May 15 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.9.1-5 - Ignore test results on s390x * Mon May 15 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.9.1-3 - Add patch to fix build of pytables * Mon May 15 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.9.1-2 - Fixes after review * Sat May 13 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.9.1-1 - First version