Wed, 08 May 2024 18:47:34 UTC | login

Information for build uthash-2.0.2-5.fc30

ID80108
Package Nameuthash
Version2.0.2
Release5.fc30
Epoch
SummaryA hash table for C structures
Description Any C structure can be stored in a hash table using uthash. Just add a UT_hash_handle to the structure and choose one or more fields in your structure to act as the key. Then use these macros to store, retrieve or delete items from the hash table.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 05 Dec 2018 10:03:44 UTC
CompletedWed, 05 Dec 2018 11:50:27 UTC
Taskbuild (f30-candidate, uthash-2.0.2-5.fc30.src.rpm)
Tags
f30
f31
RPMs
src
uthash-2.0.2-5.fc30.src.rpm (info) (download)
noarch
uthash-devel-2.0.2-5.fc30.noarch.rpm (info) (download)
uthash-doc-2.0.2-5.fc30.noarch.rpm (info) (download)
riscv64
libut-2.0.2-5.fc30.riscv64.rpm (info) (download)
libut-devel-2.0.2-5.fc30.riscv64.rpm (info) (download)
libut-debuginfo-2.0.2-5.fc30.riscv64.rpm (info) (download)
uthash-debugsource-2.0.2-5.fc30.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Mar 04 2017 Björn Esser <besser82@fedoraproject.org> - 2.0.2-1 - New upstream release (rhbz#1429106) * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Dec 30 2016 Björn Esser <bjoern.esser@gmail.com> - 2.0.1-6 - Fix dir-ownership in %doc * Fri Dec 30 2016 Björn Esser <bjoern.esser@gmail.com> - 2.0.1-5 - Introduce doc-subpackage - Use unified %_pkgdocdir - Updated Patch0 and use on el <= 6, only - Rename Patch0 --> Patch 1000 - Clean-up indentation * Thu Dec 29 2016 Björn Esser <bjoern.esser@gmail.com> - 2.0.1-4 - Include plain ascii-docs, too * Thu Dec 29 2016 Björn Esser <bjoern.esser@gmail.com> - 2.0.1-3 - Properly build the documentation * Sun Dec 18 2016 Björn Esser <fedora@besser82.io> - 2.0.1-2 - Run testsuite with threads, too * Sat Dec 17 2016 Björn Esser <fedora@besser82.io> - 2.0.1-1 - Update to new upstream release v2.0.1 - Introduce libut / libvector - Add BR: perl