Update to 2.066

- New upstream release 2.066
  - IO::Uncompress::Gzip
    - Documentation of ExtraFlags stated the XFL values for BEST_COMPRESSION
      and BEST_SPEED use the values 2 and 4 respectively; they should be 4 and
      2 (code for setting XFL was correct)
  - IO::Uncompress::Gunzip
    - Fix regression preventing gunzip to in-memory file handle (CPAN RT#95494)
This commit is contained in:
Paul Howarth 2014-09-22 11:14:09 +01:00
parent f9960fd507
commit 3d5d5f5631
2 changed files with 13 additions and 3 deletions

View File

@ -2,14 +2,15 @@
%{?perl_default_filter}
Name: perl-IO-Compress
Version: 2.064
Release: 311%{?dist}
Version: 2.066
Release: 1%{?dist}
Summary: Read and write compressed data
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/IO-Compress/
Source0: http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/IO-Compress-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(Carp)
BuildRequires: perl(Compress::Raw::Bzip2) >= %{version}
BuildRequires: perl(Compress::Raw::Zlib) >= %{version}
@ -108,6 +109,15 @@ make test %{?with_long_tests:COMPRESS_ZLIB_RUN_ALL=1}
%{_mandir}/man3/IO::Uncompress::*.3pm*
%changelog
* Mon Sep 22 2014 Paul Howarth <paul@city-fan.org> - 2.066-1
- Update to 2.066
- IO::Uncompress::Gzip
- Documentation of ExtraFlags stated the XFL values for BEST_COMPRESSION
and BEST_SPEED use the values 2 and 4 respectively; they should be 4 and
2 (code for setting XFL was correct)
- IO::Uncompress::Gunzip
- Fix regression preventing gunzip to in-memory file handle (CPAN RT#95494)
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.064-311
- Perl 5.20 re-rebuild of bootstrapped packages

View File

@ -1 +1 @@
7f59dfc0b83950288e83332bff7d48c7 IO-Compress-2.064.tar.gz
41e1d7f7426f556769cf7a1c0e6222f9 IO-Compress-2.066.tar.gz