8
0

WIP: Automatic update to IO-Compress-2.216.tar.gz #2

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-IO-Compress:autoupdate into main
4 changed files with 80 additions and 37 deletions

Binary file not shown.

BIN
IO-Compress-2.217.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,46 @@
-------------------------------------------------------------------
Mon Feb 2 06:18:20 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 2.217.0 (2.217)
see /usr/share/doc/packages/perl-IO-Compress/Changes
2.217 1 February 2026
* Update release date in README
Sun Feb 1 11:02:46 2026 +0000
ce5ff6ea860443bc27ca180993852eb6ef1a63e8
* Refresh zipdetails from https://github.com/pmqs/zipdetails
Sun Feb 1 10:58:21 2026 +0000
0fa7ba236438fb2e022f9f2bb92caac25f075cc5
* Delete GZIP environment variable before running interop tests Fixes #24
Sat Jan 31 12:22:30 2026 +0000
6304ffa76606030467900b17de088504ce026a0d
* Update version to 2.217
Sat Jan 31 11:36:36 2026 +0000
6405df64a348fd953a0ddebb30422d20e2c1bd9f
2.216 31 January 2026
* Update version to 2.216
Fri Jan 30 22:20:17 2026 +0000
e88105b0fc002346dfcd9b501525bf454c83bf92
* IO::Compress @2.215: t/006zip.t fails due to missing test files #67
Fri Jan 30 22:11:20 2026 +0000
5e67a654844f4e05b3fefc54b2bc3b2041994d25
2.215 31 January 2026
* Fix version check in 000prereq.t
Fri Jan 30 11:59:07 2026 +0000
4fb2a081607db9285970edcfdcf50a94f504b378
* Update Changes for 2.215
Fri Jan 30 11:55:16 2026 +0000
b9cf3c64724584be2b739f6d26909eb4c90b7d2e
* Update version to 2.215 & change copyright year to 2026
Fri Jan 30 11:52:41 2026 +0000
2634d1c3a6e2ed9b0cee109c262d0ccf81a3bf91
* Add tests for handling zero and invalid datetime values in unzip functionality. Fix for #65
Sat Oct 25 19:52:01 2025 +0100
739698a7b1bb6814d1aa3c4a1b81374b16a9fea5
* Enhance _dosToUnixTime to handle zero and invalid datetime values; add tests for edge cases. Fixes #65
Sat Oct 25 19:50:08 2025 +0100
fd28c1d2374eee9811f6d0c5bddc0957abdf1da8
-------------------------------------------------------------------
Sat Oct 25 05:32:15 UTC 2025 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-IO-Compress
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2026 SUSE LLC and contributors
#
# 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 IO-Compress
Name: perl-IO-Compress
Version: 2.214.0
Version: 2.217.0
Release: 0
# 2.214 -> normalize -> 2.214.0
%define cpan_version 2.214
# 2.217 -> normalize -> 2.217.0
%define cpan_version 2.217
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: IO Interface to compressed data files/buffers
URL: https://metacpan.org/release/%{cpan_name}
@@ -31,38 +31,38 @@ Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Compress::Raw::Bzip2) >= 2.214
BuildRequires: perl(Compress::Raw::Zlib) >= 2.214
Requires: perl(Compress::Raw::Bzip2) >= 2.214
Requires: perl(Compress::Raw::Zlib) >= 2.214
Provides: perl(Compress::Zlib) = 2.214
BuildRequires: perl(Compress::Raw::Bzip2) >= 2.217
BuildRequires: perl(Compress::Raw::Zlib) >= 2.217
Requires: perl(Compress::Raw::Bzip2) >= 2.217
Requires: perl(Compress::Raw::Zlib) >= 2.217
Provides: perl(Compress::Zlib) = 2.217
Provides: perl(File::GlobMapper) = 1.001
Provides: perl(IO::Compress) = %{version}
Provides: perl(IO::Compress::Adapter::Bzip2) = 2.214
Provides: perl(IO::Compress::Adapter::Deflate) = 2.214
Provides: perl(IO::Compress::Adapter::Identity) = 2.214
Provides: perl(IO::Compress::Base) = 2.214
Provides: perl(IO::Compress::Base::Common) = 2.214
Provides: perl(IO::Compress::Bzip2) = 2.214
Provides: perl(IO::Compress::Deflate) = 2.214
Provides: perl(IO::Compress::Gzip) = 2.214
Provides: perl(IO::Compress::Gzip::Constants) = 2.214
Provides: perl(IO::Compress::RawDeflate) = 2.214
Provides: perl(IO::Compress::Zip) = 2.214
Provides: perl(IO::Compress::Zip::Constants) = 2.214
Provides: perl(IO::Compress::Zlib::Constants) = 2.214
Provides: perl(IO::Compress::Zlib::Extra) = 2.214
Provides: perl(IO::Uncompress::Adapter::Bunzip2) = 2.214
Provides: perl(IO::Uncompress::Adapter::Identity) = 2.214
Provides: perl(IO::Uncompress::Adapter::Inflate) = 2.214
Provides: perl(IO::Uncompress::AnyInflate) = 2.214
Provides: perl(IO::Uncompress::AnyUncompress) = 2.214
Provides: perl(IO::Uncompress::Base) = 2.214
Provides: perl(IO::Uncompress::Bunzip2) = 2.214
Provides: perl(IO::Uncompress::Gunzip) = 2.214
Provides: perl(IO::Uncompress::Inflate) = 2.214
Provides: perl(IO::Uncompress::RawInflate) = 2.214
Provides: perl(IO::Uncompress::Unzip) = 2.214
Provides: perl(IO::Compress::Adapter::Bzip2) = 2.217
Provides: perl(IO::Compress::Adapter::Deflate) = 2.217
Provides: perl(IO::Compress::Adapter::Identity) = 2.217
Provides: perl(IO::Compress::Base) = 2.217
Provides: perl(IO::Compress::Base::Common) = 2.217
Provides: perl(IO::Compress::Bzip2) = 2.217
Provides: perl(IO::Compress::Deflate) = 2.217
Provides: perl(IO::Compress::Gzip) = 2.217
Provides: perl(IO::Compress::Gzip::Constants) = 2.217
Provides: perl(IO::Compress::RawDeflate) = 2.217
Provides: perl(IO::Compress::Zip) = 2.217
Provides: perl(IO::Compress::Zip::Constants) = 2.217
Provides: perl(IO::Compress::Zlib::Constants) = 2.217
Provides: perl(IO::Compress::Zlib::Extra) = 2.217
Provides: perl(IO::Uncompress::Adapter::Bunzip2) = 2.217
Provides: perl(IO::Uncompress::Adapter::Identity) = 2.217
Provides: perl(IO::Uncompress::Adapter::Inflate) = 2.217
Provides: perl(IO::Uncompress::AnyInflate) = 2.217
Provides: perl(IO::Uncompress::AnyUncompress) = 2.217
Provides: perl(IO::Uncompress::Base) = 2.217
Provides: perl(IO::Uncompress::Bunzip2) = 2.217
Provides: perl(IO::Uncompress::Gunzip) = 2.217
Provides: perl(IO::Uncompress::Inflate) = 2.217
Provides: perl(IO::Uncompress::RawInflate) = 2.217
Provides: perl(IO::Uncompress::Unzip) = 2.217
Provides: perl(U64)
Provides: perl(Zlib::OldDeflate)
Provides: perl(Zlib::OldInflate)