From 7cd33775f53ec7bd752c1a21001caa98d73dd3f4 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: May 29 2016 12:31:05 +0000 Subject: Update to 1.708 - New upstream release 1.708 - Improved import routine in MCE Models and MCE::Subs; this resolves an issue where functions are not exported; e.g. mce_flow, mce_flow_s - Added support for IO::TieCombine handles, which enables MCE->print and MCE->sendto to work reliably with App::Cmd and App::Cmd::Tester; see Testing and Capturing Output in MCE::Examples --- diff --git a/.gitignore b/.gitignore index 7d45779..9d8a7e9 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /MCE-1.705.tar.gz /MCE-1.706.tar.gz /MCE-1.707.tar.gz +/MCE-1.708.tar.gz diff --git a/perl-MCE.spec b/perl-MCE.spec index 9c057e2..b4d5f4e 100644 --- a/perl-MCE.spec +++ b/perl-MCE.spec @@ -1,5 +1,5 @@ Name: perl-MCE -Version: 1.707 +Version: 1.708 Release: 1%{?dist} Summary: Many-core Engine for Perl providing parallel processing capabilities License: GPL+ or Artistic @@ -139,6 +139,14 @@ make test %{_bindir}/mce_grep %changelog +* Sun May 29 2016 Paul Howarth - 1.708-1 +- Update to 1.708 + - Improved import routine in MCE Models and MCE::Subs; this resolves an issue + where functions are not exported; e.g. mce_flow, mce_flow_s + - Added support for IO::TieCombine handles, which enables MCE->print and + MCE->sendto to work reliably with App::Cmd and App::Cmd::Tester; see + Testing and Capturing Output in MCE::Examples + * Thu May 26 2016 Paul Howarth - 1.707-1 - Update to 1.707 - Fixed logic when workers exit; improved reliability on Windows diff --git a/sources b/sources index 04d15e5..d97f54e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7503347849d1a910606acf5f367f5969 MCE-1.707.tar.gz +17438a8b9391ff27a2aaa88f0161502d MCE-1.708.tar.gz