Accepting request 879109 from home:dirkmueller:Factory
- update to 5.32.1: There are no changes intentionally incompatible with Perl 5.32.0. * Data::Dumper has been upgraded from version 2.174 to 2.174_01. A number of memory leaks have been fixed. * DynaLoader has been upgraded from version 1.47 to 1.47_01. * Module::CoreList has been upgraded from version 5.20200620 to 5.20210123. * Opcode has been upgraded from version 1.47 to 1.48. A warning has been added about evaluating untrusted code with the perl interpreter. * Safe has been upgraded from version 2.41 to 2.41_01. A warning has been added about evaluating untrusted code with the perl interpreter. OBS-URL: https://build.opensuse.org/request/show/879109 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=202
This commit is contained in:
parent
c99d541ed8
commit
d2ea15d5ce
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6f436b447cf56d22464f980fac1916e707a040e96d52172984c5d184c09b859b
|
|
||||||
size 12717336
|
|
3
perl-5.32.1.tar.xz
Normal file
3
perl-5.32.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:57cc47c735c8300a8ce2fa0643507b44c4ae59012bfdad0121313db639e02309
|
||||||
|
size 12610988
|
17
perl.changes
17
perl.changes
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 14 20:57:51 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 5.32.1:
|
||||||
|
There are no changes intentionally incompatible with Perl 5.32.0.
|
||||||
|
* Data::Dumper has been upgraded from version 2.174 to 2.174_01.
|
||||||
|
A number of memory leaks have been fixed.
|
||||||
|
* DynaLoader has been upgraded from version 1.47 to 1.47_01.
|
||||||
|
* Module::CoreList has been upgraded from version 5.20200620 to
|
||||||
|
5.20210123.
|
||||||
|
* Opcode has been upgraded from version 1.47 to 1.48.
|
||||||
|
A warning has been added about evaluating untrusted code with the
|
||||||
|
perl interpreter.
|
||||||
|
* Safe has been upgraded from version 2.41 to 2.41_01.
|
||||||
|
A warning has been added about evaluating untrusted code with the
|
||||||
|
perl interpreter.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 13 11:16:50 UTC 2020 - Dan Čermák <dcermak@suse.com>
|
Fri Nov 13 11:16:50 UTC 2020 - Dan Čermák <dcermak@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl
|
# spec file for package perl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,10 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define pversion 5.32.0
|
%define pversion 5.32.1
|
||||||
%global versionlist %nil
|
%global versionlist 5.32.0
|
||||||
Name: perl
|
Name: perl
|
||||||
Version: 5.32.0
|
Version: 5.32.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Perl interpreter
|
Summary: The Perl interpreter
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
@ -60,6 +60,7 @@ Suggests: perl-doc = %{version}
|
|||||||
Provides: perl-500
|
Provides: perl-500
|
||||||
Provides: perl-Filter-Simple = 0.96
|
Provides: perl-Filter-Simple = 0.96
|
||||||
Provides: perl(:MODULE_COMPAT_%{pversion})
|
Provides: perl(:MODULE_COMPAT_%{pversion})
|
||||||
|
Provides: perl(:MODULE_COMPAT_5.32.0)
|
||||||
Obsoletes: perl-Filter-Simple <= 0.96
|
Obsoletes: perl-Filter-Simple <= 0.96
|
||||||
Provides: perl-I18N-LangTags = 0.44
|
Provides: perl-I18N-LangTags = 0.44
|
||||||
Obsoletes: perl-I18N-LangTags <= 0.44
|
Obsoletes: perl-I18N-LangTags <= 0.44
|
||||||
|
Loading…
Reference in New Issue
Block a user