Update to 2.061

- New upstream release 2.061
  - zipdetails (1.06)
    - Get it to cope with Android 'zipalign' non-standard extra fields; these
      are used to make sure that a non-compressed member starts on a 4 byte
      boundary
  - unzip example with IO::Uncompress::Unzip (CPAN RT#84647)
This commit is contained in:
Paul Howarth 2013-05-27 16:21:28 +01:00
parent ace1e9fdf6
commit 178cbb2251
2 changed files with 11 additions and 3 deletions

View File

@ -2,8 +2,8 @@
%{?perl_default_filter}
Name: perl-IO-Compress
Version: 2.060
Release: 2%{?dist}
Version: 2.061
Release: 1%{?dist}
Summary: Read and write compressed data
License: GPL+ or Artistic
Group: Development/Libraries
@ -108,6 +108,14 @@ make test %{?with_long_tests:COMPRESS_ZLIB_RUN_ALL=1}
%{_mandir}/man3/IO::Uncompress::*.3pm*
%changelog
* Mon May 27 2013 Paul Howarth <paul@city-fan.org> - 2.061-1
- Update to 2.061
- zipdetails (1.06)
- Get it to cope with Android 'zipalign' non-standard extra fields; these
are used to make sure that a non-compressed member starts on a 4 byte
boundary
- unzip example with IO::Uncompress::Unzip (CPAN RT#84647)
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.060-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
346a1c981930f7cab54a4973480b3c73 IO-Compress-2.060.tar.gz
0dba831e748f03e549eaf288026ef099 IO-Compress-2.061.tar.gz