Accepting request 922289 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/922289 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XS-Parse-Keyword?expand=0&rev=3
This commit is contained in:
commit
ddb9dc168e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:49de7c193d4b02998521829258445a66171dc088849bdf7cf74ef9f8f3efcb56
|
|
||||||
size 58491
|
|
3
XS-Parse-Keyword-0.18.tar.gz
Normal file
3
XS-Parse-Keyword-0.18.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:20df47a571e368d69c8e7b11d562ebc91e32a23338a2866ec74174db1b0861dd
|
||||||
|
size 68082
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 29 03:07:17 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.18
|
||||||
|
see /usr/share/doc/packages/perl-XS-Parse-Keyword/Changes
|
||||||
|
|
||||||
|
0.18 2021-09-28
|
||||||
|
[CHANGES]
|
||||||
|
* Define the XPI_OPERAND_ONLY_LOOK flag
|
||||||
|
* Define a callchecker for list/list infix operators. Add a
|
||||||
|
callchecker that can optimise out certain kinds of operations
|
||||||
|
(ref to padav or pkgav, anonlist if XPI_OPERAND_ONLY_LOOK is set)
|
||||||
|
[BUGFIXES]
|
||||||
|
* cygwin requires deparse_infix to be declared with XS_INTERNAL()
|
||||||
|
(RT139449)
|
||||||
|
* Some architectures require intermediate storage for values in the
|
||||||
|
test function pp_addpairs (RT139445)
|
||||||
|
* Fix conditions in lexical variable type checking (RT139444)
|
||||||
|
0.17 2021-09-23
|
||||||
|
[CHANGES]
|
||||||
|
* Support certain kinds of list operands on LHS of infix operators
|
||||||
|
* Generate wrapper functions around list-list infix operators, which
|
||||||
|
unpack their argument lists from two ARRAYrefs
|
||||||
|
0.16 2021-09-21
|
||||||
|
[CHANGES]
|
||||||
|
* Attempt automatic deparsing of infix operators
|
||||||
|
* Support certain kinds of list operands on RHS of infix operators
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 7 03:07:21 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
Tue Sep 7 03:07:21 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define cpan_name XS-Parse-Keyword
|
%define cpan_name XS-Parse-Keyword
|
||||||
Name: perl-XS-Parse-Keyword
|
Name: perl-XS-Parse-Keyword
|
||||||
Version: 0.15
|
Version: 0.18
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: XS functions to assist in parsing keyword syntax
|
Summary: XS functions to assist in parsing keyword syntax
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user