Accepting request 750748 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/750748
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Archive-Extract?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2019-12-02 10:30:21 +00:00 committed by Git OBS Bridge
commit 8663e72ba0
4 changed files with 23 additions and 12 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Nov 25 11:42:06 UTC 2019 - <timueller+perl@suse.de>
- 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

View File

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