From 71128b20aa5f25807c9b36cb3c22e011be7511e857bbe26f85758633e3b46711 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Tue, 3 Jan 2023 12:16:42 +0000 Subject: [PATCH] Accepting request 1046342 from devel:languages:perl:autoupdate - 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 --- ExtUtils-MakeMaker-7.64.tar.gz | 3 --- ExtUtils-MakeMaker-7.66.tar.gz | 3 +++ perl-ExtUtils-MakeMaker.changes | 23 +++++++++++++++++++++++ perl-ExtUtils-MakeMaker.spec | 7 ++++--- 4 files changed, 30 insertions(+), 6 deletions(-) delete mode 100644 ExtUtils-MakeMaker-7.64.tar.gz create mode 100644 ExtUtils-MakeMaker-7.66.tar.gz diff --git a/ExtUtils-MakeMaker-7.64.tar.gz b/ExtUtils-MakeMaker-7.64.tar.gz deleted file mode 100644 index b0a1d57..0000000 --- a/ExtUtils-MakeMaker-7.64.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a6ac575815c0413b1f58967043cc9f2e166446b73c687f9bc62b5eaed9464a0 -size 483203 diff --git a/ExtUtils-MakeMaker-7.66.tar.gz b/ExtUtils-MakeMaker-7.66.tar.gz new file mode 100644 index 0000000..b9325e5 --- /dev/null +++ b/ExtUtils-MakeMaker-7.66.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a85557e36ffcdca3601c65a08d87fb311f4e88666050b13482f5927fa468df +size 483645 diff --git a/perl-ExtUtils-MakeMaker.changes b/perl-ExtUtils-MakeMaker.changes index f82f173..a9a79cb 100644 --- a/perl-ExtUtils-MakeMaker.changes +++ b/perl-ExtUtils-MakeMaker.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Dec 26 03:06:36 UTC 2022 - Tina Müller + +- 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 + ------------------------------------------------------------------- Sat Dec 18 03:06:20 UTC 2021 - Tina Müller diff --git a/perl-ExtUtils-MakeMaker.spec b/perl-ExtUtils-MakeMaker.spec index 69183d1..75ad871 100644 --- a/perl-ExtUtils-MakeMaker.spec +++ b/perl-ExtUtils-MakeMaker.spec @@ -1,7 +1,7 @@ # # spec file for package perl-ExtUtils-MakeMaker # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name ExtUtils-MakeMaker Name: perl-ExtUtils-MakeMaker -Version: 7.64 +Version: 7.66 Release: 0 -Summary: Create a module Makefile License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Create a module Makefile URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml @@ -70,6 +70,7 @@ find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/scrip export BUILDING_AS_PACKAGE=1 %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} + %check make test