8
0

2 Commits

4 changed files with 14 additions and 12 deletions

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ac75138566a63e3dad904c602fbf9addb627157a5b97efb9a4e109b446386fd
size 49178

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Aug 31 05:29:09 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.420.0 (0.42)
see /usr/share/doc/packages/perl-Archive-Tar-Wrapper/Changes
-------------------------------------------------------------------
Thu May 9 03:06:08 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,26 +18,22 @@
%define cpan_name Archive-Tar-Wrapper
Name: perl-Archive-Tar-Wrapper
Version: 0.400.0
Version: 0.420.0
Release: 0
# 0.40 -> normalize -> 0.400.0
%define cpan_version 0.40
# 0.42 -> normalize -> 0.420.0
%define cpan_version 0.42
#Upstream: GPL-1.0-or-later
License: GPL-3.0-or-later
Summary: API wrapper around the 'tar' utility
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/A/AR/ARFREITAS/%{cpan_name}-%{cpan_version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(CPAN::Meta)
BuildRequires: perl(Dumbbench) >= 0.503
BuildRequires: perl(File::Which)
BuildRequires: perl(IPC::Run)
BuildRequires: perl(Log::Log4perl)
BuildRequires: perl(Test::Simple) >= 1.302073
Requires: perl(CPAN::Meta)
Requires: perl(File::Which)
Requires: perl(IPC::Run)
Requires: perl(Log::Log4perl)
@@ -78,7 +74,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc Changes CONTRIBUTING.md README.md
%doc Changes CONTRIBUTING.md README
%license LICENSE
%changelog