Accepting request 1234315 from devel:languages:ruby
- 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) OBS-URL: https://build.opensuse.org/request/show/1234315 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oniguruma?expand=0&rev=28
This commit is contained in:
commit
96ad2d77fe
3
onig-6.9.10.tar.gz
Normal file
3
onig-6.9.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a5cfc5ae259e4e97f86b68dfffc152cdaffe94e2060b770cb827238d769fc05
|
||||
size 979159
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60162bd3b9fc6f4886d4c7a07925ffd374167732f55dce8c491bfd9cd818a6cf
|
||||
size 957444
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 1 13:30:52 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- 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 <mrueckert@suse.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user