2.20 bump

This commit is contained in:
Petr Písař 2015-01-30 13:19:25 +01:00
parent a65d48edc0
commit 09e76d96f4
3 changed files with 11 additions and 5 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ Compress-Bzip2-2.09.tar.gz
/Compress-Bzip2-2.17.tar.gz
/Compress-Bzip2-2.18.tar.gz
/Compress-Bzip2-2.19.tar.gz
/Compress-Bzip2-2.20.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Compress-Bzip2
Version: 2.19
Release: 2%{?dist}
Version: 2.20
Release: 1%{?dist}
Summary: Interface to Bzip2 compression library
Group: Development/Libraries
License: GPL+ or Artistic
@ -37,7 +37,8 @@ Requires: perl(constant) >= 1.04
%description
The Compress::Bzip2 module provides a Perl interface to the Bzip2 compression
library. A relevant subset of the functionality provided by Bzip2 is available
in Compress::Bzip2.
in Compress::Bzip2. Compress::Bzip2 is not well integrated into PerlIO, use
the preferred IO::Compress::Bzip2 instead.
%prep
%setup -q -n Compress-Bzip2-%{version}
@ -60,12 +61,16 @@ chmod -R u+w $RPM_BUILD_ROOT/*
make test
%files
%doc ANNOUNCE Changes COPYING NEWS README
%license COPYING
%doc ANNOUNCE Changes NEWS README.md
%{perl_vendorarch}/Compress/
%{perl_vendorarch}/auto/Compress/
%{_mandir}/man3/*.3pm*
%changelog
* Fri Jan 30 2015 Petr Pisar <ppisar@redhat.com> - 2.20-1
- 2.20 bump
* Wed Oct 29 2014 Petr Pisar <ppisar@redhat.com> - 2.19-2
- Do not build-require version module

View File

@ -1 +1 @@
dd4ebb4e88a50cc9a85e282618fdf88f Compress-Bzip2-2.19.tar.gz
36b42271d274d941b4a9fed332c6f880 Compress-Bzip2-2.20.tar.gz