diff --git a/Archive-Extract-0.86.tar.gz b/Archive-Extract-0.86.tar.gz deleted file mode 100644 index 61c0557..0000000 --- a/Archive-Extract-0.86.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9acd09cdb8e8cf0b6d08210a3b80342300c89a359855319bf6b00c14c4aab687 -size 28033 diff --git a/Archive-Extract-0.88.tar.gz b/Archive-Extract-0.88.tar.gz new file mode 100644 index 0000000..186cc39 --- /dev/null +++ b/Archive-Extract-0.88.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cffcf135cd0622287d3b02154f7d6716495449fcaed03966621948e25ea5f742 +size 28294 diff --git a/perl-Archive-Extract.changes b/perl-Archive-Extract.changes index 0e448b1..37d73be 100644 --- a/perl-Archive-Extract.changes +++ b/perl-Archive-Extract.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri May 7 03:06:04 UTC 2021 - Tina Müller + +- updated to 0.88 + see /usr/share/doc/packages/perl-Archive-Extract/CHANGES + + 0.88 Thu May 6 14:11:31 BST 2021 + * Refactor type detection into type_for() function + ------------------------------------------------------------------- Fri Dec 6 03:08:28 UTC 2019 - diff --git a/perl-Archive-Extract.spec b/perl-Archive-Extract.spec index c618265..1599f27 100644 --- a/perl-Archive-Extract.spec +++ b/perl-Archive-Extract.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Archive-Extract # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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,18 +16,16 @@ # -Name: perl-Archive-Extract -Version: 0.86 -Release: 0 %define cpan_name Archive-Extract +Name: perl-Archive-Extract +Version: 0.88 +Release: 0 Summary: Generic archive extracting mechanism License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +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 BuildRequires: perl(IPC::Cmd) >= 0.64 @@ -51,11 +49,11 @@ either perl modules, or commandline tools on your system. See the 'HOW IT WORKS' section further down for details. %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 @@ -66,7 +64,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc CHANGES README %changelog