8
0

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 +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>