Accepting request 879434 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/879434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl?expand=0&rev=121
This commit is contained in:
Dominique Leuenberger 2021-03-20 20:25:37 +00:00 committed by Git OBS Bridge
commit abe803e8e5
4 changed files with 25 additions and 7 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57cc47c735c8300a8ce2fa0643507b44c4ae59012bfdad0121313db639e02309
size 12610988

View File

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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -16,10 +16,10 @@
#
%define pversion 5.32.0
%global versionlist %nil
%define pversion 5.32.1
%global versionlist 5.32.0
Name: perl
Version: 5.32.0
Version: 5.32.1
Release: 0
Summary: The Perl interpreter
License: Artistic-1.0 OR GPL-1.0-or-later
@ -60,6 +60,7 @@ Suggests: perl-doc = %{version}
Provides: perl-500
Provides: perl-Filter-Simple = 0.96
Provides: perl(:MODULE_COMPAT_%{pversion})
Provides: perl(:MODULE_COMPAT_5.32.0)
Obsoletes: perl-Filter-Simple <= 0.96
Provides: perl-I18N-LangTags = 0.44
Obsoletes: perl-I18N-LangTags <= 0.44