Accepting request 729269 from devel:languages:perl:autoupdate

Automatic update

OBS-URL: https://build.opensuse.org/request/show/729269
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Syntax-Keyword-Try?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2019-09-09 10:12:45 +00:00 committed by Git OBS Bridge
parent 0105d68dea
commit bff3518d9d
4 changed files with 20 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Sep 8 19:54:48 UTC 2019 - <timueller+perl@suse.de>
- updated to 0.11
see /usr/share/doc/packages/perl-Syntax-Keyword-Try/Changes
0.11 2019-09-07
[CHANGES]
* Use wrap_keyword_plugin() instead of direct access to
PL_keyword_plugin
[BUGFIXES]
* Build OP_ENTER/OP_LEAVE structure the correct way so perl 5.31.3
doesn't crash
* Fix OP_NEXT/OP_LAST/OP_REDO mangling for perl 5.31.3 to avoid
CPU spin (RT129975)
-------------------------------------------------------------------
Fri Jun 14 05:30:08 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@ -17,7 +17,7 @@
Name: perl-Syntax-Keyword-Try
Version: 0.10
Version: 0.11
Release: 0
%define cpan_name Syntax-Keyword-Try
Summary: C<try/catch/finally> syntax for perl