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:
parent
3c75848a47
commit
ef23551dcf
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user