Accepting request 1174459 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1174459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XS-Parse-Keyword?expand=0&rev=20
This commit is contained in:
Ana Guerrero 2024-05-16 17:13:43 +00:00 committed by Git OBS Bridge
commit 36e950c8d9
4 changed files with 29 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4e775becc8a5d9b52cb5d569b9d3230eea451c134735845e77f89fa6a6c23d8
size 84845

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e498879e7813c9a7ecf4296c74774a32e40131e3a64efcc63c8010c0eb11382
size 89238

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed May 1 03:08:54 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- 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 <tina.mueller@suse.com>

View File

@ -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}