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
This commit is contained in:
Pedro Monreal Gonzalez 2023-01-03 12:16:42 +00:00 committed by Git OBS Bridge
parent b1ffd699e7
commit 71128b20aa
4 changed files with 30 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4a6ac575815c0413b1f58967043cc9f2e166446b73c687f9bc62b5eaed9464a0
size 483203

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a7a85557e36ffcdca3601c65a08d87fb311f4e88666050b13482f5927fa468df
size 483645

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Dec 26 03:06:36 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

@ -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