From c5d1fef7777176dc4867a152f007260a3238ae8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 7 Jan 2011 15:55:29 +0100 Subject: [PATCH] 2.032 bump --- .gitignore | 1 + perl-IO-Compress.spec | 18 +++++++++++------- sources | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index dca9e4f..8dd2776 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ IO-Compress-2.030.tar.gz +/IO-Compress-2.032.tar.gz diff --git a/perl-IO-Compress.spec b/perl-IO-Compress.spec index 2f20fb9..acfdd39 100644 --- a/perl-IO-Compress.spec +++ b/perl-IO-Compress.spec @@ -2,8 +2,8 @@ %{?perl_default_filter} Name: perl-IO-Compress -Version: 2.030 -Release: 4%{?dist} +Version: 2.032 +Release: 1%{?dist} Summary: IO::Compress Perl module License: GPL+ or Artistic Group: Development/Libraries @@ -33,11 +33,11 @@ Provides: perl-IO-Compress-Zlib = %{version}-%{release} This distribution provides a Perl interface to allow reading and writing of compressed data created with the zlib and bzip2 libraries. -IO-Compress supports reading and writing of bzip2, RFC 1950, RFC -1951, RFC 1952 (i.e. gzip) and zip files/buffers. +IO-Compress supports reading and writing of bzip2, RFC 1950, RFC 1951, +RFC 1952 (i.e. gzip) and zip files/buffers. The following modules used to be distributed separately, but are now -included with the IO-Compress distribution. +included with the IO-Compress distribution: * Compress-Zlib * IO-Compress-Zlib @@ -48,8 +48,8 @@ included with the IO-Compress distribution. %setup -q -n IO-Compress-%{version} %patch0 -p1 -b .old chmod -x lib/IO/Uncompress/{Adapter/Identity,RawInflate}.pm -chmod -R 644 examples/io/anycat examples/io/bzip2/* examples/io/gzip/* \ - examples/compress-zlib/* +find examples -type f -exec chmod -x {} + + %{__perl} -pi -e 's|^#!/usr/local/bin/perl\b|#!%{__perl}|' examples/io/anycat \ examples/io/bzip2/* examples/io/gzip/* examples/compress-zlib/* # https://rt.cpan.org/Public/Bug/Display.html?id=61402 @@ -84,6 +84,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Fri Jan 07 2011 Petr Pisar - 2.032-1 +- 2.032 bump +- Small improvements in spec file + * Fri Dec 17 2010 Marcela Maslanova - 2.030-4 - 661697 rebuild for fixing problems with vendorach/lib diff --git a/sources b/sources index f6e1875..5ffaba3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1e6200ce12b4a87f24f110930260ebe8 IO-Compress-2.030.tar.gz +b16ac9f5fbb3b5c67294df3b39ce920d IO-Compress-2.032.tar.gz