8
0

WIP: Automatic update to IO-Compress-Lzma-2.214.tar.gz #1

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

View File

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

BIN
IO-Compress-Lzma-2.214.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sat Oct 25 05:32:44 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 2.214.0 (2.214)
see /usr/share/doc/packages/perl-IO-Compress-Lzma/Changes
2.214 24 October 2025
* update for 2.214
Fri Oct 24 16:51:09 2025 +0100
958cd5a1b3a1e86b6fd6dc4f1c2551aa8c695e06
* Fix for IO-Compress#64
Fri Oct 24 15:52:16 2025 +0100
7241351dc2e34c04220267a118d879bf11822649
* Add dependabot.yml to police workflow files
Thu Sep 4 17:21:37 2025 +0100
6b23b66510dccd9cc5b4b82f2931dba619497df0
* Add perl 5.42 to workflow files
Thu Sep 4 17:21:05 2025 +0100
b44ddbb6cdd8aee753ff91c4a985de969cf9fe33
* fix typo
Sat Nov 16 09:26:06 2024 +0000
f32378fab46920106fc652f4a6c3690d32e150a4
-------------------------------------------------------------------
Sat Aug 31 05:33:27 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-IO-Compress-Lzma
#
# 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-Lzma
Name: perl-IO-Compress-Lzma
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: Write lzma files/buffers
URL: https://metacpan.org/release/%{cpan_name}
@@ -31,12 +31,12 @@ Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Compress::Raw::Lzma) >= 2.213
BuildRequires: perl(IO::Compress::Base) >= 2.213
BuildRequires: perl(IO::Uncompress::Base) >= 2.213
Requires: perl(Compress::Raw::Lzma) >= 2.213
Requires: perl(IO::Compress::Base) >= 2.213
Requires: perl(IO::Uncompress::Base) >= 2.213
BuildRequires: perl(Compress::Raw::Lzma) >= 2.214
BuildRequires: perl(IO::Compress::Base) >= 2.214
BuildRequires: perl(IO::Uncompress::Base) >= 2.214
Requires: perl(Compress::Raw::Lzma) >= 2.214
Requires: perl(IO::Compress::Base) >= 2.214
Requires: perl(IO::Uncompress::Base) >= 2.214
Provides: perl(IO::Compress::Adapter::Lzip) = %{version}
Provides: perl(IO::Compress::Adapter::Lzma) = %{version}
Provides: perl(IO::Compress::Adapter::Xz) = %{version}
@@ -60,7 +60,7 @@ For reading lzma files/buffers, see the companion module
IO::Uncompress::UnLzma.
%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