Accepting request 926528 from devel:languages:perl:autoupdate

- updated to 0.21
   see /usr/share/doc/packages/perl-XS-Parse-Keyword/Changes
  0.20    2021-10-11
          [BUGFIXES]
           * Fix for perl 5.20 - cannot use assert() as an expression
  0.19    2021-10-05
          [CHANGES]
           * Defined XPK_PREFIXED_BLOCK_ENTERLEAVE and XPK_SETUP for customizing
             the parser context around blocks

OBS-URL: https://build.opensuse.org/request/show/926528
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XS-Parse-Keyword?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2021-10-22 12:54:02 +00:00 committed by Git OBS Bridge
parent be154c1f73
commit 01dde8abad
4 changed files with 19 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Oct 13 03:07:09 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.21
see /usr/share/doc/packages/perl-XS-Parse-Keyword/Changes
0.20 2021-10-11
[BUGFIXES]
* Fix for perl 5.20 - cannot use assert() as an expression
0.19 2021-10-05
[CHANGES]
* Defined XPK_PREFIXED_BLOCK_ENTERLEAVE and XPK_SETUP for customizing
the parser context around blocks
-------------------------------------------------------------------
Wed Sep 29 03:07:17 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@ -18,7 +18,7 @@
%define cpan_name XS-Parse-Keyword
Name: perl-XS-Parse-Keyword
Version: 0.18
Version: 0.21
Release: 0
Summary: XS functions to assist in parsing keyword syntax
License: Artistic-1.0 OR GPL-1.0-or-later