7.38 bump

This commit is contained in:
Petr Písař 2019-09-11 15:25:04 +02:00
parent 968529e26e
commit 461ec4f66d
3 changed files with 11 additions and 8 deletions

1
.gitignore vendored
View File

@ -35,3 +35,4 @@
/ExtUtils-MakeMaker-7.32.tar.gz /ExtUtils-MakeMaker-7.32.tar.gz
/ExtUtils-MakeMaker-7.34.tar.gz /ExtUtils-MakeMaker-7.34.tar.gz
/ExtUtils-MakeMaker-7.36.tar.gz /ExtUtils-MakeMaker-7.36.tar.gz
/ExtUtils-MakeMaker-7.38.tar.gz

View File

@ -5,8 +5,8 @@
Name: perl-%{cpan_name} Name: perl-%{cpan_name}
Epoch: 2 Epoch: 2
Version: 7.36 Version: 7.38
Release: 4%{?dist} Release: 1%{?dist}
Summary: Create a module Makefile Summary: Create a module Makefile
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
@ -46,7 +46,6 @@ BuildRequires: perl(version)
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
# If an XS module is compiled, xsubpp(1) is needed # If an XS module is compiled, xsubpp(1) is needed
BuildRequires: perl-ExtUtils-ParseXS BuildRequires: perl-ExtUtils-ParseXS
BuildRequires: sed
# Tests: # Tests:
BuildRequires: perl(AutoSplit) BuildRequires: perl(AutoSplit)
BuildRequires: perl(base) BuildRequires: perl(base)
@ -171,13 +170,13 @@ is an overkill for small subroutines.
%patch4 -p1 %patch4 -p1
# Remove bundled modules # Remove bundled modules
rm -rf bundled rm -rf bundled
sed -i -e '/^bundled\// d' MANIFEST perl -i -ne 'print $_ unless m{^bundled/}' MANIFEST
rm -rf t/lib/Test rm -rf t/lib/Test
sed -i -e '/^t\/lib\/Test\// d' MANIFEST perl -i -ne 'print $_ unless m{^t/lib/Test/}' MANIFEST
rm -rf lib/ExtUtils/MakeMaker/version{,.pm} rm -rf lib/ExtUtils/MakeMaker/version{,.pm}
sed -i -e '/^lib\/ExtUtils\/MakeMaker\/version[\/\.]/ d' MANIFEST perl -i -ne 'print $_ unless m{^lib/ExtUtils/MakeMaker/version(?:/|\.pm)}' MANIFEST
rm -rf lib/ExtUtils/MakeMaker/Locale.pm rm -rf lib/ExtUtils/MakeMaker/Locale.pm
sed -i -e '/^lib\/ExtUtils\/MakeMaker\/Locale\.pm/ d' MANIFEST perl -i -ne 'print $_ unless m{^lib/ExtUtils/MakeMaker/Locale\.pm}' MANIFEST
%build %build
BUILDING_AS_PACKAGE=1 perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 BUILDING_AS_PACKAGE=1 perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
@ -214,6 +213,9 @@ make test
%{_mandir}/man3/ExtUtils::MM::Utils.* %{_mandir}/man3/ExtUtils::MM::Utils.*
%changelog %changelog
* Wed Sep 11 2019 Petr Pisar <ppisar@redhat.com> - 2:7.38-1
- 7.38 bump
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:7.36-4 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:7.36-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

View File

@ -1 +1 @@
SHA512 (ExtUtils-MakeMaker-7.36.tar.gz) = dcc15f85116e4aa0258d3be643d89753b0a6c45db95de15957d1c4edf9cad086c7e670a420dccb3e7758310e3520651add7c8f34609e347f1fc8ecf48160b24f SHA512 (ExtUtils-MakeMaker-7.38.tar.gz) = f6fcd28e96a11b321eca3e71d5378f5abf9e6281e314109414b772f33ad2e43a668e50ccac150c66b9aa0fb7a2152fcc8e8075d617e93ec7164f37b2d0039bd1