From e1233268adb14c1af1ecd81b3a6c4b33d641fd0b Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Mon, 11 Jul 2016 14:16:58 +0100 Subject: [PATCH] Update to 1.803 - New upstream release 1.803 - Re-enabled Sereal 3.008+ for Perl < v5.12.0, if available - Optimized dequeue methods in MCE::Queue --- .gitignore | 1 + perl-MCE.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 089b7ab..827c3ae 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /MCE-1.800.tar.gz /MCE-1.801.tar.gz /MCE-1.802.tar.gz +/MCE-1.803.tar.gz diff --git a/perl-MCE.spec b/perl-MCE.spec index 3f9987a..66a151a 100644 --- a/perl-MCE.spec +++ b/perl-MCE.spec @@ -1,5 +1,5 @@ Name: perl-MCE -Version: 1.802 +Version: 1.803 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 +* Mon Jul 11 2016 Paul Howarth - 1.803-1 +- Update to 1.803 + - Re-enabled Sereal 3.008+ for Perl < v5.12.0, if available + - Optimized dequeue methods in MCE::Queue + * Mon Jul 4 2016 Paul Howarth - 1.802-1 - Update to 1.802 - Default to Storable for serialization in Perl less than v5.12.0; diff --git a/sources b/sources index 3bc6481..aea81ce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b5dbff80782b1da0bbdf0a4af75a358e MCE-1.802.tar.gz +3276c67f00140de69ca17ee2efd431bf MCE-1.803.tar.gz