diff --git a/.gitignore b/.gitignore index 71551c3..ecfac37 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ Compress-Bzip2-2.09.tar.gz /Compress-Bzip2-2.18.tar.gz /Compress-Bzip2-2.19.tar.gz /Compress-Bzip2-2.20.tar.gz +/Compress-Bzip2-2.22.tar.gz diff --git a/perl-Compress-Bzip2.spec b/perl-Compress-Bzip2.spec index 4f9128a..fb5cd84 100644 --- a/perl-Compress-Bzip2.spec +++ b/perl-Compress-Bzip2.spec @@ -1,5 +1,5 @@ Name: perl-Compress-Bzip2 -Version: 2.20 +Version: 2.22 Release: 1%{?dist} Summary: Interface to Bzip2 compression library Group: Development/Libraries @@ -26,7 +26,12 @@ BuildRequires: perl(warnings) BuildRequires: perl(XSLoader) # Tests: BuildRequires: perl(Cwd) +# Memory::Usage not used BuildRequires: perl(Test::More) +# Optional tests: +%if !%{defined perl_bootstrap} +BuildRequires: perl(Test::LeakTrace) +%endif Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(constant) >= 1.04 @@ -68,6 +73,9 @@ make test %{_mandir}/man3/*.3pm* %changelog +* Thu Feb 19 2015 Petr Pisar - 2.22-1 +- 2.22 bump + * Fri Jan 30 2015 Petr Pisar - 2.20-1 - 2.20 bump diff --git a/sources b/sources index 06d1671..4d5610c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -36b42271d274d941b4a9fed332c6f880 Compress-Bzip2-2.20.tar.gz +0d01b86c3efa74e29bb975aea46b666f Compress-Bzip2-2.22.tar.gz