diff --git a/.gitignore b/.gitignore index 1d4df73..cc3e6ff 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /MCE-1.807.tar.gz /MCE-1.808.tar.gz /MCE-1.809.tar.gz +/MCE-1.810.tar.gz diff --git a/perl-MCE.spec b/perl-MCE.spec index 79383d9..9e507e8 100644 --- a/perl-MCE.spec +++ b/perl-MCE.spec @@ -1,5 +1,5 @@ Name: perl-MCE -Version: 1.809 +Version: 1.810 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 +* Sat Dec 10 2016 Paul Howarth - 1.810-1 +- Update to 1.810 + - Updated check for IO handle allowed; this allows $gather_fh = *STDOUT{IO} + construction in Perl ≤ 5.10.1 + * Thu Nov 24 2016 Paul Howarth - 1.809-1 - Update to 1.809 - Bug fixes for running MCE inside threads diff --git a/sources b/sources index 0e997a1..bf8e00a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b6996f70a9a47d0dcd3cbdbeced66a2 MCE-1.809.tar.gz +003b23ba6f87864e532d18ca1f8ea555 MCE-1.810.tar.gz