- 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:
Marcus Rückert 2023-10-17 20:46:45 +00:00 committed by Git OBS Bridge
parent 9eae0d9f4d
commit a6cfa51caf
4 changed files with 19 additions and 5 deletions

BIN
onig-6.9.8.tar.gz (Stored with Git LFS)

Binary file not shown.

3
onig-6.9.9.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:60162bd3b9fc6f4886d4c7a07925ffd374167732f55dce8c491bfd9cd818a6cf
size 957444

View File

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

View File

@ -17,9 +17,9 @@
%define lib_name libonig5
%define short_version 6.9.8
%define short_version 6.9.9
Name: oniguruma
Version: 6.9.8
Version: 6.9.9
Release: 0
Summary: Regex Library Supporting Different Character Encodings
License: BSD-2-Clause