Mon, 20 May 2024 02:56:39 UTC | login

Information for build tkrzw-1.0.24-2.fc37

ID218121
Package Nametkrzw
Version1.0.24
Release2.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/tkrzw.git#32b1ab57a3b8540963b736bb8186e34398a05550
SummaryA straightforward implementation of DBM
DescriptionTkrzw is a C++ library implementing DBM with various algorithms. It features high degrees of performance, concurrency and durability.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 08 Nov 2022 17:06:57 UTC
CompletedTue, 08 Nov 2022 19:23:04 UTC
Taskbuild (f37, /rpms/tkrzw.git:32b1ab57a3b8540963b736bb8186e34398a05550)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/tkrzw.git#32b1ab57a3b8540963b736bb8186e34398a05550'}}
Tags
f37
f38
RPMs
src
tkrzw-1.0.24-2.fc37.src.rpm (info) (download)
noarch
tkrzw-doc-1.0.24-2.fc37.noarch.rpm (info) (download)
riscv64
tkrzw-1.0.24-2.fc37.riscv64.rpm (info) (download)
tkrzw-devel-1.0.24-2.fc37.riscv64.rpm (info) (download)
tkrzw-libs-1.0.24-2.fc37.riscv64.rpm (info) (download)
tkrzw-debuginfo-1.0.24-2.fc37.riscv64.rpm (info) (download)
tkrzw-debugsource-1.0.24-2.fc37.riscv64.rpm (info) (download)
tkrzw-libs-debuginfo-1.0.24-2.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.24-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Apr 08 2022 TI_Eugene <ti.eugene@gmail.com> - 1.0.24-1 - Version bump * Wed Mar 09 2022 TI_Eugene <ti.eugene@gmail.com> - 1.0.23-1 - Version bump * Sun Jan 23 2022 TI_Eugene <ti.eugene@gmail.com> - 1.0.22-1 - Version bump * Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.21-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sat Nov 27 2021 TI_Eugene <ti.eugene@gmail.com> - 1.0.21-1 - Version bump * Thu Nov 18 2021 TI_Eugene <ti.eugene@gmail.com> - 1.0.20-1 - Version bump * Fri Oct 08 2021 TI_Eugene <ti.eugene@gmail.com> - 1.0.17-1 - Version bump - ppc64le enabled back * Sat Sep 25 2021 TI_Eugene <ti.eugene@gmail.com> - 1.0.13-1 - Version bump - 'make check-light' implemented (https://github.com/estraier/tkrzw/issues/23) - ppc64le temporary disabled * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.16-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri May 14 2021 TI_Eugene <ti.eugene@gmail.com> - 0.9.16-1 - Version bump - el8 workaround (gcc10) removed - 'make check' enabled again * Tue May 11 2021 TI_Eugene <ti.eugene@gmail.com> - 0.9.15-1 - Version bump - Added gcc10 as required for el8 - x32 enabled (#1920195) - 'make check' temporary disabled * Sun Apr 25 2021 TI_Eugene <ti.eugene@gmail.com> - 0.9.7-1 - Version bump - All patches removed * Wed Apr 21 2021 TI_Eugene <ti.eugene@gmail.com> - 0.9.5-1 - Version bump * Tue Mar 30 2021 Jonathan Wakely <jwakely@redhat.com> - 0.9.3-6 - Rebuilt for removed libstdc++ symbol (#1937698) * Mon Jan 25 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.9.3-5 - Link new RHBZ bug for ExcludeArch * Thu Jan 21 2021 TI_Eugene <ti.eugene@gmail.com> - 0.9.3-4 - 'Required: pkgconfig' removed from -devel - spec spaces/tabs resolved - Added CONTRIBUTING.md to -libs - examples/ moved from -doc to -devel - `excludearch i686` proven * Tue Jan 19 2021 TI_Eugene <ti.eugene@gmail.com> - 0.9.3-3 - Disabled only those tests that lock excessive numbers of pages (and will therefore fail on a system with default resource limits) - Disabled LTO, since it causes test failures on all file-based database tests - Added COPYING file in files section for -doc subpackage - Installing doc/ and api-doc/ subdirectories in -doc subpackage - Added example/ to -doc - Changed man pages wildcard from ..._*.1.* to ..._*.1* - Removed -lib/-libs mess - Excluded i686 arch * Mon Jan 18 2021 TI_Eugene <ti.eugene@gmail.com> - 0.9.3-2 - License fixes. - *.so.* names fix - make_build fix - -doc fixes - check fixes - ldconfig call fix - compiler flags fixes * Fri Jan 08 2021 TI_Eugene <ti.eugene@gmail.com> - 0.9.3-1 - Initial packaging.