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:
parent
03dee1f5fd
commit
dda82fbb72
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user