[perl-IO-Compress] Update to 2.046

Paul Howarth pghmcfc at fedoraproject.org
Mon Dec 19 10:42:28 UTC 2011


commit dda82fbb7228ed8b580ec28c6073117d11df5625
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Dec 19 10:41:32 2011 +0000

    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

 perl-IO-Compress.spec |   17 ++++++++++++++---
 sources               |    2 +-
 2 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/perl-IO-Compress.spec b/perl-IO-Compress.spec
index 2aade01..e7f6fca 100644
--- a/perl-IO-Compress.spec
+++ b/perl-IO-Compress.spec
@@ -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 at 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 at city-fan.org> - 2.045-1
 - Update to 2.045
   - Restructured IO::Compress::FAQ.pod
diff --git a/sources b/sources
index 2009bcf..b39465f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e161af8714b73696078131d9f14ffb67  IO-Compress-2.045.tar.gz
+3baa8d1993ff3770a8cf535ba0d6d7b4  IO-Compress-2.046.tar.gz



More information about the perl-devel mailing list