From 44f0546968a08f4d3a39a6f86e28bc32b93889ee Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Mon, 4 Jul 2016 10:27:26 +0100 Subject: [PATCH] Update to 1.802 - New upstream release 1.802 - Default to Storable for serialization in Perl less than v5.12.0; Sereal 3.008+, if available, is loaded automatically in Perl v5.12+ --- .gitignore | 1 + perl-MCE.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1eab696..089b7ab 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /MCE-1.708.tar.gz /MCE-1.800.tar.gz /MCE-1.801.tar.gz +/MCE-1.802.tar.gz diff --git a/perl-MCE.spec b/perl-MCE.spec index 8342eb3..3f9987a 100644 --- a/perl-MCE.spec +++ b/perl-MCE.spec @@ -1,5 +1,5 @@ Name: perl-MCE -Version: 1.801 +Version: 1.802 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 4 2016 Paul Howarth - 1.802-1 +- Update to 1.802 + - Default to Storable for serialization in Perl less than v5.12.0; + Sereal 3.008+, if available, is loaded automatically in Perl v5.12+ + * Sun Jul 3 2016 Paul Howarth - 1.801-1 - Update to 1.801 - Fixed race condition in Queue->await diff --git a/sources b/sources index d7c919b..3bc6481 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -903a76c9348f4c05fb36ac1e75251f0e MCE-1.801.tar.gz +b5dbff80782b1da0bbdf0a4af75a358e MCE-1.802.tar.gz