From 951eef46308051f1e7381a079dd13525b3b84af6a025019fea8d5dd8a30fbc95 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 16 May 2024 13:59:29 +0000 Subject: [PATCH] Accepting request 1173761 from devel:languages:perl:autoupdate - updated to 0.42 see /usr/share/doc/packages/perl-XS-Parse-Keyword/Changes 0.42 2024-04-30 [BUGFIXES] * Don't crash on zero-argument calls to list-associative wrapper functions (thanks aquanight) (RT153244) 0.41 2024-04-25 [BUGFIXES] * Remmeber to EXTEND the stack in list-associative operator wrapper functions (thanks aquanight) (RT153173) 0.40 2024-04-23 [CHANGES] * Support N-way list-associative operators, implemented as LISTOPs * Delete the no-longer-used API constants XPI_OPERAND_{ARITH,TERM,CUSTOM} from XSParseInfix.h [BUGFIXES] * Avoid a subsequent `use VERSION` in unit tests to keep perl 5.39.8 happy OBS-URL: https://build.opensuse.org/request/show/1173761 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XS-Parse-Keyword?expand=0&rev=36 --- XS-Parse-Keyword-0.39.tar.gz | 3 --- XS-Parse-Keyword-0.42.tar.gz | 3 +++ perl-XS-Parse-Keyword.changes | 23 +++++++++++++++++++++++ perl-XS-Parse-Keyword.spec | 5 +++-- 4 files changed, 29 insertions(+), 5 deletions(-) delete mode 100644 XS-Parse-Keyword-0.39.tar.gz create mode 100644 XS-Parse-Keyword-0.42.tar.gz diff --git a/XS-Parse-Keyword-0.39.tar.gz b/XS-Parse-Keyword-0.39.tar.gz deleted file mode 100644 index 3cbef82..0000000 --- a/XS-Parse-Keyword-0.39.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4e775becc8a5d9b52cb5d569b9d3230eea451c134735845e77f89fa6a6c23d8 -size 84845 diff --git a/XS-Parse-Keyword-0.42.tar.gz b/XS-Parse-Keyword-0.42.tar.gz new file mode 100644 index 0000000..08ffce3 --- /dev/null +++ b/XS-Parse-Keyword-0.42.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e498879e7813c9a7ecf4296c74774a32e40131e3a64efcc63c8010c0eb11382 +size 89238 diff --git a/perl-XS-Parse-Keyword.changes b/perl-XS-Parse-Keyword.changes index 543fc98..213a0d5 100644 --- a/perl-XS-Parse-Keyword.changes +++ b/perl-XS-Parse-Keyword.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed May 1 03:08:54 UTC 2024 - Tina Müller + +- updated to 0.42 + see /usr/share/doc/packages/perl-XS-Parse-Keyword/Changes + + 0.42 2024-04-30 + [BUGFIXES] + * Don't crash on zero-argument calls to list-associative wrapper + functions (thanks aquanight) (RT153244) + 0.41 2024-04-25 + [BUGFIXES] + * Remmeber to EXTEND the stack in list-associative operator wrapper + functions (thanks aquanight) (RT153173) + 0.40 2024-04-23 + [CHANGES] + * Support N-way list-associative operators, implemented as LISTOPs + * Delete the no-longer-used API constants + XPI_OPERAND_{ARITH,TERM,CUSTOM} from XSParseInfix.h + [BUGFIXES] + * Avoid a subsequent `use VERSION` in unit tests to keep perl 5.39.8 + happy + ------------------------------------------------------------------- Fri Mar 8 23:11:55 UTC 2024 - Tina Müller diff --git a/perl-XS-Parse-Keyword.spec b/perl-XS-Parse-Keyword.spec index 8849418..d6b6c02 100644 --- a/perl-XS-Parse-Keyword.spec +++ b/perl-XS-Parse-Keyword.spec @@ -18,9 +18,10 @@ %define cpan_name XS-Parse-Keyword Name: perl-XS-Parse-Keyword -Version: 0.390.0 +Version: 0.420.0 Release: 0 -%define cpan_version 0.39 +# 0.42 -> normalize -> 0.420.0 +%define cpan_version 0.42 License: Artistic-1.0 OR GPL-1.0-or-later Summary: XS functions to assist in parsing keyword syntax URL: https://metacpan.org/release/%{cpan_name}