Upgrade to 3.51 as provided in perl-5.37.12

This commit is contained in:
Jitka Plesnikova 2023-06-12 14:17:33 +02:00
parent f1dd99e5b2
commit d4f18f78dd
3 changed files with 5877 additions and 1170 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2,16 +2,14 @@
Name: perl-ExtUtils-ParseXS Name: perl-ExtUtils-ParseXS
# Epoch to compete with perl.spec # Epoch to compete with perl.spec
Epoch: 1 Epoch: 1
Version: 3.50 Version: 3.51
Release: 1%{?dist} Release: 1%{?dist}
Summary: Module and a script for converting Perl XS code into C code Summary: Module and a script for converting Perl XS code into C code
License: GPL-1.0-or-later OR Artistic-1.0-Perl License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/ExtUtils-ParseXS URL: https://metacpan.org/release/ExtUtils-ParseXS
Source0: https://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/ExtUtils-ParseXS-%{base_version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/ExtUtils-ParseXS-%{base_version}.tar.gz
# Added man page perlxs* which are missing in tarball # Unbundled from perl 5.37.12
Patch0: ExtUtils-ParseXS-3.44-Add-perlxs-man-pages.patch Patch0: ExtUtils-ParseXS-3.44-Upgrade-to-3.51.patch
# Unbundled from perl 5.37.11
Patch1: ExtUtils-ParseXS-3.44-Upgrade-to-3.50.patch
BuildArch: noarch BuildArch: noarch
BuildRequires: coreutils BuildRequires: coreutils
BuildRequires: make BuildRequires: make
@ -67,7 +65,6 @@ with "%{_libexecdir}/%{name}/test".
%prep %prep
%setup -q -n ExtUtils-ParseXS-%{base_version} %setup -q -n ExtUtils-ParseXS-%{base_version}
%patch -P0 -p1 %patch -P0 -p1
%patch -P1 -p1
# Help generators to recognize Perl scripts # Help generators to recognize Perl scripts
for F in t/*.t; do for F in t/*.t; do
@ -120,6 +117,9 @@ make test
%{_libexecdir}/%{name} %{_libexecdir}/%{name}
%changelog %changelog
* Mon Jun 12 2023 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.51-1
- Upgrade to 3.51 as provided in perl-5.37.12
* Wed May 17 2023 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.50-1 * Wed May 17 2023 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.50-1
- Upgrade to 3.50 as provided in perl-5.37.11 - Upgrade to 3.50 as provided in perl-5.37.11
- Package tests - Package tests