Sat, 27 Apr 2024 17:53:37 UTC | login

Information for build uthash-2.0.2-3.fc28

ID22873
Package Nameuthash
Version2.0.2
Release3.fc28
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 bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:38:44 UTC
CompletedSat, 14 Apr 2018 20:38:44 UTC
Tags
f28
f29
RPMs
src
uthash-2.0.2-3.fc28.src.rpm (info) (download)
noarch
uthash-devel-2.0.2-3.fc28.noarch.rpm (info) (download)
uthash-doc-2.0.2-3.fc28.noarch.rpm (info) (download)
riscv64
libut-2.0.2-3.fc28.riscv64.rpm (info) (download)
libut-devel-2.0.2-3.fc28.riscv64.rpm (info) (download)
Changelog * 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 * Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.9-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.9-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.9-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.9-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 28 2014 Björn Esser <bjoern.esser@gmail.com> - 1.9.9-6 - add `%global debug_package %{nil}` to avoid empty debuginfo-pkg. * Thu May 22 2014 Björn Esser <bjoern.esser@gmail.com> - 1.9.9-5 - revert "Root package should be noarch too". - add provides %{name} for -devel subpkg. - add a note about why the mainpkg is arched. * Wed May 21 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.9.9-4 - Root package should be noarch too * Wed May 21 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.9.9-3 - Build as noarch * Sun May 18 2014 Christopher Meng <rpm@cicku.me> - 1.9.9-2 - Move all files to -devel subpkg. * Sat Mar 29 2014 Christopher Meng <rpm@cicku.me> - 1.9.9-1 - Update to 1.9.9 * Sat Jun 15 2013 Christopher Meng <rpm@cicku.me> - 1.9.8-3 - Add virtual provide. - Remove 2 wrong tests. * Fri Jun 14 2013 Christopher Meng <rpm@cicku.me> - 1.9.8-2 - Remove unneeded BR and make files section more clear. * Sat Jun 01 2013 Christopher Meng <rpm@cicku.me> - 1.9.8-1 - Initial Package.