From 679710953c169b389a0590edabc8146af6effb0f Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Thu, 14 Apr 2016 14:57:49 +0100 Subject: [PATCH] Update to 1.704 - New upstream release 1.704 BUG FIXES - Fixed restart on the Windows platform, bug introduced in 1.700 - Reached *stable* on all major platforms for MCE 1.7x ENHANCEMENTS - Enabled auto-destroy for MCE objects - Enabled freeze callbacks for Sereal - Switched bug tracking to Github - Tweaked test scripts --- .gitignore | 1 + perl-MCE.spec | 15 +++++++++++++-- sources | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 21b7493..feadc1e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /MCE-1.608.tar.gz /MCE-1.702.tar.gz /MCE-1.703.tar.gz +/MCE-1.704.tar.gz diff --git a/perl-MCE.spec b/perl-MCE.spec index 3a4d87c..ca3365a 100644 --- a/perl-MCE.spec +++ b/perl-MCE.spec @@ -1,5 +1,5 @@ Name: perl-MCE -Version: 1.703 +Version: 1.704 Release: 1%{?dist} Summary: Many-core Engine for Perl providing parallel processing capabilities License: GPL+ or Artistic @@ -38,7 +38,7 @@ BuildRequires: perl(Getopt::Long) BuildRequires: perl(lib) BuildRequires: perl(vars) # Test Suite -BuildRequires: perl(Test::More) +BuildRequires: perl(Test::More) >= 0.88 # Dependencies Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) Requires: perl(IO::Handle) @@ -135,6 +135,17 @@ make test %{_bindir}/mce_grep %changelog +* Thu Apr 14 2016 Paul Howarth - 1.704-1 +- Update to 1.704 + BUG FIXES + - Fixed restart on the Windows platform, bug introduced in 1.700 + - Reached *stable* on all major platforms for MCE 1.7x + ENHANCEMENTS + - Enabled auto-destroy for MCE objects + - Enabled freeze callbacks for Sereal + - Switched bug tracking to Github + - Tweaked test scripts + * Sun Mar 20 2016 Paul Howarth - 1.703-1 - Update to 1.703 - Completed IPC optimizations for 1.7 diff --git a/sources b/sources index ae28abf..ba8ad2a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -95810c95efee5719aec3fd1fcae8fadc MCE-1.703.tar.gz +d2475c3e1fd33e6de43d25b720ca5af9 MCE-1.704.tar.gz