From 94aebfad82e5520ce67c43806afc013ed0c8d0af Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Fri, 2 Sep 2016 09:33:19 +0100 Subject: [PATCH] Update to 1.805 - New upstream release 1.805 - Fixed bug in MCE::Queue (GH#4) - Improved support for running MCE with Tk; added Tk demonstrations to MCE::Examples --- .gitignore | 1 + perl-MCE.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d4250df..cf827da 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /MCE-1.802.tar.gz /MCE-1.803.tar.gz /MCE-1.804.tar.gz +/MCE-1.805.tar.gz diff --git a/perl-MCE.spec b/perl-MCE.spec index 10124ca..680e909 100644 --- a/perl-MCE.spec +++ b/perl-MCE.spec @@ -1,5 +1,5 @@ Name: perl-MCE -Version: 1.804 +Version: 1.805 Release: 1%{?dist} Summary: Many-core Engine for Perl providing parallel processing capabilities License: GPL+ or Artistic @@ -136,6 +136,12 @@ make test %{_bindir}/mce_grep %changelog +* Fri Sep 2 2016 Paul Howarth - 1.805-1 +- Update to 1.805 + - Fixed bug in MCE::Queue (GH#4) + - Improved support for running MCE with Tk; added Tk demonstrations to + MCE::Examples + * Fri Jul 29 2016 Paul Howarth - 1.804-1 - Update to 1.804 - Removed the sleep statement in MCE->restart_worker diff --git a/sources b/sources index b4c2412..db033fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -641de7b796a743da87f280994dac4e92 MCE-1.804.tar.gz +5aeadbf1592697bb590f0bbb35f7af67 MCE-1.805.tar.gz