[perl-IO-Compress] Update to 2.060

Paul Howarth pghmcfc at fedoraproject.org
Tue Jan 8 10:48:43 UTC 2013


commit 0cb6be5cdbbe43a8a5d65e8e0a681eac4c9f41e1
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Jan 8 10:47:23 2013 +0000

    Update to 2.060
    
    - New upstream release 2.060
      - Updated POD
        - CPAN RT#82138: Example code not clear - gunzip() takes filenames!
      - IO::Compress::Base
        - Remove the flush call when opening a filehandle

 perl-IO-Compress.spec |   11 +++++++++--
 sources               |    2 +-
 2 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/perl-IO-Compress.spec b/perl-IO-Compress.spec
index cdb3ca3..2a84c17 100644
--- a/perl-IO-Compress.spec
+++ b/perl-IO-Compress.spec
@@ -2,7 +2,7 @@
 %{?perl_default_filter}
 
 Name:           perl-IO-Compress
-Version:        2.059
+Version:        2.060
 Release:        1%{?dist}
 Summary:        Read and write compressed data
 License:        GPL+ or Artistic
@@ -108,10 +108,17 @@ make test %{?with_long_tests:COMPRESS_ZLIB_RUN_ALL=1}
 %{_mandir}/man3/IO::Uncompress::*.3pm*
 
 %changelog
+* Tue Jan  8 2013 Paul Howarth <paul at city-fan.org> - 2.060-1
+- Update to 2.060
+  - Updated POD
+    - CPAN RT#82138: Example code not clear - gunzip() takes filenames!
+  - IO::Compress::Base
+    - Remove the flush call when opening a filehandle
+
 * Sun Dec 16 2012 Paul Howarth <paul at city-fan.org> - 2.059-1
 - Update to 2.059
   - IO::Compress::Base
-    - Added "Encode" option
+    - Added "Encode" option (fixes the encoding half of CPAN RT#42656)
 
 * Mon Nov 26 2012 Petr Ĺ abata <contyk at redhat.com> - 2.058-2
 - Add missing File::* buildtime dependencies
diff --git a/sources b/sources
index df06aa3..379d532 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a5c15cd0864bc2071623baa063d0ae8  IO-Compress-2.059.tar.gz
+346a1c981930f7cab54a4973480b3c73  IO-Compress-2.060.tar.gz


More information about the scm-commits mailing list