Update to 2.046

- New upstream release 2.046
  - Minor update to bin/zipdetails
  - Typo in name of IO::Compress::FAQ.pod
  - IO::Uncompress::Unzip:
    - Example for walking a zip file used eof to control the outer loop; this
      is wrong
  - IO::Compress::Zip:
    - Change default for CanonicalName to false (CPAN RT#72974)
- Freeze Compress::Raw::* dependency versions until next synchronized release
This commit is contained in:
Paul Howarth 2011-12-19 10:41:32 +00:00
parent 03dee1f5fd
commit dda82fbb72
2 changed files with 15 additions and 4 deletions

View File

@ -2,7 +2,7 @@
%{?perl_default_filter}
Name: perl-IO-Compress
Version: 2.045
Version: 2.046
Release: 1%{?dist}
Summary: Read and write compressed data
License: GPL+ or Artistic
@ -13,8 +13,8 @@ BuildArch: noarch
Requires: perl(Exporter)
BuildRequires: perl(bytes)
BuildRequires: perl(constant)
BuildRequires: perl(Compress::Raw::Bzip2) >= %{version}
BuildRequires: perl(Compress::Raw::Zlib) >= %{version}
BuildRequires: perl(Compress::Raw::Bzip2) >= 2.045
BuildRequires: perl(Compress::Raw::Zlib) >= 2.045
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Copy)
BuildRequires: perl(File::GlobMapper)
@ -103,6 +103,17 @@ make test %{?with_long_tests:COMPRESS_ZLIB_RUN_ALL=1}
%{_mandir}/man3/IO::Uncompress::*.3pm*
%changelog
* Mon Dec 19 2011 Paul Howarth <paul@city-fan.org> - 2.046-1
- Update to 2.046
- Minor update to bin/zipdetails
- Typo in name of IO::Compress::FAQ.pod
- IO::Uncompress::Unzip:
- Example for walking a zip file used eof to control the outer loop; this
is wrong
- IO::Compress::Zip:
- Change default for CanonicalName to false (CPAN RT#72974)
- Freeze Compress::Raw::* dependency versions until next synchronized release
* Sun Dec 4 2011 Paul Howarth <paul@city-fan.org> - 2.045-1
- Update to 2.045
- Restructured IO::Compress::FAQ.pod

View File

@ -1 +1 @@
e161af8714b73696078131d9f14ffb67 IO-Compress-2.045.tar.gz
3baa8d1993ff3770a8cf535ba0d6d7b4 IO-Compress-2.046.tar.gz