2.22 bump
This commit is contained in:
parent
09e76d96f4
commit
2ec1d59c25
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user