diff --git a/Archive-Extract-0.80.tar.gz b/Archive-Extract-0.80.tar.gz deleted file mode 100644 index db3f88c..0000000 --- a/Archive-Extract-0.80.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25cbc2d5626c14d39a0b5e4fe8383941e085c9a7e0aa873d86e81b6e709025f4 -size 27813 diff --git a/Archive-Extract-0.82.tar.gz b/Archive-Extract-0.82.tar.gz new file mode 100644 index 0000000..1e68213 --- /dev/null +++ b/Archive-Extract-0.82.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ef9b75503b21193c738a65f4754c0b6e1270643c50a9450ae0cc0e7514f803 +size 27732 diff --git a/perl-Archive-Extract.changes b/perl-Archive-Extract.changes index da53abf..e62330f 100644 --- a/perl-Archive-Extract.changes +++ b/perl-Archive-Extract.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Nov 25 11:42:06 UTC 2019 - + +- updated to 0.82 + see /usr/share/doc/packages/perl-Archive-Extract/CHANGES + + 0.82 Fri Nov 22 19:09:35 GMT 2019 + * Correctly compare version string for Archive::Tar (#7) + * Remove duplicate entry from the MANIFEST file. (#6) + * Treat minix the same as NetBSD + ------------------------------------------------------------------- Mon Feb 13 11:11:27 UTC 2017 - coolo@suse.com diff --git a/perl-Archive-Extract.spec b/perl-Archive-Extract.spec index 151ab9b..8b5de9e 100644 --- a/perl-Archive-Extract.spec +++ b/perl-Archive-Extract.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Archive-Extract # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Archive-Extract -Version: 0.80 +Version: 0.82 Release: 0 %define cpan_name Archive-Extract -Summary: Generic Archive Extracting Mechanism -License: Artistic-1.0 or GPL-1.0+ +Summary: Generic archive extracting mechanism +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Archive-Extract/ +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 @@ -54,11 +54,11 @@ See the 'HOW IT WORKS' section further down for details. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install