From 16e4c876349cf3bfb1b135fa39cc3b5e39627ac8 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Wed, 8 Aug 2012 14:09:53 +0100 Subject: Upgrade Compress-Raw-Bzip2 and Compress-Raw-Zlib to 2.055 --- Porting/Maintainers.pl | 4 ++-- cpan/Compress-Raw-Bzip2/README | 6 +++--- cpan/Compress-Raw-Bzip2/t/000prereq.t | 2 +- cpan/Compress-Raw-Zlib/README | 20 ++++++++++---------- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index b40341a401..77599e806c 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -365,7 +365,7 @@ use File::Glob qw(:case); 'Compress::Raw::Bzip2' => { 'MAINTAINER' => 'pmqs', - 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.052.tar.gz', + 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.055.tar.gz', 'FILES' => q[cpan/Compress-Raw-Bzip2], 'EXCLUDED' => [ qr{^t/Test/}, @@ -376,7 +376,7 @@ use File::Glob qw(:case); 'Compress::Raw::Zlib' => { 'MAINTAINER' => 'pmqs', - 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.054.tar.gz', + 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.055.tar.gz', 'FILES' => q[cpan/Compress-Raw-Zlib], 'EXCLUDED' => [ diff --git a/cpan/Compress-Raw-Bzip2/README b/cpan/Compress-Raw-Bzip2/README index f39f6beca8..4e57b1aead 100644 --- a/cpan/Compress-Raw-Bzip2/README +++ b/cpan/Compress-Raw-Bzip2/README @@ -1,9 +1,9 @@ Compress-Raw-Bzip2 - Version 2.052 + Version 2.055 - 29th April 2012 + 5th August 2012 Copyright (c) 2005-2012 Paul Marquess. All rights reserved. This program is free software; you can redistribute it @@ -164,7 +164,7 @@ To help me help you, I need all of the following information: If you haven't installed Compress-Raw-Bzip2 then search Compress::Raw::Bzip2.pm for a line like this: - $VERSION = "2.052" ; + $VERSION = "2.055" ; c. The version of bzip2 you have used. If you have successfully installed Compress-Raw-Bzip2, this one-liner diff --git a/cpan/Compress-Raw-Bzip2/t/000prereq.t b/cpan/Compress-Raw-Bzip2/t/000prereq.t index 13a447a2c3..0f95b00cd8 100644 --- a/cpan/Compress-Raw-Bzip2/t/000prereq.t +++ b/cpan/Compress-Raw-Bzip2/t/000prereq.t @@ -19,7 +19,7 @@ BEGIN if eval { require Test::NoWarnings ; import Test::NoWarnings; 1 }; - my $VERSION = '2.052'; + my $VERSION = '2.055'; my @NAMES = qw( ); diff --git a/cpan/Compress-Raw-Zlib/README b/cpan/Compress-Raw-Zlib/README index 5e491acd52..6dcec5239f 100644 --- a/cpan/Compress-Raw-Zlib/README +++ b/cpan/Compress-Raw-Zlib/README @@ -1,9 +1,9 @@ - Compress-Raw-Zlib + Compress-Raw-Zlib - Version 2.054 + Version 2.055 - 8th May 2012 + 5th August 2012 Copyright (c) 2005-2012 Paul Marquess. All rights reserved. This program is free software; you can redistribute it @@ -11,7 +11,7 @@ The directory zlib-src contains a subset of the source files copied directly from zlib version 1.2.7. - These files are Copyright(C) 1995-2010 + These files are Copyright(C) 1995-2012 Jean-loup Gailly and Mark Adler. Full source for the zlib library is available at http://www.zlib.org @@ -99,16 +99,16 @@ before building this module. For option 2, fetch a copy of the zlib source distribution from http://www.zlib.org and unpack it into the Compress-Raw-Zlib source - directory. Assuming you have fetched zlib 1.2.6, - it will create a directory called zlib-1.2.6. + directory. Assuming you have fetched zlib 1.2.7, + it will create a directory called zlib-1.2.7. Now set the variables in the file config.in as follows (if the version - you have fetched isn't 1.2.6, change the INCLUDE and LIB + you have fetched isn't 1.2.7, change the INCLUDE and LIB variables appropriately): BUILD_ZLIB = True - INCLUDE = ./zlib-1.2.6 - LIB = ./zlib-1.2.6 + INCLUDE = ./zlib-1.2.7 + LIB = ./zlib-1.2.7 OLD_ZLIB = False GZIP_OS_CODE = AUTO_DETECT @@ -355,7 +355,7 @@ To help me help you, I need all of the following information: If you haven't installed Compress-Raw-Zlib then search Compress::Raw::Zlib.pm for a line like this: - $VERSION = "2.052" ; + $VERSION = "2.055" ; c. The version of zlib you have used. If you have successfully installed Compress-Raw-Zlib, this one-liner -- cgit v1.2.1