Update to 2.042
- New upstream release 2.042 - IO::Compress::Zip: - Added exUnixN option to allow creation of the "ux" extra field, which allows 32-bit UID/GID to be stored - In one-shot mode use exUnixN rather than exUnix2 for the UID/GID - IO::Compress::Zlib::Extra::parseExtraField: - Fixed bad test for length of ID field (CPAN RT#72329, CPAN RT#72505)
This commit is contained in:
parent
d937e1faa9
commit
3a9ffa175a
@ -2,7 +2,7 @@
|
|||||||
%{?perl_default_filter}
|
%{?perl_default_filter}
|
||||||
|
|
||||||
Name: perl-IO-Compress
|
Name: perl-IO-Compress
|
||||||
Version: 2.040
|
Version: 2.042
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Read and write compressed data
|
Summary: Read and write compressed data
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -89,6 +89,15 @@ make test %{?with_long_tests:COMPRESS_ZLIB_RUN_ALL=1}
|
|||||||
%{_mandir}/man3/IO::Uncompress::*.3pm*
|
%{_mandir}/man3/IO::Uncompress::*.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 18 2011 Paul Howarth <paul@city-fan.org> - 2.042-1
|
||||||
|
- Update to 2.042
|
||||||
|
- IO::Compress::Zip:
|
||||||
|
- Added exUnixN option to allow creation of the "ux" extra field, which
|
||||||
|
allows 32-bit UID/GID to be stored
|
||||||
|
- In one-shot mode use exUnixN rather than exUnix2 for the UID/GID
|
||||||
|
- IO::Compress::Zlib::Extra::parseExtraField:
|
||||||
|
- Fixed bad test for length of ID field (CPAN RT#72329, CPAN RT#72505)
|
||||||
|
|
||||||
* Sat Oct 29 2011 Paul Howarth <paul@city-fan.org> - 2.040-1
|
* Sat Oct 29 2011 Paul Howarth <paul@city-fan.org> - 2.040-1
|
||||||
- Update to 2.040
|
- Update to 2.040
|
||||||
- IO::Compress::Zip:
|
- IO::Compress::Zip:
|
||||||
|
Loading…
Reference in New Issue
Block a user