Accepting request 997338 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/997338 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XS-Parse-Keyword?expand=0&rev=8
This commit is contained in:
commit
afeb66daa4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53116670b8a23abd05d0e53c9ae106cbc50bc7d4e576f6662d843d622e38bf4a
|
||||
size 72742
|
3
XS-Parse-Keyword-0.25.tar.gz
Normal file
3
XS-Parse-Keyword-0.25.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5edb30cf7c7f220d0c6c31dc1eb554032840a99c7c298314f5cc3fef66c72c7
|
||||
size 74105
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 27 03:09:17 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.25
|
||||
see /usr/share/doc/packages/perl-XS-Parse-Keyword/Changes
|
||||
|
||||
0.25 2022-07-25
|
||||
[CHANGES]
|
||||
* Permit infix operators to consume fewer than all the available
|
||||
symbols; allowing for RHS operands that begin with symbols without
|
||||
intervening whitespace
|
||||
* Improved unit-testing of infix operator parser precedence issues
|
||||
* Added `XPI_OPERAND_ARITH`; renumbered `XPI_OPERAND_TERM` to be
|
||||
non-zero. Currently zero is accepted for back-compat
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 27 03:06:59 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name XS-Parse-Keyword
|
||||
Name: perl-XS-Parse-Keyword
|
||||
Version: 0.24
|
||||
Version: 0.25
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: XS functions to assist in parsing keyword syntax
|
||||
|
Loading…
Reference in New Issue
Block a user