- Update to 6.9.8

- Update Unicode version 14.0.0
  - Whole options
    - (?C) : ONIG_OPTION_DONT_CAPTURE_GROUP
    - (?I) : ONIG_OPTION_IGNORECASE_IS_ASCII
    - (?L) : ONIG_OPTION_FIND_LONGEST
  - Fixed some problems found by OSS-Fuzz
- Update to 6.9.6

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby/oniguruma?expand=0&rev=22
This commit is contained in:
Marcus Rückert 2022-05-05 18:47:37 +00:00 committed by Git OBS Bridge
parent a16d574878
commit 9eae0d9f4d
4 changed files with 18 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6444204b9c34e6eb6c0b23021ce89a0370dad2b2f5c00cd44c342753e0b204d9
size 935705

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

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu May 5 18:46:10 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
- Update to 6.9.8
- Update Unicode version 14.0.0
- Whole options
- (?C) : ONIG_OPTION_DONT_CAPTURE_GROUP
- (?I) : ONIG_OPTION_IGNORECASE_IS_ASCII
- (?L) : ONIG_OPTION_FIND_LONGEST
- Fixed some problems found by OSS-Fuzz
-------------------------------------------------------------------
Thu Jun 3 15:31:15 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
@ -11,7 +22,7 @@ Thu Jun 3 15:31:15 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
-------------------------------------------------------------------
Thu Nov 5 15:57:25 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
- Update to 6.9.6
- Update to 6.9.6
- When using configure script, if you have the POSIX API enabled
in an earlier version (disabled by default in 6.9.5) and you
need application binary compatibility with the POSIX API,

View File

@ -1,7 +1,7 @@
#
# spec file for package oniguruma
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,9 +17,9 @@
%define lib_name libonig5
%define short_version 6.9.7
%define short_version 6.9.8
Name: oniguruma
Version: 6.9.7.1
Version: 6.9.8
Release: 0
Summary: Regex Library Supporting Different Character Encodings
License: BSD-2-Clause