forked from pool/perl-IO-Compress
Automatic update to IO-Compress-2.214.tar.gz #1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae4d01ae574e4568c5f2fb0573e74631e2720b71ad3bc5a3ffe9480f1cb9a851
|
||||
size 328473
|
||||
BIN
IO-Compress-2.214.tar.gz
(Stored with Git LFS)
Normal file
BIN
IO-Compress-2.214.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 25 05:32:15 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.214.0 (2.214)
|
||||
see /usr/share/doc/packages/perl-IO-Compress/Changes
|
||||
|
||||
2.214 24 October 2025
|
||||
* version 2.214
|
||||
Fri Oct 24 16:33:36 2025 +0100
|
||||
6eb77023e6c6ad9c6869f396f42fb1fe4f79ace2
|
||||
* IO::Compress::Gzip accidentally modifies the `$EXPORT_TAGS{all}->@*` of other modules Fixes #64
|
||||
Fri Oct 24 15:51:30 2025 +0100
|
||||
d1774d5b634d0aaa634ecc29db28fcd878adbd87
|
||||
* Fix indentation in Windows workflow YAML
|
||||
Sun Oct 19 14:24:36 2025 +0100
|
||||
bb02b9069f9a7c954ffe27be5bba5464b8882000
|
||||
* Fix indentation in windows.yml exclude section
|
||||
Sun Oct 19 14:19:31 2025 +0100
|
||||
7c573858a7aac83806da6831a84171f4ce6bd19e
|
||||
* Merge pull request #63 from masiuchi/fix/ci-errors
|
||||
Sat Oct 18 16:48:45 2025 +0100
|
||||
8cbbd4a881b53dc54cff309122094327edc376e3
|
||||
* Exclude Perl 5.42 with "strawberry" distribution from GitHub Actions
|
||||
Sat Oct 18 23:25:38 2025 +0900
|
||||
407986d5f45f07b654c649c478e43e05e2b13db9
|
||||
* Update FreeBSD image to 14.3 in Cirrus CI
|
||||
Sat Oct 18 22:43:17 2025 +0900
|
||||
3ffdaa03e98f4f75d1a80bd34d27caa2dabdf576
|
||||
* Add dependabot.yml file to police workflow files
|
||||
Thu Sep 4 17:18:18 2025 +0100
|
||||
4678d7b55393d3bb00f8468b992f33c46f26f847
|
||||
* Add perl 5.42 to workflow files
|
||||
Thu Sep 4 17:17:27 2025 +0100
|
||||
dca22a69dcda62c35bb088df7c3c203a458d3b73
|
||||
* Fix for https://github.com/pmqs/Compress-Raw-Zlib/issues/34
|
||||
Sat Aug 30 19:17:26 2025 +0100
|
||||
3cb88fd9a1d5fee49aea9ef2aefbbb3231f3c585
|
||||
* #59 fix typos in streamzip
|
||||
Wed Nov 13 16:52:05 2024 +0000
|
||||
e70223ed043fb11c0dcaad3204286ee0a263f58e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 31 05:33:06 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-IO-Compress
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 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.213.0
|
||||
Version: 2.214.0
|
||||
Release: 0
|
||||
# 2.213 -> normalize -> 2.213.0
|
||||
%define cpan_version 2.213
|
||||
# 2.214 -> normalize -> 2.214.0
|
||||
%define cpan_version 2.214
|
||||
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.213
|
||||
BuildRequires: perl(Compress::Raw::Zlib) >= 2.213
|
||||
Requires: perl(Compress::Raw::Bzip2) >= 2.213
|
||||
Requires: perl(Compress::Raw::Zlib) >= 2.213
|
||||
Provides: perl(Compress::Zlib) = 2.213
|
||||
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
|
||||
Provides: perl(File::GlobMapper) = 1.001
|
||||
Provides: perl(IO::Compress) = %{version}
|
||||
Provides: perl(IO::Compress::Adapter::Bzip2) = 2.213
|
||||
Provides: perl(IO::Compress::Adapter::Deflate) = 2.213
|
||||
Provides: perl(IO::Compress::Adapter::Identity) = 2.213
|
||||
Provides: perl(IO::Compress::Base) = 2.213
|
||||
Provides: perl(IO::Compress::Base::Common) = 2.213
|
||||
Provides: perl(IO::Compress::Bzip2) = 2.213
|
||||
Provides: perl(IO::Compress::Deflate) = 2.213
|
||||
Provides: perl(IO::Compress::Gzip) = 2.213
|
||||
Provides: perl(IO::Compress::Gzip::Constants) = 2.213
|
||||
Provides: perl(IO::Compress::RawDeflate) = 2.213
|
||||
Provides: perl(IO::Compress::Zip) = 2.213
|
||||
Provides: perl(IO::Compress::Zip::Constants) = 2.213
|
||||
Provides: perl(IO::Compress::Zlib::Constants) = 2.213
|
||||
Provides: perl(IO::Compress::Zlib::Extra) = 2.213
|
||||
Provides: perl(IO::Uncompress::Adapter::Bunzip2) = 2.213
|
||||
Provides: perl(IO::Uncompress::Adapter::Identity) = 2.213
|
||||
Provides: perl(IO::Uncompress::Adapter::Inflate) = 2.213
|
||||
Provides: perl(IO::Uncompress::AnyInflate) = 2.213
|
||||
Provides: perl(IO::Uncompress::AnyUncompress) = 2.213
|
||||
Provides: perl(IO::Uncompress::Base) = 2.213
|
||||
Provides: perl(IO::Uncompress::Bunzip2) = 2.213
|
||||
Provides: perl(IO::Uncompress::Gunzip) = 2.213
|
||||
Provides: perl(IO::Uncompress::Inflate) = 2.213
|
||||
Provides: perl(IO::Uncompress::RawInflate) = 2.213
|
||||
Provides: perl(IO::Uncompress::Unzip) = 2.213
|
||||
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(U64)
|
||||
Provides: perl(Zlib::OldDeflate)
|
||||
Provides: perl(Zlib::OldInflate)
|
||||
@@ -73,7 +73,7 @@ Provides: perl(Zlib::OldInflate)
|
||||
This is a stub module. It contains no code.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
|
||||
Reference in New Issue
Block a user