Updated list of *.ph files (bug#1972637)

Perl build script generates *.ph files from system header files.
The latest glibc apparently added a new header file features-time64.h
and features-time64.ph has to be added to package perl-ph.
This commit is contained in:
Jitka Plesnikova 2021-06-16 17:35:05 +02:00
parent f91f2971b5
commit 56c2cb6399
1 changed files with 5 additions and 2 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: 478%{?dist}
Release: 479%{?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
@ -6584,7 +6584,7 @@ popd
%{archlib}/asm
%{archlib}/asm-generic
%{archlib}/bits
%{archlib}/features.ph
%{archlib}/features*.ph
%{archlib}/gnu
%{archlib}/_h2ph_pre.ph
%ifnarch ppc64le
@ -6986,6 +6986,9 @@ popd
# Old changelog entries are preserved in CVS.
%changelog
* Wed Jun 16 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.34.0-479
- Updated list of *.ph files (bug#1972637)
* Mon May 31 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.34.0-478
- Added perl-autouse and perl-ExtUtils-MM-Utils to perl meta-package