Update to 1.832

- New upstream release 1.832
  - Added LWP::UserAgent to list for enabling posix_exit
  - Improved number-sequence generation for big integers
  - Improved wantarray support in MCE::Mutex synchronize
  - Removed limit check on chunk_size option
epel9
Paul Howarth 7 years ago
parent c7ee764373
commit b4130c04c2

1
.gitignore vendored

@ -41,3 +41,4 @@
/MCE-1.829.tar.gz
/MCE-1.830.tar.gz
/MCE-1.831.tar.gz
/MCE-1.832.tar.gz

@ -1,5 +1,5 @@
Name: perl-MCE
Version: 1.831
Version: 1.832
Release: 1%{?dist}
Summary: Many-core Engine for Perl providing parallel processing capabilities
License: GPL+ or Artistic
@ -153,6 +153,13 @@ make test
%{_bindir}/mce_zfgrep
%changelog
* Wed Nov 22 2017 Paul Howarth <paul@city-fan.org> - 1.832-1
- Update to 1.832
- Added LWP::UserAgent to list for enabling posix_exit
- Improved number-sequence generation for big integers
- Improved wantarray support in MCE::Mutex synchronize
- Removed limit check on chunk_size option
* Mon Oct 9 2017 Paul Howarth <paul@city-fan.org> - 1.831-1
- Update to 1.831
- Added STFL (Terminal UI) to list for enabling posix_exit

@ -1 +1 @@
SHA512 (MCE-1.831.tar.gz) = cca01463bed30b2c028318d92269de59f7c48d86c64b7a2bb7e07a9a668217f10ae70d4e6ac05e873d7305b572840833bdce8585dfd3975a56c95b531ce4cc0e
SHA512 (MCE-1.832.tar.gz) = dc9ac9321855c6ef47089c94b6ce54eb440b36df2e430bc579757a9883dc210d84c6d1858b0b38d4c9eb99016f053a11f4101f818313d927321d99ddda1231a4

Loading…
Cancel
Save