@ -1,5 +1,5 @@
Name: perl-MCE
Name: perl-MCE
Version: 1.801
Version: 1.802
Release: 1%{?dist}
Release: 1%{?dist}
Summary: Many-core Engine for Perl providing parallel processing capabilities
Summary: Many-core Engine for Perl providing parallel processing capabilities
License: GPL+ or Artistic
License: GPL+ or Artistic
@ -136,6 +136,11 @@ make test
%{_bindir}/mce_grep
%{_bindir}/mce_grep
%changelog
%changelog
* Mon Jul 4 2016 Paul Howarth <paul@city-fan.org> - 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 <paul@city-fan.org> - 1.801-1
* Sun Jul 3 2016 Paul Howarth <paul@city-fan.org> - 1.801-1
- Update to 1.801
- Update to 1.801
- Fixed race condition in Queue->await
- Fixed race condition in Queue->await