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

1
.gitignore vendored

@ -15,3 +15,4 @@
/MCE-1.708.tar.gz
/MCE-1.800.tar.gz
/MCE-1.801.tar.gz
/MCE-1.802.tar.gz

@ -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 <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
- Update to 1.801
- Fixed race condition in Queue->await

@ -1 +1 @@
903a76c9348f4c05fb36ac1e75251f0e MCE-1.801.tar.gz
b5dbff80782b1da0bbdf0a4af75a358e MCE-1.802.tar.gz

Loading…
Cancel
Save