From bc2ee67919cdd2a62624b5424c1dd6549e41298d Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Sat, 10 Dec 2016 19:27:11 +0000 Subject: [PATCH] Update to 1.810 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - New upstream release 1.810 - Updated check for IO handle allowed; this allows $gather_fh = *STDOUT{IO} construction in Perl ≤ 5.10.1 --- .gitignore | 1 + perl-MCE.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1d4df73..cc3e6ff 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /MCE-1.807.tar.gz /MCE-1.808.tar.gz /MCE-1.809.tar.gz +/MCE-1.810.tar.gz diff --git a/perl-MCE.spec b/perl-MCE.spec index 79383d9..9e507e8 100644 --- a/perl-MCE.spec +++ b/perl-MCE.spec @@ -1,5 +1,5 @@ Name: perl-MCE -Version: 1.809 +Version: 1.810 Release: 1%{?dist} Summary: Many-core Engine for Perl providing parallel processing capabilities License: GPL+ or Artistic @@ -136,6 +136,11 @@ make test %{_bindir}/mce_grep %changelog +* Sat Dec 10 2016 Paul Howarth - 1.810-1 +- Update to 1.810 + - Updated check for IO handle allowed; this allows $gather_fh = *STDOUT{IO} + construction in Perl ≤ 5.10.1 + * Thu Nov 24 2016 Paul Howarth - 1.809-1 - Update to 1.809 - Bug fixes for running MCE inside threads diff --git a/sources b/sources index 0e997a1..bf8e00a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b6996f70a9a47d0dcd3cbdbeced66a2 MCE-1.809.tar.gz +003b23ba6f87864e532d18ca1f8ea555 MCE-1.810.tar.gz