forked from pool/perl-IO-Compress-Lzma
Compare commits
6 Commits
226a445679
...
444e1bba83
Author | SHA256 | Date | |
---|---|---|---|
444e1bba83 | |||
58f7c77a0a | |||
0ed671a849 | |||
960236fe5d | |||
f479bf46f5 | |||
1555b85a88 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c600f9bbb1a2d834b1decd0bd5863dcea52e0ac17de101b5085e0e3cb27285c
|
||||
size 104596
|
3
IO-Compress-Lzma-2.213.tar.gz
Normal file
3
IO-Compress-Lzma-2.213.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:daa63c3fa1f7708aa55b97a4d189820f5e849f8e4583dc24b5cceebd06a493eb
|
||||
size 106356
|
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 31 05:33:27 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.213.0 (2.213)
|
||||
see /usr/share/doc/packages/perl-IO-Compress-Lzma/Changes
|
||||
|
||||
2.213 28 August 2024
|
||||
|
||||
* no functional changes
|
||||
*
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 23 16:27:30 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- updated to 2.212.0 (2.212)
|
||||
see /usr/share/doc/packages/perl-IO-Compress-Lzma/Changes
|
||||
|
||||
2.212 27 April 2024
|
||||
* no functional changes
|
||||
2.211 6 April 2024
|
||||
* version 2.211
|
||||
Sat Apr 6 14:15:05 2024 +0100
|
||||
46ebf5a6ec843edfb2ba30aa28dffff0f80b4b25
|
||||
2.207 18 February 2024
|
||||
* No changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 26 03:10:02 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-IO-Compress-Lzma
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,9 +18,10 @@
|
||||
|
||||
%define cpan_name IO-Compress-Lzma
|
||||
Name: perl-IO-Compress-Lzma
|
||||
Version: 2.206.0
|
||||
Version: 2.213.0
|
||||
Release: 0
|
||||
%define cpan_version 2.206
|
||||
# 2.213 -> normalize -> 2.213.0
|
||||
%define cpan_version 2.213
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Write lzma files/buffers
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -29,25 +30,25 @@ Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Compress::Raw::Lzma) >= 2.206.0
|
||||
BuildRequires: perl(IO::Compress::Base) >= 2.206.0
|
||||
BuildRequires: perl(IO::Uncompress::Base) >= 2.206.0
|
||||
Requires: perl(Compress::Raw::Lzma) >= 2.206.0
|
||||
Requires: perl(IO::Compress::Base) >= 2.206.0
|
||||
Requires: perl(IO::Uncompress::Base) >= 2.206.0
|
||||
Provides: perl(IO::Compress::Adapter::Lzip) = 2.206.0
|
||||
Provides: perl(IO::Compress::Adapter::Lzma) = 2.206.0
|
||||
Provides: perl(IO::Compress::Adapter::Xz) = 2.206.0
|
||||
Provides: perl(IO::Compress::Lzip) = 2.206.0
|
||||
Provides: perl(IO::Compress::Lzma) = 2.206.0
|
||||
Provides: perl(IO::Compress::Xz) = 2.206.0
|
||||
Provides: perl(IO::Uncompress::Adapter::UnLzip) = 2.206.0
|
||||
Provides: perl(IO::Uncompress::Adapter::UnLzma) = 2.206.0
|
||||
Provides: perl(IO::Uncompress::Adapter::UnXz) = 2.206.0
|
||||
Provides: perl(IO::Uncompress::UnLzip) = 2.206.0
|
||||
Provides: perl(IO::Uncompress::UnLzma) = 2.206.0
|
||||
Provides: perl(IO::Uncompress::UnXz) = 2.206.0
|
||||
%define __perllib_provides /bin/true
|
||||
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
|
||||
Provides: perl(IO::Compress::Adapter::Lzip) = %{version}
|
||||
Provides: perl(IO::Compress::Adapter::Lzma) = %{version}
|
||||
Provides: perl(IO::Compress::Adapter::Xz) = %{version}
|
||||
Provides: perl(IO::Compress::Lzip) = %{version}
|
||||
Provides: perl(IO::Compress::Lzma) = %{version}
|
||||
Provides: perl(IO::Compress::Xz) = %{version}
|
||||
Provides: perl(IO::Uncompress::Adapter::UnLzip) = %{version}
|
||||
Provides: perl(IO::Uncompress::Adapter::UnLzma) = %{version}
|
||||
Provides: perl(IO::Uncompress::Adapter::UnXz) = %{version}
|
||||
Provides: perl(IO::Uncompress::UnLzip) = %{version}
|
||||
Provides: perl(IO::Uncompress::UnLzma) = %{version}
|
||||
Provides: perl(IO::Uncompress::UnXz) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user