[perl-IO-Compress] Update to 2.043

Paul Howarth pghmcfc at fedoraproject.org
Mon Nov 21 10:34:41 UTC 2011


commit 00cd5012afd55b1de08ba0ab92ee89c09202472d
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Nov 21 10:25:10 2011 +0000

    Update to 2.043
    
    - New upstream release 2.043
      - IO::Compress::Base:
        - Fixed issue that with handling of Zip files with two (or more) entries
          that were STORED; symptom is the first is uncompressed ok but the next
          will terminate early if the size of the file is greater than BlockSize
          (CPAN RT#72548)

 perl-IO-Compress.spec |   10 +++++++++-
 sources               |    2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/perl-IO-Compress.spec b/perl-IO-Compress.spec
index 4ec47ce..cc44625 100644
--- a/perl-IO-Compress.spec
+++ b/perl-IO-Compress.spec
@@ -2,7 +2,7 @@
 %{?perl_default_filter}
 
 Name:           perl-IO-Compress
-Version:        2.042
+Version:        2.043
 Release:        1%{?dist}
 Summary:        Read and write compressed data
 License:        GPL+ or Artistic
@@ -89,6 +89,14 @@ make test %{?with_long_tests:COMPRESS_ZLIB_RUN_ALL=1}
 %{_mandir}/man3/IO::Uncompress::*.3pm*
 
 %changelog
+* Mon Nov 21 2011 Paul Howarth <paul at city-fan.org> - 2.043-1
+- Update to 2.043
+  - IO::Compress::Base:
+    - Fixed issue that with handling of Zip files with two (or more) entries
+      that were STORED; symptom is the first is uncompressed ok but the next
+      will terminate early if the size of the file is greater than BlockSize
+      (CPAN RT#72548)
+
 * Fri Nov 18 2011 Paul Howarth <paul at city-fan.org> - 2.042-1
 - Update to 2.042
   - IO::Compress::Zip:
diff --git a/sources b/sources
index df776c8..9b860de 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d7d8dc17b2884c46d5228ed3327f05ec  IO-Compress-2.042.tar.gz
+004f3d4c041ea1dbbbfdd536e5ff7012  IO-Compress-2.043.tar.gz


More information about the scm-commits mailing list