Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
1472e0b153 | |||
6c6d0b9a6f | |||
6553704761 | |||
0fd68f63e1 | |||
f8371ed877 |
BIN
re2-2024-07-02.tar.gz
(Stored with Git LFS)
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
BIN
re2-2025-08-12.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
32
re2.changes
32
re2.changes
@@ -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>
|
||||
|
||||
|
6
re2.spec
6
re2.spec
@@ -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
|
||||
|
Reference in New Issue
Block a user