Accepting request 1090366 from home:dstoecker:branches:devel:languages:perl
- update to perl 5.36.1 - maintenance release * Module::CoreList has been upgraded from version 5.20220520 to 5.20230423. * Fixed: An eval() as the last statement in a regex code block could trigger an interpreter panic * An eval EXPR referring to a lexical sub defined in grandparent scope no longer produces an assertion failures. * Writing to a magic variables associated with the selected output handle, $^, $~, $=, $- and $%, no longer crashes perl if the IO object has been cleared from the selected output handle. OBS-URL: https://build.opensuse.org/request/show/1090366 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=229
This commit is contained in:
parent
e011b6b152
commit
57515d52b7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f386dccbee8e26286404b2cca144e1005be65477979beb9b1ba272d4819bcf0
|
||||
size 13051500
|
3
perl-5.36.1.tar.xz
Normal file
3
perl-5.36.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd91217ea8a8c8b81f21ebbb6cefdf0d13ae532013f944cdece2cd51aef4b6a7
|
||||
size 13053604
|
13
perl.changes
13
perl.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 1 15:27:36 UTC 2023 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
- update to perl 5.36.1 - maintenance release
|
||||
* Module::CoreList has been upgraded from version 5.20220520 to 5.20230423.
|
||||
* Fixed: An eval() as the last statement in a regex code block could trigger
|
||||
an interpreter panic
|
||||
* An eval EXPR referring to a lexical sub defined in grandparent scope no
|
||||
longer produces an assertion failures.
|
||||
* Writing to a magic variables associated with the selected output handle,
|
||||
$^, $~, $=, $- and $%, no longer crashes perl if the IO object has been
|
||||
cleared from the selected output handle.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 11 08:00:20 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -23,11 +23,11 @@
|
||||
%define name_suffix %{nil}
|
||||
%endif
|
||||
|
||||
%define pversion 5.36.0
|
||||
%define pversion 5.36.1
|
||||
# set to nil when equal to pversion
|
||||
%global versionlist %{nil}
|
||||
%global versionlist 5.36.0
|
||||
Name: perl%{?name_suffix}
|
||||
Version: 5.36.0
|
||||
Version: 5.36.1
|
||||
Release: 0
|
||||
Summary: The Perl interpreter
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user