diff --git a/ExtUtils-Install-2.20.tar.gz b/ExtUtils-Install-2.20.tar.gz deleted file mode 100644 index f621df9..0000000 --- a/ExtUtils-Install-2.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4a1f1c5ab94b0a10ad81e037d5a2277fb55224760ac9013b8e196cedc829148 -size 41305 diff --git a/ExtUtils-Install-2.22.tar.gz b/ExtUtils-Install-2.22.tar.gz new file mode 100644 index 0000000..485500d --- /dev/null +++ b/ExtUtils-Install-2.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33725bafbed3829d613e4c651c2e1ad120670c7d2ac5cf05f83757fc975d6ff2 +size 41656 diff --git a/perl-ExtUtils-Install.changes b/perl-ExtUtils-Install.changes index 6ae51f4..c9b0d00 100644 --- a/perl-ExtUtils-Install.changes +++ b/perl-ExtUtils-Install.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Dec 25 03:06:57 UTC 2022 - Tina Müller + +- updated to 2.22 + see /usr/share/doc/packages/perl-ExtUtils-Install/Changes + + 2.22 + + - Explicitly use File::Compare in Installapi2.t + - Use a private directory for tests + ------------------------------------------------------------------- Sat Dec 19 03:06:13 UTC 2020 - Tina Müller diff --git a/perl-ExtUtils-Install.spec b/perl-ExtUtils-Install.spec index d62a638..0fbdf05 100644 --- a/perl-ExtUtils-Install.spec +++ b/perl-ExtUtils-Install.spec @@ -1,7 +1,7 @@ # # spec file for package perl-ExtUtils-Install # -# Copyright (c) 2020 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 @@ -16,18 +16,16 @@ # -Name: perl-ExtUtils-Install -Version: 2.20 -Release: 0 %define cpan_name ExtUtils-Install -Summary: Install files from here to there +Name: perl-ExtUtils-Install +Version: 2.22 +Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl +Summary: Install files from here to there 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 BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros %{perl_requires} @@ -57,11 +55,11 @@ If this value is defined but false then such an operation has occurred, but should not impact later operations. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -72,7 +70,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %changelog