forked from pool/oniguruma
- Update to 6.9.9
- Update Unicode version 15.1.0 - NEW API: ONIG_OPTION_MATCH_WHOLE_STRING - Fixed: (?I) option was not enabled for character classes (Issue #264). - Changed specification to check for incorrect POSIX bracket (Issue #253). - Changed [[:punct:]] in Unicode encodings to be compatible with POSIX definition. (Issue #268) - Fixed: ONIG_OPTION_FIND_LONGEST behavior OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby/oniguruma?expand=0&rev=24
This commit is contained in:
parent
9eae0d9f4d
commit
a6cfa51caf
BIN
onig-6.9.8.tar.gz
(Stored with Git LFS)
BIN
onig-6.9.8.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
onig-6.9.9.tar.gz
Normal file
3
onig-6.9.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:60162bd3b9fc6f4886d4c7a07925ffd374167732f55dce8c491bfd9cd818a6cf
|
||||||
|
size 957444
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 17 20:44:33 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- Update to 6.9.9
|
||||||
|
- Update Unicode version 15.1.0
|
||||||
|
- NEW API: ONIG_OPTION_MATCH_WHOLE_STRING
|
||||||
|
- Fixed: (?I) option was not enabled for character classes (Issue
|
||||||
|
#264).
|
||||||
|
- Changed specification to check for incorrect POSIX bracket
|
||||||
|
(Issue #253).
|
||||||
|
- Changed [[:punct:]] in Unicode encodings to be compatible with
|
||||||
|
POSIX definition. (Issue #268)
|
||||||
|
- Fixed: ONIG_OPTION_FIND_LONGEST behavior
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 5 18:46:10 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
|
Thu May 5 18:46:10 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lib_name libonig5
|
%define lib_name libonig5
|
||||||
%define short_version 6.9.8
|
%define short_version 6.9.9
|
||||||
Name: oniguruma
|
Name: oniguruma
|
||||||
Version: 6.9.8
|
Version: 6.9.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Regex Library Supporting Different Character Encodings
|
Summary: Regex Library Supporting Different Character Encodings
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user