Accepting request 757521 from devel:languages:perl:autoupdate
- updated to 7.40 see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes 7.40 Mon 16 Dec 19:33:13 GMT 2019 No changes since v7.39_05 7.39_05 Thu 21 Nov 11:45:13 GMT 2019 Bug fixes: - Always assume that libraries are shared on AIX 7.39_04 Mon 18 Nov 14:54:46 GMT 2019 Test Fixes: - Skip "merged /usr" tests on Cygwin QA Fixes: - Added cygwin testing with Github actions - Added macos testing with Github actions 7.39_03 Sun 17 Nov 19:53:04 GMT 2019 Doc fixes: - Fix typo in link to MakeMaker - Link to referenced modules from MM_Cygwin maybe_command 7.39_02 Thu 7 Nov 09:33:29 GMT 2019 Cygwin fixes: - Removed MM_Cygwin all_target() override Doc fixes: - Add crosslinks to various referenced documentation 7.39_01 Mon 16 Sep 07:19:37 BST 2019 Test fixes: - README.pod warnings suppressed during testing - Don't parallise dynamic/static tests OBS-URL: https://build.opensuse.org/request/show/757521 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=50
This commit is contained in:
parent
d8022995b9
commit
c8691dfe43
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:897d64af242331ebb69090f68a2b610091e1996952d02096ce7942072a35e02c
|
|
||||||
size 475927
|
|
3
ExtUtils-MakeMaker-7.40.tar.gz
Normal file
3
ExtUtils-MakeMaker-7.40.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bab56c6ebfb3719831e91d06669c221b6845a24b63234fca11d3ae6f579d3d64
|
||||||
|
size 477141
|
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 17 03:09:38 UTC 2019 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 7.40
|
||||||
|
see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
|
||||||
|
|
||||||
|
7.40 Mon 16 Dec 19:33:13 GMT 2019
|
||||||
|
|
||||||
|
No changes since v7.39_05
|
||||||
|
|
||||||
|
7.39_05 Thu 21 Nov 11:45:13 GMT 2019
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
- Always assume that libraries are shared on AIX
|
||||||
|
|
||||||
|
7.39_04 Mon 18 Nov 14:54:46 GMT 2019
|
||||||
|
|
||||||
|
Test Fixes:
|
||||||
|
- Skip "merged /usr" tests on Cygwin
|
||||||
|
|
||||||
|
QA Fixes:
|
||||||
|
- Added cygwin testing with Github actions
|
||||||
|
- Added macos testing with Github actions
|
||||||
|
|
||||||
|
7.39_03 Sun 17 Nov 19:53:04 GMT 2019
|
||||||
|
|
||||||
|
Doc fixes:
|
||||||
|
- Fix typo in link to MakeMaker
|
||||||
|
- Link to referenced modules from MM_Cygwin maybe_command
|
||||||
|
|
||||||
|
7.39_02 Thu 7 Nov 09:33:29 GMT 2019
|
||||||
|
|
||||||
|
Cygwin fixes:
|
||||||
|
- Removed MM_Cygwin all_target() override
|
||||||
|
|
||||||
|
Doc fixes:
|
||||||
|
- Add crosslinks to various referenced documentation
|
||||||
|
|
||||||
|
7.39_01 Mon 16 Sep 07:19:37 BST 2019
|
||||||
|
|
||||||
|
Test fixes:
|
||||||
|
- README.pod warnings suppressed during testing
|
||||||
|
- Don't parallise dynamic/static tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 12 07:55:51 UTC 2019 - <timueller+perl@suse.de>
|
Thu Sep 12 07:55:51 UTC 2019 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-ExtUtils-MakeMaker
|
Name: perl-ExtUtils-MakeMaker
|
||||||
Version: 7.38
|
Version: 7.40
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name ExtUtils-MakeMaker
|
%define cpan_name ExtUtils-MakeMaker
|
||||||
Summary: Create a module Makefile
|
Summary: Create a module Makefile
|
||||||
@ -62,6 +62,8 @@ seeks to handle all of these correctly. It is currently still not possible
|
|||||||
to portably use Unicode characters in module names, because this requires
|
to portably use Unicode characters in module names, because this requires
|
||||||
Perl to handle Unicode filenames, which is not yet the case on Windows.
|
Perl to handle Unicode filenames, which is not yet the case on Windows.
|
||||||
|
|
||||||
|
See L<ExtUtils::MakeMaker::FAQ> for details of the design and usage.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
Loading…
Reference in New Issue
Block a user