From 318e2650e0db0ad9c65856a0234aa6478ceb43a7 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Thu, 24 Nov 2016 16:13:11 +0000 Subject: [PATCH] Update to 1.809 - New upstream release 1.809 - Bug fixes for running MCE inside threads - Random numbers are unique between workers --- .gitignore | 1 + perl-MCE.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1632ec5..1d4df73 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /MCE-1.806.tar.gz /MCE-1.807.tar.gz /MCE-1.808.tar.gz +/MCE-1.809.tar.gz diff --git a/perl-MCE.spec b/perl-MCE.spec index df6e96c..79383d9 100644 --- a/perl-MCE.spec +++ b/perl-MCE.spec @@ -1,5 +1,5 @@ Name: perl-MCE -Version: 1.808 +Version: 1.809 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 +* Thu Nov 24 2016 Paul Howarth - 1.809-1 +- Update to 1.809 + - Bug fixes for running MCE inside threads + - Random numbers are unique between workers + * Sat Nov 5 2016 Paul Howarth - 1.808-1 - Update to 1.808 - Workers persist unless shutdown explicitly while running alongside the diff --git a/sources b/sources index feab64a..0e997a1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5e76a7afde92d3f0c7161711fe4be303 MCE-1.808.tar.gz +5b6996f70a9a47d0dcd3cbdbeced66a2 MCE-1.809.tar.gz