Wed, 05 Jun 2024 19:58:12 UTC | login

Information for build libgenht-1.0.1-5.fc31

ID118679
Package Namelibgenht
Version1.0.1
Release5.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libgenht.git#0286bb76e597d7802d3b59d7380222527b7630d8
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, 03 Aug 2019 13:58:30 UTC
CompletedSat, 03 Aug 2019 14:34:56 UTC
Taskbuild (f31-candidate, /rpms/libgenht.git:0286bb76e597d7802d3b59d7380222527b7630d8)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libgenht.git#0286bb76e597d7802d3b59d7380222527b7630d8'}}
Tags
f31
f32
f33
RPMs
src
libgenht-1.0.1-5.fc31.src.rpm (info) (download)
riscv64
libgenht-1.0.1-5.fc31.riscv64.rpm (info) (download)
libgenht-devel-1.0.1-5.fc31.riscv64.rpm (info) (download)
libgenht-debuginfo-1.0.1-5.fc31.riscv64.rpm (info) (download)
libgenht-debugsource-1.0.1-5.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * 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