From be154c1f73cad913e67928dbcd163e686e85fe2bce04b4a565ae8bc719852fc3 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 30 Sep 2021 09:35:52 +0000 Subject: [PATCH] Accepting request 922235 from devel:languages:perl:autoupdate - 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 OBS-URL: https://build.opensuse.org/request/show/922235 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XS-Parse-Keyword?expand=0&rev=5 --- XS-Parse-Keyword-0.15.tar.gz | 3 --- XS-Parse-Keyword-0.18.tar.gz | 3 +++ perl-XS-Parse-Keyword.changes | 28 ++++++++++++++++++++++++++++ perl-XS-Parse-Keyword.spec | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 XS-Parse-Keyword-0.15.tar.gz create mode 100644 XS-Parse-Keyword-0.18.tar.gz diff --git a/XS-Parse-Keyword-0.15.tar.gz b/XS-Parse-Keyword-0.15.tar.gz deleted file mode 100644 index daeb399..0000000 --- a/XS-Parse-Keyword-0.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49de7c193d4b02998521829258445a66171dc088849bdf7cf74ef9f8f3efcb56 -size 58491 diff --git a/XS-Parse-Keyword-0.18.tar.gz b/XS-Parse-Keyword-0.18.tar.gz new file mode 100644 index 0000000..028882a --- /dev/null +++ b/XS-Parse-Keyword-0.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20df47a571e368d69c8e7b11d562ebc91e32a23338a2866ec74174db1b0861dd +size 68082 diff --git a/perl-XS-Parse-Keyword.changes b/perl-XS-Parse-Keyword.changes index 908df3d..5c8c23f 100644 --- a/perl-XS-Parse-Keyword.changes +++ b/perl-XS-Parse-Keyword.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed Sep 29 03:07:17 UTC 2021 - Tina Müller + +- 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 diff --git a/perl-XS-Parse-Keyword.spec b/perl-XS-Parse-Keyword.spec index 25fa7be..1af82e5 100644 --- a/perl-XS-Parse-Keyword.spec +++ b/perl-XS-Parse-Keyword.spec @@ -18,7 +18,7 @@ %define cpan_name XS-Parse-Keyword Name: perl-XS-Parse-Keyword -Version: 0.15 +Version: 0.18 Release: 0 Summary: XS functions to assist in parsing keyword syntax License: Artistic-1.0 OR GPL-1.0-or-later