Update to 2.068

- New upstream release 2.068
  - Disable running of some of the slower test harnesses by default;
    COMPRESS_ZLIB_RUN_MOST needs to be set to run them, which makes life more
    bearable on legacy platforms
This commit is contained in:
Paul Howarth 2014-12-24 11:30:15 +00:00
parent 3c75848a47
commit ef23551dcf
2 changed files with 9 additions and 3 deletions

View File

@ -2,7 +2,7 @@
%{?perl_default_filter}
Name: perl-IO-Compress
Version: 2.067
Version: 2.068
Release: 1%{?dist}
Summary: Read and write compressed data
License: GPL+ or Artistic
@ -98,7 +98,7 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
%check
# Build using "--without long_tests" to avoid very long tests
# (full suite can take nearly an hour on an i7)
make test %{?with_long_tests:COMPRESS_ZLIB_RUN_ALL=1}
make test COMPRESS_ZLIB_RUN_%{?with_long_tests:ALL}%{!?with_long_tests:MOST}=1
%files
%doc Changes README examples/*
@ -127,6 +127,12 @@ make test %{?with_long_tests:COMPRESS_ZLIB_RUN_ALL=1}
%{_mandir}/man3/IO::Uncompress::*.3*
%changelog
* Wed Dec 24 2014 Paul Howarth <paul@city-fan.org> - 2.068-1
- Update to 2.068
- Disable running of some of the slower test harnesses by default;
COMPRESS_ZLIB_RUN_MOST needs to be set to run them, which makes life more
bearable on legacy platforms
* Tue Dec 9 2014 Paul Howarth <paul@city-fan.org> - 2.067-1
- Update to 2.067
- IO::Compress::RawDeflate unnecessarily loads IO::Seekable (CPAN RT#100257)

View File

@ -1 +1 @@
c2b569e41d95ceff478b13577fa7233f IO-Compress-2.067.tar.gz
959f9b3a42d72da790c46eb0377c0fbc IO-Compress-2.068.tar.gz