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:
Paul Howarth 2013-01-08 10:47:23 +00:00
parent ef929bfdb7
commit 0cb6be5cdb
2 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -1 +1 @@
6a5c15cd0864bc2071623baa063d0ae8 IO-Compress-2.059.tar.gz
346a1c981930f7cab54a4973480b3c73 IO-Compress-2.060.tar.gz