Update to 2.040
- New upstream release 2.040 - IO::Compress::Zip: - Added CanonicalName option (note this option is set to true by default) - Added FilterName option - ExtAttr now populates MSDOS attributes - IO::Uncompress::Base: - Fixed issue where setting $\ would corrupt the uncompressed data - t/050interop-*.t: - Handle case when external command contains a whitespace (CPAN RT#71335) - t/105oneshot-zip-only.t: - CanonicalName test failure on Windows (CPAN RT#68926)
This commit is contained in:
parent
cbdc31f95a
commit
d937e1faa9
@ -2,8 +2,8 @@
|
||||
%{?perl_default_filter}
|
||||
|
||||
Name: perl-IO-Compress
|
||||
Version: 2.037
|
||||
Release: 2%{?dist}
|
||||
Version: 2.040
|
||||
Release: 1%{?dist}
|
||||
Summary: Read and write compressed data
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -89,6 +89,19 @@ make test %{?with_long_tests:COMPRESS_ZLIB_RUN_ALL=1}
|
||||
%{_mandir}/man3/IO::Uncompress::*.3pm*
|
||||
|
||||
%changelog
|
||||
* Sat Oct 29 2011 Paul Howarth <paul@city-fan.org> - 2.040-1
|
||||
- Update to 2.040
|
||||
- IO::Compress::Zip:
|
||||
- Added CanonicalName option (note this option is set to true by default)
|
||||
- Added FilterName option
|
||||
- ExtAttr now populates MSDOS attributes
|
||||
- IO::Uncompress::Base:
|
||||
- Fixed issue where setting $\ would corrupt the uncompressed data
|
||||
- t/050interop-*.t:
|
||||
- Handle case when external command contains a whitespace (CPAN RT#71335)
|
||||
- t/105oneshot-zip-only.t:
|
||||
- CanonicalName test failure on Windows (CPAN RT#68926)
|
||||
|
||||
* Wed Jun 22 2011 Paul Howarth <paul@city-fan.org> - 2.037-2
|
||||
- Perl mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user