Fri, 14 Jun 2024 14:16:47 UTC | login

Information for build re2-20220601-3.fc40

ID277188
Package Namere2
Version20220601
Release3.fc40
Epoch1
Sourcegit+https://src.fedoraproject.org/rpms/re2.git#7b9e34ca725eb96222dd339cb47600ab15129e32
SummaryC++ fast alternative to backtracking RE engines
DescriptionRE2 is a C++ library providing a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. Backtracking engines are typically full of features and convenient syntactic sugar but can be forced into taking exponential amounts of time on even small inputs. In contrast, RE2 uses automata theory to guarantee that regular expression searches run in time linear in the size of the input, at the expense of some missing features (e.g back references and generalized assertions).
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 17 Dec 2023 13:33:34 UTC
CompletedSun, 17 Dec 2023 15:02:33 UTC
Taskbuild (f40, /rpms/re2.git:7b9e34ca725eb96222dd339cb47600ab15129e32)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/re2.git#7b9e34ca725eb96222dd339cb47600ab15129e32'}}
Tags
f40
RPMs
src
re2-20220601-3.fc40.src.rpm (info) (download)
riscv64
re2-20220601-3.fc40.riscv64.rpm (info) (download)
re2-devel-20220601-3.fc40.riscv64.rpm (info) (download)
re2-debuginfo-20220601-3.fc40.riscv64.rpm (info) (download)
re2-debugsource-20220601-3.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:20220601-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:20220601-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Nov 30 2022 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1:20220601-1 - Upgrade to 2022-06-01 * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:20211101-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:20211101-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Mon Jan 10 2022 Adam Williamson <awilliam@redhat.com> - 1:20211101-2 - Backport patch to fix thread dependency discovery - Substitute the pkgconfig file before installing it (#2038572) - Drop soname patches as upstream seems to be doing it properly now * Fri Jan 07 2022 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1:20211101-1 - Upgrade to 2021-11-01