Wed, 05 Jun 2024 15:58:30 UTC | login

Information for build libgenht-1.0.1-7.fc33

ID179535
Package Namelibgenht
Version1.0.1
Release7.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libgenht.git#95e335a234428914e231845f62894a6e7a851d81
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
StartedThu, 13 Aug 2020 23:20:57 UTC
CompletedFri, 14 Aug 2020 04:25:07 UTC
Taskbuild (f33, /rpms/libgenht.git:95e335a234428914e231845f62894a6e7a851d81)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libgenht.git#95e335a234428914e231845f62894a6e7a851d81'}}
Tags
f33
f37
f38
RPMs
src
libgenht-1.0.1-7.fc33.src.rpm (info) (download)
riscv64
libgenht-1.0.1-7.fc33.riscv64.rpm (info) (download)
libgenht-devel-1.0.1-7.fc33.riscv64.rpm (info) (download)
libgenht-debuginfo-1.0.1-7.fc33.riscv64.rpm (info) (download)
libgenht-debugsource-1.0.1-7.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * 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