Perl 5.18 rebuild

This commit is contained in:
Petr Písař 2013-07-12 15:51:47 +02:00
parent 02dcd48546
commit e349fce973

View File

@ -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 <ppisar@redhat.com> - 2.061-2
- Perl 5.18 rebuild
* Mon May 27 2013 Paul Howarth <paul@city-fan.org> - 2.061-1
- Update to 2.061
- Silence compiler warning by making 2nd parameter to DispStream a const char*