Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libre2-11-20251105-69.7 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: libre2-11 Distribution: openSUSE Tumbleweed
Version: 20251105 Vendor: openSUSE
Release: 69.7 Build date: Sat Nov 8 08:55:05 2025
Group: System/Libraries Build host: reproducible
Size: 544614 Source RPM: re2-20251105-69.7.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/google/re2
Summary: C++ fast alternative to backtracking RE engines
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).

Provides

Requires

License

BSD-3-Clause

Changelog

* Sat Nov 08 2025 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 2025-11-05:
    * Improve speed (BitState ShouldVisit)
* Wed Aug 20 2025 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 2025-08-12:
    * bazel related changes
* Tue Aug 12 2025 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 2025-08-05:
    * use C++17
    * use std::optional instead of absl::optiona;
    * python: fix re2.search(compiled, text)
* Thu Jul 31 2025 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 2025-07-22:
    * build system tweaks
* Fri Jul 18 2025 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 2025-07-17:
    * re2: allow and test RE2(NULL)
* Tue Jul 01 2025 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 2025-06-26b:
    * add Set::Size
* Mon Jul 01 2024 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 2024-07-02:
    * address -Wsign-compare warnings
* Fri May 31 2024 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 2024-06-01:
    * switch to abseil logging
    * build system changes
* Wed May 01 2024 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 2024-05-01:
    * Stop setting re2_INCLUDE_DIR
    * Fixes related to python bindings
* Wed Apr 03 2024 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 2024-04-01:
    * Fix SIGSEGV if Match is called before Compile
    * remove unsuppressable stderr message when compiling an empty
      re2.Filter
* Fri Mar 01 2024 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 2024-03-01:
    * Fix bugs in Latin-1 handling
* Wed Jan 31 2024 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 2024-02-01:
    * Maintenance release with a number of developer visible changes
* Wed Nov 01 2023 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 2023-11-01:
    * Update Unicode date to 15.1.0
    * Use Abseil's character class functions that are locale-agnostic
    * Set SOURCE_DATE_EPOCH for reproducible builds
* Fri Sep 01 2023 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 2023-09-01:
    * Add support for (?<name>expr)
* Mon Jul 31 2023 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 2023-08-01:
    * Stop using std::map<std::string, Prefilter*>
    * Avoid expanding counted repetitions of empty-width ops
    * build infrastructure fixes
* Sat Jul 01 2023 Andreas Stieger <Andreas.Stieger@gmx.de>
  - update to 2023-07-01:
    * build system tweaks
* Tue Jun 20 2023 Dirk Müller <dmueller@suse.com>
  - update to 2023-06-02:
    * Export PCRE::no_more_args and the functors
    * CI fixes (gcc 13, clang 16)
* Thu Mar 09 2023 Callum Farmer <gmbr3@opensuse.org>
  - Require GCC 12 on Leap due to code containing speed ups which
    require newer standards
  - Allow tests to fail - they fail too often
* Tue Mar 07 2023 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 2023-03-01:
    * changes for other platforms
* Sat Feb 04 2023 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 2023-02-01:
    * improved support for ICU
  - build with ICU

Files

/usr/lib64/libre2.so.11
/usr/lib64/libre2.so.11.0.0
/usr/share/licenses/libre2-11
/usr/share/licenses/libre2-11/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Aug 3 00:14:01 2026