diff --git a/ExtUtils-MakeMaker-7.71_02.tar.gz b/ExtUtils-MakeMaker-7.71_02.tar.gz deleted file mode 100644 index 925113dbcca9ebc68ff48bb51ee3ef6442f1bead..0000000000000000000000000000000000000000 Binary files a/ExtUtils-MakeMaker-7.71_02.tar.gz and /dev/null differ diff --git a/ExtUtils-MakeMaker-7.76.tar.gz b/ExtUtils-MakeMaker-7.76.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..92333cb72b66618957ab0aca5ffe3328299cec0c Binary files /dev/null and b/ExtUtils-MakeMaker-7.76.tar.gz differ diff --git a/perl-ExtUtils-MakeMaker.spec b/perl-ExtUtils-MakeMaker.spec index 2aa4efa280cb707246a1a34c80724cdc69953877..bd572c3778dc241e1cb33c89a19ecbf88072ec0d 100644 --- a/perl-ExtUtils-MakeMaker.spec +++ b/perl-ExtUtils-MakeMaker.spec @@ -3,7 +3,7 @@ Name: perl-ExtUtils-MakeMaker Epoch: 1 -Version: 7.71_02 +Version: 7.76 Release: 1 Summary: Create Makefile License: GPL-1.0-or-later OR Artistic-1.0-Perl @@ -92,6 +92,18 @@ make test %{_mandir}/man3/* %changelog +* Tue Jul 01 2025 kywqs - 1:7.76-1 +- update to 7.76 +- VMS fixes: + * Avoid uninitialized value in MM_VMS::_fixin_replace_shebang + * Take care with '.' in init_dirscan on VMS + * fixed pm_to_blib regression +- Doc, Test, QA, BSD... fixes. +- Core fixes: + * Liblist work with Config.libpth supporting paths with spaces + * Fixed split_command with multi-line oneliner + * Allow dotted decimal versions in absence of CPAN::Meta::Requirements + * Sun Jan 19 2025 Funda Wang - 1:7.71_02-1 - update to 7.71_02 * maybe_command() now handles an undefined or empty argument