Accepting request 757704 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/757704 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-MakeMaker?expand=0&rev=14
This commit is contained in:
commit
02e440ddc7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:897d64af242331ebb69090f68a2b610091e1996952d02096ce7942072a35e02c
|
|
||||||
size 475927
|
|
3
ExtUtils-MakeMaker-7.42.tar.gz
Normal file
3
ExtUtils-MakeMaker-7.42.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:13b55589ba3caa6605e5e8a4eeb8ed806018a7c3caf272cf884692dbd811fd2a
|
||||||
|
size 477451
|
@ -1,3 +1,67 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 18 03:09:06 UTC 2019 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 7.42
|
||||||
|
see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
|
||||||
|
|
||||||
|
7.42 Tue 17 Dec 22:02:25 GMT 2019
|
||||||
|
|
||||||
|
No changes since v7.41_01
|
||||||
|
|
||||||
|
7.41_01 Mon 16 Dec 21:36:24 GMT 2019
|
||||||
|
|
||||||
|
Test fixes:
|
||||||
|
- README.pod warnings are suppressed during testing
|
||||||
|
so no need to skip when PERL_CORE is defined
|
||||||
|
|
||||||
|
Doc fixes:
|
||||||
|
- Update referenced modules for new distributions
|
||||||
|
- Updated SEE ALSO section accordingly
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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.42
|
||||||
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