diff --git a/perl.spec b/perl.spec index 9ddb993..7ff7cd4 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: 474%{?dist} +Release: 475%{?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 @@ -7170,6 +7170,9 @@ popd # Old changelog entries are preserved in CVS. %changelog +* Fri Apr 16 2021 Mohan Boddu - 4:5.32.1-475 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Wed Mar 31 2021 Petr Pisar - 4:5.32.1-474 - Fix dumping a hash entry of PL_strtab type - Fix an arithmetic left shift of a minimal integer value (GH#18639)