From 5cbe115114507326bf88220f4c6c8871788d0b53 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Sun, 24 Apr 2016 17:50:22 +0100 Subject: [PATCH] Update to 1.706 - New upstream release 1.706 - Time::HiRes sleep resolution is 15 milliseconds on Windows and Cygwin; adjusted timeout values accordingly - Reinstated the hack for faster IO when use_slurpio => 1 is specified; tuned chunk_size => 'auto' --- .gitignore | 1 + perl-MCE.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4b2104c..021e2a3 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /MCE-1.703.tar.gz /MCE-1.704.tar.gz /MCE-1.705.tar.gz +/MCE-1.706.tar.gz diff --git a/perl-MCE.spec b/perl-MCE.spec index 8785ae7..37ced60 100644 --- a/perl-MCE.spec +++ b/perl-MCE.spec @@ -1,5 +1,5 @@ Name: perl-MCE -Version: 1.705 +Version: 1.706 Release: 1%{?dist} Summary: Many-core Engine for Perl providing parallel processing capabilities License: GPL+ or Artistic @@ -141,6 +141,13 @@ make test %{_bindir}/mce_grep %changelog +* Sun Apr 24 2016 Paul Howarth - 1.706-1 +- Update to 1.706 + - Time::HiRes sleep resolution is 15 milliseconds on Windows and Cygwin; + adjusted timeout values accordingly + - Reinstated the hack for faster IO when use_slurpio => 1 is specified; tuned + chunk_size => 'auto' + * Fri Apr 15 2016 Paul Howarth - 1.705-1 - Update to 1.705 - Bumped version for Test::More to 0.88 diff --git a/sources b/sources index 1f56043..798b74c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -252a4e1ec3b854da339880af2316c7a3 MCE-1.705.tar.gz +83af47189ccd2b8bc823e0d3f34dd432 MCE-1.706.tar.gz