Accepting request 730309 from devel:languages:perl:autoupdate
Automatic update - updated to 7.38 see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes 7.38 Wed 11 Sep 10:01:46 BST 2019 No changes since v7.37_04 7.37_04 Thu 22 Aug 15:20:34 BST 2019 Bug fixes: - Fix static linking on macOS 7.37_03 Enhancements: - Improved mandoc section detection 7.37_02 Test fixes: - Fix test failures in 02-xsdynamic.t on Android native builds Github issue #337 7.37_01 Test fixes: - [rt.cpan.org #129763] fixed test errors with latest Pod::Simple OBS-URL: https://build.opensuse.org/request/show/730309 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=49
This commit is contained in:
parent
df8dccd50a
commit
d8022995b9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:06cef6429315cdc6afa9b2dc6fbdfa33538b6f68c827f441294621858e28c558
|
|
||||||
size 474751
|
|
3
ExtUtils-MakeMaker-7.38.tar.gz
Normal file
3
ExtUtils-MakeMaker-7.38.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:897d64af242331ebb69090f68a2b610091e1996952d02096ce7942072a35e02c
|
||||||
|
size 475927
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 07:55:51 UTC 2019 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 7.38
|
||||||
|
see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
|
||||||
|
|
||||||
|
7.38 Wed 11 Sep 10:01:46 BST 2019
|
||||||
|
|
||||||
|
No changes since v7.37_04
|
||||||
|
|
||||||
|
7.37_04 Thu 22 Aug 15:20:34 BST 2019
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
- Fix static linking on macOS
|
||||||
|
|
||||||
|
7.37_03 Sat Aug 3 12:37:29 BST 2019
|
||||||
|
|
||||||
|
Enhancements:
|
||||||
|
- Improved mandoc section detection
|
||||||
|
|
||||||
|
7.37_02 Thu Jun 27 11:10:39 BST 2019
|
||||||
|
|
||||||
|
Test fixes:
|
||||||
|
- Fix test failures in 02-xsdynamic.t on Android native builds
|
||||||
|
Github issue #337
|
||||||
|
|
||||||
|
7.37_01 Fri Jun 7 11:21:39 BST 2019
|
||||||
|
|
||||||
|
Test fixes:
|
||||||
|
- [rt.cpan.org #129763] fixed test errors with latest Pod::Simple
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 27 10:15:30 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
Mon May 27 10:15:30 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-ExtUtils-MakeMaker
|
Name: perl-ExtUtils-MakeMaker
|
||||||
Version: 7.36
|
Version: 7.38
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name ExtUtils-MakeMaker
|
%define cpan_name ExtUtils-MakeMaker
|
||||||
Summary: Create a module Makefile
|
Summary: Create a module Makefile
|
||||||
@ -71,7 +71,7 @@ export BUILDING_AS_PACKAGE=1
|
|||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user