2.22 bump

This commit is contained in:
Petr Písař 2015-02-19 13:58:05 +01:00
parent 09e76d96f4
commit 2ec1d59c25
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <ppisar@redhat.com> - 2.22-1
- 2.22 bump
* Fri Jan 30 2015 Petr Pisar <ppisar@redhat.com> - 2.20-1
- 2.20 bump

View File

@ -1 +1 @@
36b42271d274d941b4a9fed332c6f880 Compress-Bzip2-2.20.tar.gz
0d01b86c3efa74e29bb975aea46b666f Compress-Bzip2-2.22.tar.gz