From c9916398a3a64fa060bf6e20ce5a29c9c5c1c974 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 08:42:43 +0100 Subject: [PATCH] update to 2.26 [release 2.26-1mamba;Fri Jan 10 2020] --- README.md | 2 -- perl-Compress-Bzip2.spec | 21 +++++++++++++-------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d8b4c35..5af0d82 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # perl-Compress-Bzip2 The Compress::Bzip2 module provides a Perl interface to the Bzip2 compression library (see "AUTHOR" for details about where to get Bzip2). A relevant subset of the functionality provided by Bzip2 is available in Compress::Bzip2. - All string parameters can either be a scalar or a scalar reference. - The module can be split into two general areas of functionality, namely in-memory compression/decompression and read/write access to bzip2 files. Each of these areas will be discussed separately below. diff --git a/perl-Compress-Bzip2.spec b/perl-Compress-Bzip2.spec index 5263b60..66b9fe2 100644 --- a/perl-Compress-Bzip2.spec +++ b/perl-Compress-Bzip2.spec @@ -1,26 +1,28 @@ %define PERL_VERSION %(eval `perl -V:version`; echo $version) Name: perl-Compress-Bzip2 -Version: 2.09 -Release: 3mamba +Version: 2.26 +Release: 1mamba Summary: Compress::Bzip2 - Interface to Bzip2 compression library Group: Development/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Tiziana Ferro -Source: http://search.cpan.org/CPAN/authors/id/A/AR/ARJAY/Compress-Bzip2-%{version}.tar.gz +Source: https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Compress-Bzip2-%{version}.tar.gz URL: http://www.cpan.org License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: ldconfig +BuildRequires: libbzip2-devel +BuildRequires: libperl +BuildRequires: perl-devel +## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/perl-root Requires: perl >= %PERL_VERSION -## AUTOBUILDREQ-BEGIN -BuildRequires: perl-devel >= %PERL_VERSION -## AUTOBUILDREQ-END %description The Compress::Bzip2 module provides a Perl interface to the Bzip2 compression library (see "AUTHOR" for details about where to get Bzip2). A relevant subset of the functionality provided by Bzip2 is available in Compress::Bzip2. - All string parameters can either be a scalar or a scalar reference. - The module can be split into two general areas of functionality, namely in-memory compression/decompression and read/write access to bzip2 files. Each of these areas will be discussed separately below. %prep @@ -49,6 +51,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Fri Jan 10 2020 Silvan Calarco 2.26-1mamba +- update to 2.26 + * Thu Nov 15 2012 Silvan Calarco 2.09-3mamba - perl 5.16 mass rebuild