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
epel9
Paul Howarth 9 years ago
parent 44f0546968
commit e1233268ad

1
.gitignore vendored

@ -16,3 +16,4 @@
/MCE-1.800.tar.gz /MCE-1.800.tar.gz
/MCE-1.801.tar.gz /MCE-1.801.tar.gz
/MCE-1.802.tar.gz /MCE-1.802.tar.gz
/MCE-1.803.tar.gz

@ -1,5 +1,5 @@
Name: perl-MCE Name: perl-MCE
Version: 1.802 Version: 1.803
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 11 2016 Paul Howarth <paul@city-fan.org> - 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 <paul@city-fan.org> - 1.802-1 * Mon Jul 4 2016 Paul Howarth <paul@city-fan.org> - 1.802-1
- Update to 1.802 - Update to 1.802
- Default to Storable for serialization in Perl less than v5.12.0; - Default to Storable for serialization in Perl less than v5.12.0;

@ -1 +1 @@
b5dbff80782b1da0bbdf0a4af75a358e MCE-1.802.tar.gz 3276c67f00140de69ca17ee2efd431bf MCE-1.803.tar.gz

Loading…
Cancel
Save