Update to 2.043

- New upstream release 2.043
  - IO::Compress::Base:
    - Fixed issue that with handling of Zip files with two (or more) entries
      that were STORED; symptom is the first is uncompressed ok but the next
      will terminate early if the size of the file is greater than BlockSize
      (CPAN RT#72548)
This commit is contained in:
Paul Howarth 2011-11-21 10:25:10 +00:00
parent 3a9ffa175a
commit 00cd5012af
2 changed files with 10 additions and 2 deletions

View File

@ -2,7 +2,7 @@
%{?perl_default_filter}
Name: perl-IO-Compress
Version: 2.042
Version: 2.043
Release: 1%{?dist}
Summary: Read and write compressed data
License: GPL+ or Artistic
@ -89,6 +89,14 @@ make test %{?with_long_tests:COMPRESS_ZLIB_RUN_ALL=1}
%{_mandir}/man3/IO::Uncompress::*.3pm*
%changelog
* Mon Nov 21 2011 Paul Howarth <paul@city-fan.org> - 2.043-1
- Update to 2.043
- IO::Compress::Base:
- Fixed issue that with handling of Zip files with two (or more) entries
that were STORED; symptom is the first is uncompressed ok but the next
will terminate early if the size of the file is greater than BlockSize
(CPAN RT#72548)
* Fri Nov 18 2011 Paul Howarth <paul@city-fan.org> - 2.042-1
- Update to 2.042
- IO::Compress::Zip:

View File

@ -1 +1 @@
d7d8dc17b2884c46d5228ed3327f05ec IO-Compress-2.042.tar.gz
004f3d4c041ea1dbbbfdd536e5ff7012 IO-Compress-2.043.tar.gz