From b7d089f05b408d68eb8a9863f97a44e969317b8c5280d58dc28aa9b33a6dfc31 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 20 Apr 2023 12:45:35 +0000 Subject: [PATCH] Accepting request 1080798 from devel:languages:perl:autoupdate - updated to 3.02 see /usr/share/doc/packages/perl-Archive-Tar/CHANGES 3.02 13/04/2023 (Manfred Stock) - Test block sizes up to (2**31 - 1) bytes only (fix for 32bit perls) - Don't match on message from exception in symlink test - Improve formatting of $Archive::Tar::RESOLVE_SYMLINK documentation 3.00 25/03/2023 (Chris Lindee, Reini Urban, Paul Bolle, Michiel Beijen, Paulo Custodio, Michael R. Davis && Manfred Stock) - RT #119949: Correctly concat prefix on directories - enabled t/90_symlink.t for all platforms with symlinks - Fix pod typo 'Archive::Tar::Files' - Update links under SEE ALSO - Skip symlink tests on Windows/msys2 - Support extraction of large files OBS-URL: https://build.opensuse.org/request/show/1080798 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Tar?expand=0&rev=23 --- Archive-Tar-2.40.tar.gz | 3 --- Archive-Tar-3.02.tar.gz | 3 +++ perl-Archive-Tar.changes | 19 +++++++++++++++++++ perl-Archive-Tar.spec | 6 +++--- 4 files changed, 25 insertions(+), 6 deletions(-) delete mode 100644 Archive-Tar-2.40.tar.gz create mode 100644 Archive-Tar-3.02.tar.gz diff --git a/Archive-Tar-2.40.tar.gz b/Archive-Tar-2.40.tar.gz deleted file mode 100644 index a5438bf..0000000 --- a/Archive-Tar-2.40.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d3e357d6a994fa69f7b29d782464d0a6e02ac6600837e5474fa770ddebc9541 -size 65209 diff --git a/Archive-Tar-3.02.tar.gz b/Archive-Tar-3.02.tar.gz new file mode 100644 index 0000000..a95c98d --- /dev/null +++ b/Archive-Tar-3.02.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81633c87f737846183d35c0f4c9d402da947a846b4881b30cce6d9ebe3c89d19 +size 66232 diff --git a/perl-Archive-Tar.changes b/perl-Archive-Tar.changes index 3f98ebc..8cdb6a5 100644 --- a/perl-Archive-Tar.changes +++ b/perl-Archive-Tar.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Apr 13 03:06:50 UTC 2023 - Tina Müller + +- updated to 3.02 + see /usr/share/doc/packages/perl-Archive-Tar/CHANGES + + 3.02 13/04/2023 (Manfred Stock) + - Test block sizes up to (2**31 - 1) bytes only (fix for 32bit perls) + - Don't match on message from exception in symlink test + - Improve formatting of $Archive::Tar::RESOLVE_SYMLINK documentation + + 3.00 25/03/2023 (Chris Lindee, Reini Urban, Paul Bolle, Michiel Beijen, Paulo Custodio, Michael R. Davis && Manfred Stock) + - RT #119949: Correctly concat prefix on directories + - enabled t/90_symlink.t for all platforms with symlinks + - Fix pod typo 'Archive::Tar::Files' + - Update links under SEE ALSO + - Skip symlink tests on Windows/msys2 + - Support extraction of large files + ------------------------------------------------------------------- Wed Jul 28 03:06:09 UTC 2021 - Tina Müller diff --git a/perl-Archive-Tar.spec b/perl-Archive-Tar.spec index f2eee18..cf9538e 100644 --- a/perl-Archive-Tar.spec +++ b/perl-Archive-Tar.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Archive-Tar # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name Archive-Tar Name: perl-Archive-Tar -Version: 2.40 +Version: 3.02 Release: 0 -Summary: Module for manipulations of tar archives License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Manipulates TAR archives 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