Accepting request 891228 from devel:languages:perl:autoupdate

- updated to 0.88
   see /usr/share/doc/packages/perl-Archive-Extract/CHANGES
  0.88    
  * Refactor type detection into type_for() function

OBS-URL: https://build.opensuse.org/request/show/891228
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Extract?expand=0&rev=16
This commit is contained in:
Lars Vogdt 2021-05-09 12:55:56 +00:00 committed by Git OBS Bridge
parent 977eb48321
commit 3521cce0ca
4 changed files with 19 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9acd09cdb8e8cf0b6d08210a3b80342300c89a359855319bf6b00c14c4aab687
size 28033

BIN
Archive-Extract-0.88.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri May 7 03:06:04 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- 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 - <timueller+perl@suse.de>

View File

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