10 Commits

Author SHA256 Message Date
f5959bc1a5 Accepting request 1291084 from devel:tools:compiler
OBS-URL: https://build.opensuse.org/request/show/1291084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/re-flex?expand=0&rev=6
2025-07-08 13:29:21 +00:00
1792895de7 Accepting request 1290840 from home:AndreasStieger:branches:devel:tools:compiler
re-flex 6.0.0

OBS-URL: https://build.opensuse.org/request/show/1290840
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/re-flex?expand=0&rev=12
2025-07-07 17:11:30 +00:00
05fcdd2794 Accepting request 1244718 from devel:tools:compiler
OBS-URL: https://build.opensuse.org/request/show/1244718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/re-flex?expand=0&rev=5
2025-02-10 16:29:50 +00:00
8e2e683036 Accepting request 1242125 from home:AndreasStieger:branches:devel:tools:compiler
re-flex 5.2.1

OBS-URL: https://build.opensuse.org/request/show/1242125
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/re-flex?expand=0&rev=10
2025-02-10 10:30:18 +00:00
c9d60dcad1 Accepting request 1237055 from devel:tools:compiler
OBS-URL: https://build.opensuse.org/request/show/1237055
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/re-flex?expand=0&rev=4
2025-01-12 10:22:46 +00:00
19ba1686ae Accepting request 1237011 from home:AndreasStieger:branches:devel:tools:compiler
re-flex 5.1.1

OBS-URL: https://build.opensuse.org/request/show/1237011
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/re-flex?expand=0&rev=8
2025-01-11 16:41:48 +00:00
8caa5a3a40 Accepting request 1229225 from devel:tools:compiler
OBS-URL: https://build.opensuse.org/request/show/1229225
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/re-flex?expand=0&rev=3
2024-12-09 20:12:28 +00:00
36b465b8ee Accepting request 1228576 from home:AndreasStieger:branches:devel:tools:compiler
re-flex 5.1.0

OBS-URL: https://build.opensuse.org/request/show/1228576
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/re-flex?expand=0&rev=6
2024-12-09 08:27:57 +00:00
3fa86d39fd Accepting request 1226279 from devel:tools:compiler
OBS-URL: https://build.opensuse.org/request/show/1226279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/re-flex?expand=0&rev=2
2024-11-25 22:23:10 +00:00
ffbe9b908d Accepting request 1226268 from home:AndreasStieger:branches:devel:tools:compiler
re-flex 5.0.1

OBS-URL: https://build.opensuse.org/request/show/1226268
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/re-flex?expand=0&rev=4
2024-11-25 14:01:37 +00:00
7 changed files with 51 additions and 10 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:06530dd9ceda70b98714714bee7d88ba5e6d081ba7ff75d354b6c83b64866113
size 21067789

View File

@@ -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>

View File

@@ -1,4 +1,4 @@
name: re-flex
version: 4.5.0
mtime: 1722528846
commit: f737e1ea2c352b10841d549cbc7713535bef46ab
version: 6.0.0
mtime: 1750360062
commit: 7125b9b7dcb2ff3a185c073b3a1cdfcdc7fc9b24

View File

@@ -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