From cf241a77b06fb6d9f271e021c68bd3b6208f7702b1b575c49efe90f23ac0610b Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Thu, 18 Feb 2021 09:42:14 +0000 Subject: [PATCH] Accepting request 873330 from devel:languages:perl:autoupdate - updated to 7.60 see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes 7.60 Wed 17 Feb 10:45:47 GMT 2021 No changes since v7.59_01 7.59_01 Tue 2 Feb 09:47:29 GMT 2021 Bug fixes: - Don't allow hyphens in parsed versions Test fixes: - Use correct hint file name in hints.t OBS-URL: https://build.opensuse.org/request/show/873330 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=60 --- ExtUtils-MakeMaker-7.58.tar.gz | 3 --- ExtUtils-MakeMaker-7.60.tar.gz | 3 +++ perl-ExtUtils-MakeMaker.changes | 14 ++++++++++++++ perl-ExtUtils-MakeMaker.spec | 14 +++++--------- 4 files changed, 22 insertions(+), 12 deletions(-) delete mode 100644 ExtUtils-MakeMaker-7.58.tar.gz create mode 100644 ExtUtils-MakeMaker-7.60.tar.gz diff --git a/ExtUtils-MakeMaker-7.58.tar.gz b/ExtUtils-MakeMaker-7.58.tar.gz deleted file mode 100644 index 2f6a18e..0000000 --- a/ExtUtils-MakeMaker-7.58.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa73736cd926536c0f393f441d1b8742453573ad6efa2d855471e772f84c1eee -size 479836 diff --git a/ExtUtils-MakeMaker-7.60.tar.gz b/ExtUtils-MakeMaker-7.60.tar.gz new file mode 100644 index 0000000..78f0fc5 --- /dev/null +++ b/ExtUtils-MakeMaker-7.60.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a073e72e70ce9b0b043dfd8218e79a82dc8ac2b3958fc9670e927d97820fea39 +size 479947 diff --git a/perl-ExtUtils-MakeMaker.changes b/perl-ExtUtils-MakeMaker.changes index c8965c2..993c06f 100644 --- a/perl-ExtUtils-MakeMaker.changes +++ b/perl-ExtUtils-MakeMaker.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Feb 18 03:06:25 UTC 2021 - Tina Müller + +- updated to 7.60 + see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes + + 7.60 Wed 17 Feb 10:45:47 GMT 2021 + No changes since v7.59_01 + 7.59_01 Tue 2 Feb 09:47:29 GMT 2021 + Bug fixes: + - Don't allow hyphens in parsed versions + Test fixes: + - Use correct hint file name in hints.t + ------------------------------------------------------------------- Tue Dec 22 03:09:05 UTC 2020 - Tina Müller diff --git a/perl-ExtUtils-MakeMaker.spec b/perl-ExtUtils-MakeMaker.spec index b5e96e2..202ec8b 100644 --- a/perl-ExtUtils-MakeMaker.spec +++ b/perl-ExtUtils-MakeMaker.spec @@ -1,7 +1,7 @@ # # spec file for package perl-ExtUtils-MakeMaker # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,19 +16,17 @@ # -Name: perl-ExtUtils-MakeMaker -Version: 7.58 -Release: 0 %define cpan_name ExtUtils-MakeMaker +Name: perl-ExtUtils-MakeMaker +Version: 7.60 +Release: 0 Summary: Create a module Makefile License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl 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 Patch0: Do_not_set_RPATH_by_default.patch BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros %{perl_requires} @@ -65,9 +63,8 @@ Perl to handle Unicode filenames, which is not yet the case on Windows. See L for details of the design and usage. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} -p1 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 -%patch0 -p1 %build export BUILDING_AS_PACKAGE=1 @@ -86,7 +83,6 @@ rm $RPM_BUILD_ROOT/usr/share/man/man1/instmodsh.1 %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes CONTRIBUTING README README.packaging %changelog