diff --git a/perl-Compress-Raw-Bzip2.spec b/perl-Compress-Raw-Bzip2.spec index a1e89e3..ffb17d0 100644 --- a/perl-Compress-Raw-Bzip2.spec +++ b/perl-Compress-Raw-Bzip2.spec @@ -1,7 +1,7 @@ Name: perl-Compress-Raw-Bzip2 Summary: Low-level interface to bzip2 compression library Version: 2.061 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Compress-Raw-Bzip2/ @@ -57,6 +57,9 @@ make test %{_mandir}/man3/Compress::Raw::Bzip2.3pm* %changelog +* Fri Jul 12 2013 Petr Pisar - 2.061-2 +- Perl 5.18 rebuild + * Mon May 27 2013 Paul Howarth - 2.061-1 - Update to 2.061 - Silence compiler warning by making 2nd parameter to DispStream a const char*