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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d3e357d6a994fa69f7b29d782464d0a6e02ac6600837e5474fa770ddebc9541
|
||||
size 65209
|
3
Archive-Tar-3.02.tar.gz
Normal file
3
Archive-Tar-3.02.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81633c87f737846183d35c0f4c9d402da947a846b4881b30cce6d9ebe3c89d19
|
||||
size 66232
|
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 13 03:06:50 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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 <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user