Wed, 05 Jun 2024 10:10:05 UTC | login

Information for build libgenht-1.0.1-4.fc31

ID105823
Package Namelibgenht
Version1.0.1
Release4.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libgenht.git#b66cd8a89a54fce32833aab56c8825d538da3f7a
SummarySimple generic hash table implementation in C
Descriptiongenht is a simple generic hash table implementation in C. Uses open addressing scheme with space doubling. Type generics is achieved by ugly name prefixing macros.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 27 Jul 2019 20:19:41 UTC
CompletedSat, 27 Jul 2019 21:15:37 UTC
Taskbuild (f31-candidate, /rpms/libgenht.git:b66cd8a89a54fce32833aab56c8825d538da3f7a)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libgenht.git#b66cd8a89a54fce32833aab56c8825d538da3f7a'}}
Tags
f31
RPMs
src
libgenht-1.0.1-4.fc31.src.rpm (info) (download)
riscv64
libgenht-1.0.1-4.fc31.riscv64.rpm (info) (download)
libgenht-devel-1.0.1-4.fc31.riscv64.rpm (info) (download)
libgenht-debuginfo-1.0.1-4.fc31.riscv64.rpm (info) (download)
libgenht-debugsource-1.0.1-4.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Dec 01 2018 Alain <alain DOT vigne DOT 14 AT gmail DOT com> 1.0.1-3 - Remove static subpackage - Patch the Makefile to install the .so file link. * Sat Nov 24 2018 Alain <alain DOT vigne DOT 14 AT gmail DOT com> 1.0.1-2 - Implement suggestions from review * Sat Nov 17 2018 Alain <alain DOT vigne DOT 14 AT gmail DOT com> 1.0.1-1 - Initial proposal