5 Commits

Author SHA256 Message Date
1472e0b153 update to 2025-08-12 2025-08-20 20:36:19 +02:00
6c6d0b9a6f update to 2025-08-05 2025-08-12 21:13:01 +02:00
6553704761 update to 2025-07-22 2025-07-31 20:52:08 +02:00
0fd68f63e1 re2 2025-07-17 2025-07-18 19:06:36 +02:00
f8371ed877 re2 2025-06-26b 2025-07-01 13:06:55 +02:00
4 changed files with 38 additions and 6 deletions

BIN
re2-2024-07-02.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
re2-2025-08-12.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Aug 20 18:34:33 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 2025-08-12:
* bazel related changes
-------------------------------------------------------------------
Tue Aug 12 19:11:28 UTC 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 18:51:03 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 2025-07-22:
* build system tweaks
-------------------------------------------------------------------
Fri Jul 18 17:05:26 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 2025-07-17:
* re2: allow and test RE2(NULL)
-------------------------------------------------------------------
Tue Jul 1 11:02:50 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 2025-06-26b:
* add Set::Size
-------------------------------------------------------------------
Mon Jul 1 14:18:15 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@@ -2,7 +2,7 @@
# spec file for package re2
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
#
%global longver 2024-07-02
%global longver 2025-08-12
%global shortver %(echo %{longver}|sed 's|-||g')
%define libname libre2-11
Name: re2
@@ -110,7 +110,7 @@ export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}:LD_LIBRARY_PATH
%files devel
%license LICENSE
%doc README
%doc README.md
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc