Thu, 04 Jul 2024 15:29:26 UTC | login

Information for build libart-0-5.20210723git3010468.fc40

ID263358
Package Namelibart
Version0
Release5.20210723git3010468.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libart.git#09b1f85a90307da4aecd4942a404099c0f7d029b
SummaryAdaptive Radix Trees implemented in C
DescriptionThis library provides a C99 implementation of the Adaptive Radix Tree or ART. The ART operates similar to a traditional radix tree but avoids the wasted space of internal nodes by changing the node size. It makes use of 4 node sizes (4, 16, 48, 256), and can guarantee that the overhead is no more than 52 bytes per key, though in practice it is much lower.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 09 Nov 2023 14:32:20 UTC
CompletedThu, 09 Nov 2023 14:46:48 UTC
Taskbuild (f40, /rpms/libart.git:09b1f85a90307da4aecd4942a404099c0f7d029b)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libart.git#09b1f85a90307da4aecd4942a404099c0f7d029b'}}
Tags
f40
RPMs
src
libart-0-5.20210723git3010468.fc40.src.rpm (info) (download)
riscv64
libart-0-5.20210723git3010468.fc40.riscv64.rpm (info) (download)
libart-devel-0-5.20210723git3010468.fc40.riscv64.rpm (info) (download)
libart-debuginfo-0-5.20210723git3010468.fc40.riscv64.rpm (info) (download)
libart-debugsource-0-5.20210723git3010468.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> 0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> 0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> 0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Davide Cavalca <dcavalca@fedoraproject.org> 0-1 - Initial package; Fixes RHBZ#1985036