Merge remote-tracking branch 'up/f33' into f33-riscv64

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2021-10-07 06:27:35 +03:00
commit 4d8011fe1a
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 13 additions and 5 deletions

View File

@ -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: 469.0.riscv64%{?dist}
Release: 471.0.riscv64%{?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
@ -541,6 +541,8 @@ Provides: perl(utf8_heavy.pl)
# utf8 and utf8_heavy.pl require Carp, re, strict, warnings, XSLoader
# For AnyDBM_File
Suggests: perl(DB_File)
# XSLoader requires DynaLoder
Requires: perl(DynaLoader)
# Encode is loaded in BOOT section of PerlIO::encoding
Requires: perl(Encode)
# File::Spec loaded by _charnames.pm that is loaded by \N{}
@ -557,8 +559,8 @@ Suggests: perl(ODBM_File)
%endif
# Remove private redefinitions
# XSLoader redefines DynaLoader name space for compatibility, but does not
# load the DynaLoader.pm (though the DynaLoader.xs is compiled into libperl).
# XSLoader redefines DynaLoader name space for compatibility, but it still
# loads DynaLoader.pm (though DynaLoader.xs is compiled into libperl).
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\((charnames|DynaLoader)\\)$
%description libs
@ -6555,7 +6557,7 @@ popd
%{archlib}/asm
%{archlib}/asm-generic
%{archlib}/bits
%{archlib}/features.ph
%{archlib}/features*.ph
%{archlib}/gnu
%{archlib}/_h2ph_pre.ph
%ifnarch ppc64le
@ -7105,9 +7107,15 @@ popd
# Old changelog entries are preserved in CVS.
%changelog
* Tue Apr 20 2021 David Abdurachmanov <david.abdurachmanov@gmail.com> - 4:5.32.1-469.0.riscv64
* Thu Oct 07 2021 David Abdurachmanov <david.abdurachmanov@gmail.com> - 4:5.32.1-471.0.riscv64
- Disable LTO
* Wed Jun 23 2021 Petr Pisar <ppisar@redhat.com> - 4:5.32.1-471
- XSLoader requires DynaLoader
* Wed Jun 16 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-470
- Updated list of *.ph files (bug#1972637)
* Wed Mar 31 2021 Petr Pisar <ppisar@redhat.com> - 4:5.32.1-469
- Fix dumping a hash entry of PL_strtab type
- Fix an arithmetic left shift of a minimal integer value (GH#18639)