Update to 1.817

- New upstream release 1.817
  - Revised the description of max_retries in MCE::Core.pod
  - Improved bin/mce_grep with -r parameter:
    - If no paths are given, start recursively in the current directory
      rather than await data from STDIN
    - Set chunk-level accordingly to list mode
epel9
Paul Howarth 8 years ago
parent 75552f0979
commit da966e1d55

1
.gitignore vendored

@ -29,3 +29,4 @@
/MCE-1.813.tar.gz /MCE-1.813.tar.gz
/MCE-1.814.tar.gz /MCE-1.814.tar.gz
/MCE-1.815.tar.gz /MCE-1.815.tar.gz
/MCE-1.817.tar.gz

@ -1,5 +1,5 @@
Name: perl-MCE Name: perl-MCE
Version: 1.815 Version: 1.817
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
@ -140,6 +140,14 @@ make test
%{_bindir}/mce_grep %{_bindir}/mce_grep
%changelog %changelog
* Sat Feb 25 2017 Paul Howarth <paul@city-fan.org> - 1.817-1
- Update to 1.817
- Revised the description of max_retries in MCE::Core.pod
- Improved bin/mce_grep with -r parameter:
- If no paths are given, start recursively in the current directory
rather than await data from STDIN
- Set chunk-level accordingly to list mode
* Fri Feb 24 2017 Paul Howarth <paul@city-fan.org> - 1.815-1 * Fri Feb 24 2017 Paul Howarth <paul@city-fan.org> - 1.815-1
- Update to 1.815 - Update to 1.815
- Fixed divide-by-zero error in MCE->yield - Fixed divide-by-zero error in MCE->yield

@ -1 +1 @@
SHA512 (MCE-1.815.tar.gz) = 53f905dc9d6da042e14b8f67abed8ff3a427a6d62f10b37629b11be65bbba7445148321941d1f4c663a712fc6d6e777f3128cd5671c0efc12e99be336f41d016 SHA512 (MCE-1.817.tar.gz) = 08ff3755b531410dbdac05d68798a2ef128023e216b2c0d20e220968e514ecfd22cd9ab62ac9f6b438d31434943a450c359f88bc276823ad3e74f2d2dd2f205e

Loading…
Cancel
Save