[perl-IO-Compress] Update to 2.040

Paul Howarth pghmcfc at fedoraproject.org
Sat Oct 29 10:08:35 UTC 2011


commit d937e1faa940e2e906602be75b6d79b2ac0b9b37
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Oct 29 10:11:54 2011 +0100

    Update to 2.040
    
    - New upstream release 2.040
      - IO::Compress::Zip:
        - Added CanonicalName option (note this option is set to true by default)
        - Added FilterName option
        - ExtAttr now populates MSDOS attributes
      - IO::Uncompress::Base:
        - Fixed issue where setting $\ would corrupt the uncompressed data
      - t/050interop-*.t:
        - Handle case when external command contains a whitespace (CPAN RT#71335)
      - t/105oneshot-zip-only.t:
        - CanonicalName test failure on Windows (CPAN RT#68926)

 perl-IO-Compress.spec |   17 +++++++++++++++--
 sources               |    2 +-
 2 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/perl-IO-Compress.spec b/perl-IO-Compress.spec
index 434f06f..5d4be4d 100644
--- a/perl-IO-Compress.spec
+++ b/perl-IO-Compress.spec
@@ -2,8 +2,8 @@
 %{?perl_default_filter}
 
 Name:           perl-IO-Compress
-Version:        2.037
-Release:        2%{?dist}
+Version:        2.040
+Release:        1%{?dist}
 Summary:        Read and write compressed data
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -89,6 +89,19 @@ make test %{?with_long_tests:COMPRESS_ZLIB_RUN_ALL=1}
 %{_mandir}/man3/IO::Uncompress::*.3pm*
 
 %changelog
+* Sat Oct 29 2011 Paul Howarth <paul at city-fan.org> - 2.040-1
+- Update to 2.040
+  - IO::Compress::Zip:
+    - Added CanonicalName option (note this option is set to true by default)
+    - Added FilterName option
+    - ExtAttr now populates MSDOS attributes
+  - IO::Uncompress::Base:
+    - Fixed issue where setting $\ would corrupt the uncompressed data
+  - t/050interop-*.t:
+    - Handle case when external command contains a whitespace (CPAN RT#71335)
+  - t/105oneshot-zip-only.t:
+    - CanonicalName test failure on Windows (CPAN RT#68926)
+
 * Wed Jun 22 2011 Paul Howarth <paul at city-fan.org> - 2.037-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index bf08d48..77bdce0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-addc9c47c3263c3b1c8037fd1d8bcae2  IO-Compress-2.037.tar.gz
+e2b08e051cc8366718ca6b83fc8c124b  IO-Compress-2.040.tar.gz



More information about the perl-devel mailing list