From 925680c43438e34f404756d707d9c54386e15e57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 11 Dec 2015 14:16:28 +0100 Subject: [PATCH] 2.24 bump --- .gitignore | 1 + perl-Compress-Bzip2.spec | 15 +++++++++++++-- sources | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ecfac37..b7264d7 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ Compress-Bzip2-2.09.tar.gz /Compress-Bzip2-2.19.tar.gz /Compress-Bzip2-2.20.tar.gz /Compress-Bzip2-2.22.tar.gz +/Compress-Bzip2-2.24.tar.gz diff --git a/perl-Compress-Bzip2.spec b/perl-Compress-Bzip2.spec index 4a0fb64..3ebb1b0 100644 --- a/perl-Compress-Bzip2.spec +++ b/perl-Compress-Bzip2.spec @@ -1,16 +1,22 @@ Name: perl-Compress-Bzip2 -Version: 2.22 -Release: 4%{?dist} +Version: 2.24 +Release: 1%{?dist} Summary: Interface to Bzip2 compression library Group: Development/Libraries # bzlib-src/win-tst-dlltest.c (unbundled): Public Domain # bzlib-src/LICENSE (unbundled): BSD +# bzlib-src/manual.ps (unbundled): GPL+ with exception # other files: GPL+ or Artistic License: GPL+ or Artistic URL: http://search.cpan.org/dist/Compress-Bzip2/ Source0: http://www.cpan.org/authors/id/R/RU/RURBAN/Compress-Bzip2-%{version}.tar.gz BuildRequires: bzip2-devel >= 1.0.5 +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: gcc +BuildRequires: make BuildRequires: perl +BuildRequires: perl-devel BuildRequires: perl(Config) BuildRequires: perl(File::Copy) BuildRequires: perl(File::Spec) @@ -18,6 +24,7 @@ BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(strict) # VMS::Filespec not needed +BuildRequires: sed # Run-time: BuildRequires: perl(AutoLoader) BuildRequires: perl(Carp) @@ -31,6 +38,7 @@ BuildRequires: perl(XSLoader) BuildRequires: perl(Cwd) # Memory::Usage not used BuildRequires: perl(Test::More) +# Test::Kwalitee not used # Optional tests: %if !%{defined perl_bootstrap} BuildRequires: perl(Test::LeakTrace) @@ -76,6 +84,9 @@ make test %{_mandir}/man3/*.3pm* %changelog +* Fri Dec 11 2015 Petr Pisar - 2.24-1 +- 2.24 bump + * Thu Jun 18 2015 Fedora Release Engineering - 2.22-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 4d5610c..e7472b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0d01b86c3efa74e29bb975aea46b666f Compress-Bzip2-2.22.tar.gz +d5ef04d1e51fe45743b3044abad967d2 Compress-Bzip2-2.24.tar.gz