Name: | re2 |
---|---|
Epoch: | 1 |
Version: | 20190801 |
Release: | 8.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 472987 |
License: | BSD |
RPM: | re2-20190801-8.el9.aarch64.rpm |
Source RPM: | re2-20190801-8.el9.src.rpm |
Build Date: | Sun Feb 20 2022 |
Build Host: | build-ol9-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | http://github.com/google/re2/ |
Summary: | C++ fast alternative to backtracking RE engines |
Description: | RE2 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). |
- Rebuilt for removed libstdc++ symbol (#1937698)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- No longer force C++11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- -devel: use epoch in versioned dep
- bump soname - tighten %files, track soname explicitly - use %make_build %make_install macros - Epoch:1 for upgrade path (from f29)
- update to 20190801
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild