Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f5959bc1a5 | |||
| 1792895de7 | |||
| 05fcdd2794 | |||
| 8e2e683036 | |||
| c9d60dcad1 | |||
| 19ba1686ae | |||
| 8caa5a3a40 | |||
| 36b465b8ee | |||
| 3fa86d39fd | |||
| ffbe9b908d |
2
_service
2
_service
@@ -2,7 +2,7 @@
|
||||
<service mode="manual" name="obs_scm">
|
||||
<param name="url">https://github.com/Genivia/RE-flex.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">v4.5.0</param>
|
||||
<param name="revision">v6.0.0</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/Genivia/RE-flex.git</param>
|
||||
<param name="changesrevision">f737e1ea2c352b10841d549cbc7713535bef46ab</param>
|
||||
<param name="changesrevision">7125b9b7dcb2ff3a185c073b3a1cdfcdc7fc9b24</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5ab74464f1390937b4f211a54f77d708ac3d56d3f624d11e12c3f8d116ece0f
|
||||
size 20321293
|
||||
3
re-flex-6.0.0.obscpio
Normal file
3
re-flex-6.0.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06530dd9ceda70b98714714bee7d88ba5e6d081ba7ff75d354b6c83b64866113
|
||||
size 21067789
|
||||
@@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 6 05:02:54 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to version 6.0.0:
|
||||
* faster matching through predict-match PM3+PM5 method
|
||||
* compressed storage of prediction tables
|
||||
* improved support of FILE inputs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 1 16:17:02 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to version 5.2.1:
|
||||
* new file encoding type null_data to read NUL as LF and vice
|
||||
versa; supports reading xargs -0 output for example
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 11 10:24:28 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to version 5.1.1:
|
||||
* fix a minor issue with case-insensitive matching when regex
|
||||
patterns are specified in certain ways in combination with
|
||||
"string-like" patterns such that one ore more alternating
|
||||
sub-patterns overlap from the start.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 5 17:54:30 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to version 5.1.0:
|
||||
* update the regex converter of reflex::Matcher
|
||||
(and reflex::FuzzyMatcher by inheritance) to accept \0 as NUL
|
||||
* appease all -Wshadow warnings
|
||||
* appease gcc method overload warning
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 12:49:45 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to version 5.0.1:
|
||||
* faster SIMD regex search methods
|
||||
* improved anchor and word boundary matching speed and support
|
||||
* new std::string_view strview() matcher method
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 15 19:11:01 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: re-flex
|
||||
version: 4.5.0
|
||||
mtime: 1722528846
|
||||
commit: f737e1ea2c352b10841d549cbc7713535bef46ab
|
||||
version: 6.0.0
|
||||
mtime: 1750360062
|
||||
commit: 7125b9b7dcb2ff3a185c073b3a1cdfcdc7fc9b24
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package re-flex
|
||||
#
|
||||
# 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 @@
|
||||
|
||||
|
||||
Name: re-flex
|
||||
Version: 4.5.0
|
||||
Version: 6.0.0
|
||||
Release: 0
|
||||
Summary: C++ regex library and lexical analyzer generator with Unicode support
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user