From 1f36c7ef4c4d193f29ff4903f4138326f614a991 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 2 Dec 2020 23:36:11 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/perl.git#c0ce9f4aa6d1fc9649aac9589b9ebc4c29750229 --- perl.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/perl.spec b/perl.spec index b05e8ad..7ab1a26 100644 --- a/perl.spec +++ b/perl.spec @@ -100,7 +100,7 @@ License: GPL+ or Artistic Epoch: %{perl_epoch} Version: %{perl_version} # release number must be even higher, because dual-lived modules will be broken otherwise -Release: 467%{?dist} +Release: 468%{?dist} Summary: Practical Extraction and Report Language Url: https://www.perl.org/ Source0: https://www.cpan.org/src/5.0/perl-%{perl_version}.tar.xz @@ -530,6 +530,8 @@ Provides: perl(utf8_heavy.pl) # utf8 and utf8_heavy.pl require Carp, re, strict, warnings, XSLoader # For AnyDBM_File Suggests: perl(DB_File) +# Encode is loaded in BOOT section of PerlIO::encoding +Requires: perl(Encode) # File::Spec loaded by _charnames.pm that is loaded by \N{} Requires: perl(File::Spec) %if %{with gdbm} @@ -7102,6 +7104,9 @@ popd # Old changelog entries are preserved in CVS. %changelog +* Wed Dec 02 2020 Jitka Plesnikova - 4:5.32.0-468 +- Run-require perl(Encode) by perl-libs + * Thu Nov 19 2020 Petr Pisar - 4:5.32.0-467 - Fix a crash in optimizing split() (GH#18232) - Disable a dual-lived perl-Net-Ping (bug #1898132)