Update to 2.060
- New upstream release 2.060 - Updated POD - CPAN RT#82138: Example code not clear - gunzip() takes filenames! - IO::Compress::Base - Remove the flush call when opening a filehandle
This commit is contained in:
parent
ef929bfdb7
commit
0cb6be5cdb
@ -2,7 +2,7 @@
|
||||
%{?perl_default_filter}
|
||||
|
||||
Name: perl-IO-Compress
|
||||
Version: 2.059
|
||||
Version: 2.060
|
||||
Release: 1%{?dist}
|
||||
Summary: Read and write compressed data
|
||||
License: GPL+ or Artistic
|
||||
@ -108,10 +108,17 @@ make test %{?with_long_tests:COMPRESS_ZLIB_RUN_ALL=1}
|
||||
%{_mandir}/man3/IO::Uncompress::*.3pm*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 8 2013 Paul Howarth <paul@city-fan.org> - 2.060-1
|
||||
- Update to 2.060
|
||||
- Updated POD
|
||||
- CPAN RT#82138: Example code not clear - gunzip() takes filenames!
|
||||
- IO::Compress::Base
|
||||
- Remove the flush call when opening a filehandle
|
||||
|
||||
* Sun Dec 16 2012 Paul Howarth <paul@city-fan.org> - 2.059-1
|
||||
- Update to 2.059
|
||||
- IO::Compress::Base
|
||||
- Added "Encode" option
|
||||
- Added "Encode" option (fixes the encoding half of CPAN RT#42656)
|
||||
|
||||
* Mon Nov 26 2012 Petr Šabata <contyk@redhat.com> - 2.058-2
|
||||
- Add missing File::* buildtime dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user