Tue, 14 May 2024 15:56:54 UTC | login

Information for build blosc2-2.13.2-1.fc40

ID293587
Package Nameblosc2
Version2.13.2
Release1.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/blosc2.git#e8deb1a6ae28bdd4d158ba7923e3da4f3a854e69
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 bydavidlt
State complete
Volume DEFAULT
StartedThu, 29 Feb 2024 15:36:52 UTC
CompletedThu, 29 Feb 2024 16:22:47 UTC
Taskbuild (f40, /rpms/blosc2.git:e8deb1a6ae28bdd4d158ba7923e3da4f3a854e69)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/blosc2.git#e8deb1a6ae28bdd4d158ba7923e3da4f3a854e69'}}
Tags
f40
RPMs
src
blosc2-2.13.2-1.fc40.src.rpm (info) (download)
riscv64
blosc2-2.13.2-1.fc40.riscv64.rpm (info) (download)
blosc2-devel-2.13.2-1.fc40.riscv64.rpm (info) (download)
blosc2-debuginfo-2.13.2-1.fc40.riscv64.rpm (info) (download)
blosc2-debugsource-2.13.2-1.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * 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