From 9eae0d9f4d0f1b9cacfa4180c7dcecf9a87a9a4985c4323e370649edbba83990 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Thu, 5 May 2022 18:47:37 +0000 Subject: [PATCH] - 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 --- onig-6.9.7.1.tar.gz | 3 --- onig-6.9.8.tar.gz | 3 +++ oniguruma.changes | 13 ++++++++++++- oniguruma.spec | 6 +++--- 4 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 onig-6.9.7.1.tar.gz create mode 100644 onig-6.9.8.tar.gz diff --git a/onig-6.9.7.1.tar.gz b/onig-6.9.7.1.tar.gz deleted file mode 100644 index cca5d65..0000000 --- a/onig-6.9.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6444204b9c34e6eb6c0b23021ce89a0370dad2b2f5c00cd44c342753e0b204d9 -size 935705 diff --git a/onig-6.9.8.tar.gz b/onig-6.9.8.tar.gz new file mode 100644 index 0000000..d67e8f4 --- /dev/null +++ b/onig-6.9.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28cd62c1464623c7910565fb1ccaaa0104b2fe8b12bcd646e81f73b47535213e +size 944148 diff --git a/oniguruma.changes b/oniguruma.changes index f14fd6f..160b16c 100644 --- a/oniguruma.changes +++ b/oniguruma.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu May 5 18:46:10 UTC 2022 - Marcus Rueckert + +- 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 @@ -11,7 +22,7 @@ Thu Jun 3 15:31:15 UTC 2021 - Ferdinand Thiessen ------------------------------------------------------------------- Thu Nov 5 15:57:25 UTC 2020 - Marcus Rueckert -- 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, diff --git a/oniguruma.spec b/oniguruma.spec index 041f733..0499fa4 100644 --- a/oniguruma.spec +++ b/oniguruma.spec @@ -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