diff --git a/onig-6.9.10.tar.gz b/onig-6.9.10.tar.gz new file mode 100644 index 0000000..85dc175 --- /dev/null +++ b/onig-6.9.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a5cfc5ae259e4e97f86b68dfffc152cdaffe94e2060b770cb827238d769fc05 +size 979159 diff --git a/onig-6.9.9.tar.gz b/onig-6.9.9.tar.gz deleted file mode 100644 index afff650..0000000 --- a/onig-6.9.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60162bd3b9fc6f4886d4c7a07925ffd374167732f55dce8c491bfd9cd818a6cf -size 957444 diff --git a/oniguruma.changes b/oniguruma.changes index 1c821f8..4ecdc25 100644 --- a/oniguruma.changes +++ b/oniguruma.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jan 1 13:30:52 UTC 2025 - Marcus Rueckert + +- Update to 6.9.10 + - Update Unicode version 16.0 + - Add new operator (*SKIP) + - Fixed: ONIG_SYN_CONTEXT_INDEP_REPEAT_OPS not working for ^* + pattern (Issue #292) + ------------------------------------------------------------------- Tue Oct 17 20:44:33 UTC 2023 - Marcus Rueckert diff --git a/oniguruma.spec b/oniguruma.spec index 4385890..627dda1 100644 --- a/oniguruma.spec +++ b/oniguruma.spec @@ -1,7 +1,7 @@ # # spec file for package oniguruma # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2025 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.9 +%define short_version 6.9.10 Name: oniguruma -Version: 6.9.9 +Version: 6.9.10 Release: 0 Summary: Regex Library Supporting Different Character Encodings License: BSD-2-Clause