diff --git a/perl-IO-Compress.spec b/perl-IO-Compress.spec index 29401fc..a69a95f 100644 --- a/perl-IO-Compress.spec +++ b/perl-IO-Compress.spec @@ -2,7 +2,7 @@ %{?perl_default_filter} Name: perl-IO-Compress -Version: 2.055 +Version: 2.058 Release: 1%{?dist} Summary: Read and write compressed data License: GPL+ or Artistic @@ -58,7 +58,7 @@ included with the IO-Compress distribution: %setup -q -n IO-Compress-%{version} # Remove spurious exec permissions -chmod -x lib/IO/Uncompress/{Adapter/Identity,RawInflate}.pm +chmod -c -x lib/IO/Uncompress/{Adapter/Identity,RawInflate}.pm find examples -type f -exec chmod -c -x {} \; # Fix shellbangs in examples @@ -70,7 +70,7 @@ perl Makefile.PL make %{?_smp_mflags} %install -make pure_install DESTDIR=%{buildroot} +make pure_install DESTDIR=%{buildroot} INSTALLDIRS=perl find %{buildroot} -type f -name .packlist -exec rm -f {} ';' %{_fixperms} %{buildroot} @@ -106,6 +106,20 @@ make test %{?with_long_tests:COMPRESS_ZLIB_RUN_ALL=1} %{_mandir}/man3/IO::Uncompress::*.3pm* %changelog +* Tue Nov 13 2012 Paul Howarth - 2.058-1 +- Update to 2.058 + - IO::Compress::Zip + - Allow member name and Zip Comment to be "0" + - IO::Compress::Base::Common + - Remove "-r" test - the file open will catch this + - IO::Compress::Base::Common returned that it could not read readable files + in NFS (CPAN RT#80855) + - Install to 'site' instead of 'perl' when perl version is 5.11+ + (CPAN RT#79820) + - General performance improvements + - Fix failing 01misc.t subtest introduced in 2.057 (CPAN RT#81119) +- Explicitly install to 'perl' directories + * Mon Aug 6 2012 Paul Howarth - 2.055-1 - Update to 2.055 - FAQ: added a few paragraphs on how to deal with pbzip2 files diff --git a/sources b/sources index df90d51..450aba8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -79db12b733adae3655d50af5b14b7c30 IO-Compress-2.055.tar.gz +58f498eeadcae432b7818e800e2bf7a9 IO-Compress-2.058.tar.gz