2.032 bump

This commit is contained in:
Petr Písař 2011-01-07 15:55:29 +01:00
parent af7371b1b5
commit c5d1fef777
3 changed files with 13 additions and 8 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
IO-Compress-2.030.tar.gz
/IO-Compress-2.032.tar.gz

View File

@ -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 <ppisar@redhat.com> - 2.032-1
- 2.032 bump
- Small improvements in spec file
* Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.030-4
- 661697 rebuild for fixing problems with vendorach/lib

View File

@ -1 +1 @@
1e6200ce12b4a87f24f110930260ebe8 IO-Compress-2.030.tar.gz
b16ac9f5fbb3b5c67294df3b39ce920d IO-Compress-2.032.tar.gz