Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
780b125092 | |||
444e1bba83 | |||
58f7c77a0a | |||
0ed671a849 | |||
960236fe5d | |||
f479bf46f5 | |||
226a445679 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e7a4c4f4e665434df59246b19d168b08af2f1aeebaa08937bd69ad3e5e319c8
|
||||
size 103018
|
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
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -1,3 +1,59 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- updated to 2.206
|
||||
see /usr/share/doc/packages/perl-IO-Compress-Lzma/Changes
|
||||
|
||||
2.206 25 July 2023
|
||||
* 2.206
|
||||
Tue, 25 Jul 2023 16:43:53 +0100
|
||||
2977e50216b4da234b30472cec886fe327bde180
|
||||
* drop rt.cpan from SUPPORT section
|
||||
Tue, 18 Jul 2023 09:20:39 +0100
|
||||
ddb253cab2f1940ca22f8d791327344627644751
|
||||
2.205 16 July 2023
|
||||
* 2.205
|
||||
Sun, 16 Jul 2023 20:47:24 +0100
|
||||
68ea126ed8c3a92529d52a14706a37fbd070fa99
|
||||
* add perl 5.38
|
||||
Thu, 13 Jul 2023 11:16:42 +0100
|
||||
474d82b1ea064afa7ebb3a4d82bfd6cd0bb29c40
|
||||
* add on workflow_dispatch
|
||||
Fri, 9 Jun 2023 16:27:32 +0100
|
||||
1fc7c26c9a3d128cd5df1a161426b5d47f2552f8
|
||||
* Add some OO examples
|
||||
Fri, 9 Jun 2023 16:19:13 +0100
|
||||
f3c9c4d4e40cb0ef685b43256961037dc97f33e8
|
||||
* Version 2.204
|
||||
Wed, 8 Feb 2023 21:44:49 +0000
|
||||
357d62e094f409731e98d32fa028f86826a4e801
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 03:10:16 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,22 +18,38 @@
|
||||
|
||||
%define cpan_name IO-Compress-Lzma
|
||||
Name: perl-IO-Compress-Lzma
|
||||
Version: 2.204
|
||||
Version: 2.213.0
|
||||
Release: 0
|
||||
# 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}
|
||||
Source0: https://cpan.metacpan.org/authors/id/P/PM/PMQS/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/P/PM/PMQS/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Compress::Raw::Lzma) >= 2.204
|
||||
BuildRequires: perl(IO::Compress::Base) >= 2.204
|
||||
BuildRequires: perl(IO::Uncompress::Base) >= 2.204
|
||||
Requires: perl(Compress::Raw::Lzma) >= 2.204
|
||||
Requires: perl(IO::Compress::Base) >= 2.204
|
||||
Requires: perl(IO::Uncompress::Base) >= 2.204
|
||||
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
|
||||
@@ -44,9 +60,9 @@ For reading lzma files/buffers, see the companion module
|
||||
IO::Uncompress::UnLzma.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user