[perl-IO-Compress] Update to 2.042

Paul Howarth pghmcfc at fedoraproject.org
Fri Nov 18 10:13:34 UTC 2011


commit 3a9ffa175a715f9a0eec273e046998c5ccf1c138
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Nov 18 09:55:34 2011 +0000

    Update to 2.042
    
    - New upstream release 2.042
      - IO::Compress::Zip:
        - Added exUnixN option to allow creation of the "ux" extra field, which
          allows 32-bit UID/GID to be stored
        - In one-shot mode use exUnixN rather than exUnix2 for the UID/GID
      - IO::Compress::Zlib::Extra::parseExtraField:
        - Fixed bad test for length of ID field (CPAN RT#72329, CPAN RT#72505)

 perl-IO-Compress.spec |   11 ++++++++++-
 sources               |    2 +-
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/perl-IO-Compress.spec b/perl-IO-Compress.spec
index 5d4be4d..4ec47ce 100644
--- a/perl-IO-Compress.spec
+++ b/perl-IO-Compress.spec
@@ -2,7 +2,7 @@
 %{?perl_default_filter}
 
 Name:           perl-IO-Compress
-Version:        2.040
+Version:        2.042
 Release:        1%{?dist}
 Summary:        Read and write compressed data
 License:        GPL+ or Artistic
@@ -89,6 +89,15 @@ make test %{?with_long_tests:COMPRESS_ZLIB_RUN_ALL=1}
 %{_mandir}/man3/IO::Uncompress::*.3pm*
 
 %changelog
+* Fri Nov 18 2011 Paul Howarth <paul at city-fan.org> - 2.042-1
+- Update to 2.042
+  - IO::Compress::Zip:
+    - Added exUnixN option to allow creation of the "ux" extra field, which
+      allows 32-bit UID/GID to be stored
+    - In one-shot mode use exUnixN rather than exUnix2 for the UID/GID
+  - IO::Compress::Zlib::Extra::parseExtraField:
+    - Fixed bad test for length of ID field (CPAN RT#72329, CPAN RT#72505)
+
 * Sat Oct 29 2011 Paul Howarth <paul at city-fan.org> - 2.040-1
 - Update to 2.040
   - IO::Compress::Zip:
diff --git a/sources b/sources
index 77bdce0..df776c8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e2b08e051cc8366718ca6b83fc8c124b  IO-Compress-2.040.tar.gz
+d7d8dc17b2884c46d5228ed3327f05ec  IO-Compress-2.042.tar.gz


More information about the scm-commits mailing list