Information for build re2-20220601-3.oc9.1

ID15628
Package Namere2
Version20220601
Release3.oc9.1
Epoch
Sourcegit+https://gitee.com/src-opencloudos-rpms/re2.git?.#4385d124d85dc105354e84bb30e986d0b9f5b9c8
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 bydenisecheng
State complete
Volume DEFAULT
StartedMon, 18 Sep 2023 21:32:17 CST
CompletedMon, 18 Sep 2023 21:36:12 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/re2.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/re2.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
re2-20220601-3.oc9.1.src.rpm (info) (download)
aarch64
re2-20220601-3.oc9.1.aarch64.rpm (info) (download)
re2-devel-20220601-3.oc9.1.aarch64.rpm (info) (download)
x86_64
re2-20220601-3.oc9.1.x86_64.rpm (info) (download)
re2-devel-20220601-3.oc9.1.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
Changelog * Thu Aug 24 2023 Xin Cheng <denisecheng@tencent.com> - 20220601-3.tl4.1 - Rebuilt * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 20220601-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 20220601-2 - Rebuilt for OpenCloudOS Stream 23 * Fri Dec 16 2022 Miaojun Dong <zoedong@tencent.com> - 20220601-1 - initial build