- Update Do_not_set_RPATH_by_default.patch
- updated to 7.74
see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
7.74 Wed 9 Apr 13:28:16 BST 2025
No changes since v7.73_01
7.73_01 Sun 30 Mar 11:45:44 BST 2025
Core fixes:
- WriteEmptyMakefile now produces the same target types as WriteMakefile
VMS fixes:
- fixed pm_to_blib regression
Macosx fixes:
- stop MacOS dropping LIBS=>"-framework X" with no "-l" libs
7.72 Fri 14 Mar 10:15:56 GMT 2025
No changes since v7.71_08
7.71_08 Sat 8 Mar 23:39:43 GMT 2025
Core fixes:
- Fixed split_command with multi-line oneliner
Win32 fixes:
- Reverted a change from v7.36 to fix RT#144085
- Win32 Liblist stop false positives on multi-LIB (RT#53676)
Test fixes:
- Added Test::Utils::write_file
- test oneliner with multi-line
QA fixes:
- use GHA for all Strawberry, cut down AppVeyor
- CI parallel build & test on Strawberry
- CI parallel test on MSVC build (nmake no parallel capability)
- Add test for PM_FILTER
7.71_07 Wed 5 Mar 21:32:41 GMT 2025
Core fixes:
- Liblist work with Config.libpth supporting paths with spaces
Win32 fixes:
- Win32 Liblist test for system library
Test fixes:
- Added test of XS loading other XS, using C symbols within
7.71_06 Mon 3 Mar 16:40:57 GMT 2025
BSD fixes:
- RT#117800 affecting BSD make fixed
- distmeta and co fixed when using make -j
QA fixes:
- Added Windows MSVC-built Perl CI
- Added Windows Strawberry Perl CI
- Added FreeBSD CI
7.71_05 Fri 28 Feb 16:53:16 GMT 2025
Enhancements:
- Reinstated %Recognized_Att_Keys
Win32 fixes:
- GNU Make supports spaces in deps on Win32 as elsewhere
Test fixes:
- Various improvements to MakeMaker::Test::Setup::XS
QA fixes:
- Added disttest checks to CI
7.71_04 Mon 24 Feb 15:15:59 GMT 2025
Doc fixes:
- Typo fixed in MM_Unix
Test fixes:
- execute bit removed from two .t files
QA fixes:
- removed Travis and non-working macos-11 CI config
7.71_03 Wed 19 Feb 01:11:31 GMT 2025
VMS fixes:
- Avoid uninitialized value in MM_VMS::_fixin_replace_shebang
- Take care with '.' in init_dirscan on VMS
7.71_02 Fri 22 Nov 18:37:30 GMT 2024
Core Fixes:
- maybe_command() now handles an undefined or empty argument
Macosx fixes:
- rpath requires a minimum of Darwin 9
- Fix rpath issue on MacOSX, it only accepts a single path
Doc fixes:
- typos were squashed
Removals:
- Removed support for NeXT
- Removed support for GNU DLD
7.71_01 Mon 24 Jun 15:08:55 BST 2024
Core fixes:
- Set META status as "unstable" for -TRIAL releases
Test fixes:
- Add DISTVNAME to tests (forwarded request 1270027 from tinita)
OBS-URL: https://build.opensuse.org/request/show/1270271
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-MakeMaker?expand=0&rev=29
- Update Do_not_set_RPATH_by_default.patch
- updated to 7.74
see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
7.74 Wed 9 Apr 13:28:16 BST 2025
No changes since v7.73_01
7.73_01 Sun 30 Mar 11:45:44 BST 2025
Core fixes:
- WriteEmptyMakefile now produces the same target types as WriteMakefile
VMS fixes:
- fixed pm_to_blib regression
Macosx fixes:
- stop MacOS dropping LIBS=>"-framework X" with no "-l" libs
7.72 Fri 14 Mar 10:15:56 GMT 2025
No changes since v7.71_08
7.71_08 Sat 8 Mar 23:39:43 GMT 2025
Core fixes:
- Fixed split_command with multi-line oneliner
Win32 fixes:
- Reverted a change from v7.36 to fix RT#144085
- Win32 Liblist stop false positives on multi-LIB (RT#53676)
Test fixes:
- Added Test::Utils::write_file
- test oneliner with multi-line
QA fixes:
- use GHA for all Strawberry, cut down AppVeyor
- CI parallel build & test on Strawberry
- CI parallel test on MSVC build (nmake no parallel capability)
- Add test for PM_FILTER
7.71_07 Wed 5 Mar 21:32:41 GMT 2025
Core fixes:
- Liblist work with Config.libpth supporting paths with spaces
Win32 fixes:
- Win32 Liblist test for system library
Test fixes:
- Added test of XS loading other XS, using C symbols within
7.71_06 Mon 3 Mar 16:40:57 GMT 2025
BSD fixes:
- RT#117800 affecting BSD make fixed
- distmeta and co fixed when using make -j
QA fixes:
- Added Windows MSVC-built Perl CI
- Added Windows Strawberry Perl CI
- Added FreeBSD CI
7.71_05 Fri 28 Feb 16:53:16 GMT 2025
Enhancements:
- Reinstated %Recognized_Att_Keys
Win32 fixes:
- GNU Make supports spaces in deps on Win32 as elsewhere
Test fixes:
- Various improvements to MakeMaker::Test::Setup::XS
QA fixes:
- Added disttest checks to CI
7.71_04 Mon 24 Feb 15:15:59 GMT 2025
Doc fixes:
- Typo fixed in MM_Unix
Test fixes:
- execute bit removed from two .t files
QA fixes:
- removed Travis and non-working macos-11 CI config
7.71_03 Wed 19 Feb 01:11:31 GMT 2025
VMS fixes:
- Avoid uninitialized value in MM_VMS::_fixin_replace_shebang
- Take care with '.' in init_dirscan on VMS
7.71_02 Fri 22 Nov 18:37:30 GMT 2024
Core Fixes:
- maybe_command() now handles an undefined or empty argument
Macosx fixes:
- rpath requires a minimum of Darwin 9
- Fix rpath issue on MacOSX, it only accepts a single path
Doc fixes:
- typos were squashed
Removals:
- Removed support for NeXT
- Removed support for GNU DLD
7.71_01 Mon 24 Jun 15:08:55 BST 2024
Core fixes:
- Set META status as "unstable" for -TRIAL releases
Test fixes:
- Add DISTVNAME to tests
OBS-URL: https://build.opensuse.org/request/show/1270027
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=66
- Update Do_not_set_RPATH_by_default.patch
- updated to 7.68
see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
7.68 Tue 14 Mar 21:38:00 GMT 2023
No changes since v7.67_02
7.67_02 Mon 6 Mar 10:53:22 GMT 2023
Core fixes:
- initialize PERL_CORE object var early and use it consistently
- only search for PERL_SRC when PERL_CORE is true or unset
Clean-ups:
- remove use vars from non-bundled modules
- remove unused _find_magic_vstring function
7.67_01 Wed 1 Mar 12:38:00 GMT 2023
Bug fixes:
- Treat MidnightBSD as a BSD
- fix MIN_PERL_VERSION for perl versions with underscores
Test fixes:
- t/.../More.pm - remove isn't: apostrophe as a package sep is deprecated
OBS-URL: https://build.opensuse.org/request/show/1072102
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=64
- updated to 7.66
see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
7.66 Sun 25 Dec 08:47:54 GMT 2022
No changes since v7.65_03
7.65_03 Sat 24 Dec 00:14:35 GMT 2022
Bug fixes:
- Reverted "Return hint file loading to quoted eval" introduced with
v7.47_11
- Implement tempdir() logic for parallel tests
7.65_02 Fri 22 Jul 13:44:57 BST 2022
Bug fixes:
- Don't use rpath for macOS <= 10.4
- Only include existent directories in libpath
- Silence spurious warning when a postamble returns undef
7.65_01 Mon 30 May 10:44:31 BST 2022
Doc fixes:
- use Test::More rather than Test.pm in FAQ example
- fix typos using WriteMakeFile rather than WriteMakefile
OBS-URL: https://build.opensuse.org/request/show/1046342
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=63
- updated to 7.48
see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
7.48 Sun 4 Oct 11:39:22 BST 2020
No changes since v7.47_12
7.47_12 Wed 30 Sep 16:19:25 BST 2020
Bug fixes:
- Make Mkbootstrap.pm strict
Test fixes:
- Skip the failing dynamic vs static tests on Win32
7.47_11 Sun 20 Sep 10:02:15 BST 2020
Enhancements:
- Hint file loading returned to using eval() as documented
7.47_10 Tue 15 Sep 19:30:32 BST 2020
Test fixes:
- BareV2String should also be skipped on v5.8.0
7.47_09 Mon 14 Sep 14:33:52 BST 2020
Bug fixes:
- Removed duplicated NOOP on pure_all
Test fixes:
- Remove tests for invalid version declarations
- Make windows specific code for NoXS compile under strict
7.47_08 Mon 31 Aug 09:43:01 BST 2020
Test fixes:
- Resolved race conditions so the whole testsuite
can be run in parallel safely again
QA Fixes:
- Added github action for Strawberry Perl
- Added github action for Ubuntu/Linux
7.47_07 Mon 3 Aug 22:34:08 BST 2020
Bug fixes:
- Ensure all modules have 'use warnings'
- Resolve revealed problems with warnings
Test fixes:
- Ensure all tests have strict and warnings
- Resolve revealed problems with strict and warnings
7.47_06 Sat 1 Aug 14:36:00 BST 2020
Bug fixes:
- Refine archname to use abi_version and abi_revision
7.47_05 Fri 31 Jul 10:35:54 BST 2020
Bug fixes:
- use $^V instead of PERL_VERSION after Perl 5.10
7.47_04 Tue 28 Jul 19:34:00 BST 2020
Test fixes:
- Skip static tests on AIX and z/OS when in
core
QA fixes:
- Added v5.30 and v5.32 to travis build
7.47_03 Wed 8 Jul 21:58:29 BST 2020
Test fixes:
- Correct skip count in MM_Cygwin.t
7.47_02 Tue 7 Jul 01:40:13 BST 2020
OS390 Enhancements:
- Added MM subclass for OS390
- Override xs_make_dynamic_lib() for os390
7.47_01 Fri 26 Jun 10:55:42 BST 2020
Bug fixes:
- Sanitise provided VERSION and VERSION_FROM
( RT#132875 )
OBS-URL: https://build.opensuse.org/request/show/839540
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=54
- updated to 7.36
see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
7.36 Sun Apr 28 16:28:20 BST 2019
No changes since v7.35_14
This release was made possible by the kind
sponsors of the 2019 Perl Toolchain Summit
held in Marlow, UK:
Booking.com, cPanel, MaxMind, FastMail, ZipRecruiter,
Cogendo, Elastic, OpenCage Data, Bluehost, Perl Services,
Zoopla, Archer Education, OpusVL, Oetiker+Partner, YEF
7.35_14 Sun Apr 28 14:12:22 BST 2019
Win32 fixes:
- Add ExtUtils::PL2Bat path to pl2bat when PERL_CORE
7.35_13 Sun Apr 28 11:57:57 BST 2019
Bug fixes:
- Suppress warnings from EUMM::Locale code page workaround
7.35_12 Sat Apr 27 22:37:26 BST 2019
Enhancements:
- add AppVeyor CI configuration
see <https://github.com/rivy/CI.AppVeyor.helpers-perl> for more information
Bug fixes:
- Resolve RTs 127028 && 127316 on Mojave system perl
- Honour man page disablement under INSTALL_BASE
- fix `dmake` warning by removing dmake-superfluous ".NOTPARALLEL" target
- suppress inherited AUTOLOAD warning for 'Win32::ConsoleCP()'
- fix perl image (aka, executable) quoting for `dmake` builds
- skip broken test for Win32 strawberry perl v5.10 (and some earlier versions)
- add workaround to ExtUtils::MakeMaker::Locale for code pages 'cp65000' and 'cp65001'
7.35_11 Thu Apr 25 11:53:59 BST 2019
Bug fixes:
OBS-URL: https://build.opensuse.org/request/show/705641
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=48