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

libre2-9-20220401-bp154.8.8 RPM for aarch64

From OpenSuSE Leap 15.4 for aarch64

Name: libre2-9 Distribution: SUSE Linux Enterprise 15 SP4
Version: 20220401 Vendor: openSUSE
Release: bp154.8.8 Build date: Mon May 9 11:07:18 2022
Group: System/Libraries Build host: obs-arm-11
Size: 531634 Source RPM: re2-20220401-bp154.8.8.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

* Sun May 01 2022 Callum Farmer <gmbr3@opensuse.org>
  - Use Release config so O3 is used
* Thu Apr 28 2022 Callum Farmer <gmbr3@opensuse.org>
  - Avoid sporadic failures by setting until-pass on CTest
* Wed Apr 27 2022 Callum Farmer <gmbr3@opensuse.org>
  - Disable tests on ARMv6
* Tue Apr 26 2022 Callum Farmer <gmbr3@opensuse.org>
  - Disable tests on ZSystems and RISCV
* Sun Apr 24 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Switch build to CMake, otherwise CMake config is not installed.
    Required for Apache ORC and arrow, and google-or-tools.
    (https://github.com/google/re2/issues/304)
  - Run some real tests via CTest
* Fri Apr 01 2022 Andreas Stieger <andreas.stieger@gmx.de>
  - Update to 2022-04-01:
    * Improve performance slightly
    * Prog::Fangout() is no longer experimental
* Fri Feb 04 2022 Callum Farmer <gmbr3@opensuse.org>
  - Update to 2022-02-01:
    * Address a `-Wunused-but-set-variable' warning from Clang 13.x
    * Don't specify the -std flag in Makefile or re2.pc
    * Remove a redundant map access
* Sun Dec 05 2021 Callum Farmer <gmbr3@opensuse.org>
  - Use newer libs and GCC on Leap 15.3 & 15.4
* Fri Nov 05 2021 Callum Farmer <gmbr3@opensuse.org>
  - Update to 2021-11-01:
    * Update Unicode data to 14.0.0
    * Address a `-Wshadow' warning
* Wed Sep 01 2021 Callum Farmer <gmbr3@opensuse.org>
  - Update to 2021-09-01:
    * Permit Unicode characters beyond ASCII in capture names
* Fri Aug 06 2021 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 2021-08-01:
    * case-insensitive prefix acceleration
* Sat Jun 12 2021 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 2021-06-01:
    * Fix (|a)* matching more text than (|a)+
    * build system tweaks and developer visible fixes
* Thu Apr 15 2021 Andreas Stieger <andreas.stieger@gmx.de>
  - Update to 2021-04-01:
    * Make cached benchmarks actually use cached objects
    * Address some -Wmissing-field-initializers warnings
    * Make it easier to swap in a scalable reaer-writer mutex
    * In the shared library, set compatibility version and
      current version
* Thu Feb 04 2021 Callum Farmer <gmbr3@opensuse.org>
  - Update to version 2021-02-02:
    * Address `-Wnull-dereference' warnings from GCC 10.x.
* Thu Nov 05 2020 Callum Farmer <callumjfarmer13@gmail.com>
  - Update to version 2020-11-01:
    * Refactoring and fixes
* Sat Oct 10 2020 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 2020-10-01:
    * build system updates and compiler warnings fixes
* Tue Aug 11 2020 Martin Pluskal <mpluskal@suse.com>
  - Update to version 2020-08-01:
    * Various internal changes
* Sun Jun 07 2020 Martin Pluskal <mpluskal@suse.com>
  - Update to version 2020-06-01:
    * Various internal changes
* Fri May 29 2020 Martin Pluskal <mpluskal@suse.com>
  - Enable PGO during build
* Wed May 20 2020 Martin Pluskal <mpluskal@suse.com>
  - Update to version 2020-05-03:
    * Internal fixes and optimisations
    * Remove deprecated APIs, SONAME change
  - Build tests with optflags
  - Disable tests for 32 bit architectures
* Sun Apr 05 2020 Andreas Stieger <andreas.stieger@gmx.de>
  - Updat to version 2020-04-01:
    * Update Unicode data to 13.0.0
    * Include the pattern length in "DFA out of memory" errorrs
* Fri Mar 20 2020 Martin Pluskal <mpluskal@suse.com>
  - Update to version 2020-03-03:
    * various developer visible changes
* Thu Feb 13 2020 Martin Pluskal <mpluskal@suse.com>
  - Small spec file update
* Wed Jan 08 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 2020-01-01:
    * various developer visible changes
* Fri Dec 06 2019 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 2019-12-01:
    * fix latent bugs and undefined behavior
* Sat Nov 16 2019 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 2019-11-01:
    * new benchmark API
* Thu Sep 12 2019 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 2019-09-01:
    * build system fixes
* Fri Aug 02 2019 Andreas Stieger <andreas.stieger@gmx.de>
  - Update to 2019-08-01:
    * Update Unicode data to 12.1.0
    * Various developer visible changes
* Mon Jul 22 2019 Martin Pluskal <mpluskal@suse.com>
  - Fix download url
* Wed Jul 17 2019 Andreas Stieger <andreas.stieger@gmx.de>
  - Update to 2019-07-01:
    * developer visible changes
* Wed Mar 13 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 2019-03-01:
    * developer visible changes only
* Fri Jan 04 2019 astieger@suse.com
  - update to 2019-01-01:
    * developer visible changes, performance tweaks and bug fixes
* Wed Oct 17 2018 Martin Pluskal <mpluskal@suse.com>
  - update to 2018-10-01:
    * developer visible changes only
* Wed Sep 05 2018 astieger@suse.com
  - update to 2018-09-01:
    * developer visible changes only
* Thu Aug 23 2018 astieger@suse.com
  - update to 2018-08-01:
    * Fix the "DFA out of memory" error for the reverse Prog
* Fri Jul 20 2018 mpluskal@suse.com
  - Simplify spec file a bit
* Fri Jul 20 2018 astieger@suse.com
  - update to 2018-07-01:
    * Fix a "DFA out of memory" error
    * Update Unicode data to 11.0.0
    * Fix `-Wclass-memaccess' warnings and fallthrough macros
    * Use the standard first-byte analysis for the DFA too
* Fri Apr 06 2018 mpluskal@suse.com
  - Update to version 2018-04-01
    * developer visible changes only
* Wed Mar 21 2018 astieger@suse.com
  - update to 2018-03-01:
    * no longer linking against librd and libm
    * other developer visible changes
* Fri Feb 02 2018 astieger@suse.com
  - update to 2018-02-01:
    * developer visible changes only
* Wed Jan 03 2018 mpluskal@suse.com
  - Update to version 2018-01-01
    * No upstream changelog available
* Wed Jan 03 2018 dimstar@opensuse.org
  - Add baselibs.conf: create libre2-0-32bit, dependency to
    libqt5-qtwebengine-32bit.
* Mon Dec 18 2017 mpluskal@suse.com
  - Update to version 2017-12-01
    * No upstream changelog available
* Fri Nov 03 2017 mpluskal@suse.com
  - Update to version 2017-11-01
    * No upstream changelog available
* Mon Sep 04 2017 mpluskal@suse.com
  - Update to version 2017-07-01
    * No upstream changelog available
* Sat Jul 29 2017 mpluskal@suse.com
  - Update to version 2017-07-01
    * No upstream changelog available
* Sun Jun 11 2017 mpluskal@suse.com
  - Update to version 2017-06-01
    * No upstream changelog available
* Fri May 19 2017 vsistek@suse.com
  - Update to version 2017-05-01
    * No upstream changelog available
* Thu Apr 13 2017 mpluskal@suse.com
  - Update to version 2017-04-01
    * No upstream changelog available
* Thu Mar 16 2017 mpluskal@suse.com
  - Update to version 2017-03-01
    * No upstream changelog available
* Sat Jan 14 2017 mpluskal@suse.com
  - Update to version 2017-01-01
    * No upstream changelog available
* Sat Dec 03 2016 mpluskal@suse.com
  - Update to version 2016-11-01:
    * No upstream changelog available
  - Drop no longer needed re2-gcc61.patch
* Sat Oct 22 2016 jengelh@inai.de
  - Fixup group and avoid rm indirection
* Thu Sep 08 2016 mpluskal@suse.com
  - Drop releasenumber
* Wed Sep 07 2016 tchvatal@suse.com
  - Version update to 2016-09-01 version
    * Various changes based on google needs, long changelog in upstream
      github repo
  - Rebase spec on Fedora package
  - Add patch to build with gcc 6.1:
    * re2-gcc61.patch

Files

/usr/lib64/libre2.so.9
/usr/lib64/libre2.so.9.0.0
/usr/share/doc/packages/libre2-9
/usr/share/doc/packages/libre2-9/AUTHORS
/usr/share/doc/packages/libre2-9/CONTRIBUTORS
/usr/share/doc/packages/libre2-9/README
/usr/share/licenses/libre2-9
/usr/share/licenses/libre2-9/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:20:47 2024