Fri, 02 Aug 2024 06:56:15 UTC | login

Information for build spooky-c-1.0.0-12.fc29

ID35907
Package Namespooky-c
Version1.0.0
Release12.fc29
Epoch
SummaryC port of Bob Jenkins' spooky hash
DescriptionThis is a C version of Bob Jenkins' spooky hash. The only advantage over Bob's original version is that it is in C, not C++ and comes with some test and benchmark code. This is a very competitive hash function, but is somewhat non-portable. It should work on both big and little endian architectures, but will generate different hashes on them. It's also optimized for 64-bit architectures. It will work on 32-bit architectures as well, but is much slower there.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 07 Jun 2018 07:50:23 UTC
CompletedThu, 07 Jun 2018 08:08:53 UTC
Taskbuild (f29-candidate, spooky-c-1.0.0-12.fc29.src.rpm)
Tags
f29
RPMs
src
spooky-c-1.0.0-12.fc29.src.rpm (info) (download)
riscv64
spooky-c-1.0.0-12.fc29.riscv64.rpm (info) (download)
spooky-c-devel-1.0.0-12.fc29.riscv64.rpm (info) (download)
spooky-c-debuginfo-1.0.0-12.fc29.riscv64.rpm (info) (download)
spooky-c-debugsource-1.0.0-12.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat May 30 2015 Jeff Layton <jeff.layton@primarydata.com> 1.0.0-6 - move base package to System Environment/Libraries * Tue May 26 2015 Jeff Layton <jeff.layton@primarydata.com> 1.0.0-5 - switch to BSD license, update to latest upstream HEAD * Wed Apr 01 2015 Jeff Layton <jeff.layton@primarydata.com> 1.0.0-4 - add comment pointing out pull request for manpage patch * Wed Apr 01 2015 Jeff Layton <jeff.layton@primarydata.com> 1.0.0-3 - use github-specific tarball generation * Mon Mar 30 2015 Jeff Layton <jeff.layton@primarydata.com> 1.0.0-2 - specfile cleanups - disable static library - add manpage * Tue Mar 24 2015 Jeff Layton <jeff.layton@primarydata.com> 1.0.0-1 - initial package build