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:
parent
3a9ffa175a
commit
00cd5012af
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user