commit ef23551dcf3f7aa64d011863f98eae1ed68358c9 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Wed Dec 24 11:30:15 2014 +0000 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 perl-IO-Compress.spec | 10 ++++++++-- sources | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) --- diff --git a/perl-IO-Compress.spec b/perl-IO-Compress.spec index f8210d0..547c197 100644 --- a/perl-IO-Compress.spec +++ b/perl-IO-Compress.spec @@ -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@xxxxxxxxxxxx> - 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@xxxxxxxxxxxx> - 2.067-1 - Update to 2.067 - IO::Compress::RawDeflate unnecessarily loads IO::Seekable (CPAN RT#100257) diff --git a/sources b/sources index 6b14503..9821981 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c2b569e41d95ceff478b13577fa7233f IO-Compress-2.067.tar.gz +959f9b3a42d72da790c46eb0377c0fbc IO-Compress-2.068.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel