From 6a5fac7f56385d677edb26b12cbff6cf63f7b9a2 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Wed, 2 Nov 2016 18:59:17 +0000 Subject: [PATCH] Update to 1.807 - New upstream release 1.807 - Enhanced relay capabilities - Added Mandelbrot example to MCE::Example - Added extra demonstrations to MCE::Relay - Added test script - Tweaked manager-loop delay for special cases - applies to MSWin32 only --- .gitignore | 1 + perl-MCE.spec | 12 ++++++++++-- sources | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dc22ca4..6089a97 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /MCE-1.804.tar.gz /MCE-1.805.tar.gz /MCE-1.806.tar.gz +/MCE-1.807.tar.gz diff --git a/perl-MCE.spec b/perl-MCE.spec index 49f470c..34c6c09 100644 --- a/perl-MCE.spec +++ b/perl-MCE.spec @@ -1,5 +1,5 @@ Name: perl-MCE -Version: 1.806 +Version: 1.807 Release: 1%{?dist} Summary: Many-core Engine for Perl providing parallel processing capabilities License: GPL+ or Artistic @@ -80,7 +80,7 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -delete -%{_fixperms} %{buildroot} +%{_fixperms} -c %{buildroot} %check make test @@ -136,6 +136,14 @@ make test %{_bindir}/mce_grep %changelog +* Wed Nov 2 2016 Paul Howarth - 1.807-1 +- Update to 1.807 + - Enhanced relay capabilities + - Added Mandelbrot example to MCE::Example + - Added extra demonstrations to MCE::Relay + - Added test script + - Tweaked manager-loop delay for special cases - applies to MSWin32 only + * Wed Oct 12 2016 Paul Howarth - 1.806-1 - Update to 1.806 - Fixed two typos diff --git a/sources b/sources index a3294fa..4af3baf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3dc6bd6999961dce15bfb939d56a29ab MCE-1.806.tar.gz +f4f49b3ab62ae9cb3167016de6704898 MCE-1.807.tar.gz