Update to 1.828

- New upstream release 1.828
  - Do not enable barrier mode for Queue on the Windows platform
  - Fixed MCE::Mutex::Flock, tmp_file missing script name in path
  - Added Curses and Prima to list for enabling the posix_exit option
  - Allow a hash as input_data: Core API, MCE::{ Flow, Loop, Step }
  - Improved API documentation on MCE models with more synopsis
  - Enhanced IPC and signal handling, reduced memory consumption
  - Make tmp_dir on demand in MCE::Signal; ditto for sess_dir in MCE
  - Load Fcntl, File::Path, Symbol on demand
epel9
Paul Howarth 8 years ago
parent 983389a54a
commit 0aac81ff8c

1
.gitignore vendored

@ -37,3 +37,4 @@
/MCE-1.824.tar.gz /MCE-1.824.tar.gz
/MCE-1.826.tar.gz /MCE-1.826.tar.gz
/MCE-1.827.tar.gz /MCE-1.827.tar.gz
/MCE-1.828.tar.gz

@ -1,5 +1,5 @@
Name: perl-MCE Name: perl-MCE
Version: 1.827 Version: 1.828
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
@ -42,9 +42,11 @@ BuildRequires: perl(vars)
BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::More) >= 0.88
# Dependencies # Dependencies
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
Requires: perl(File::Path)
Requires: perl(IO::Handle) Requires: perl(IO::Handle)
Requires: perl(Sereal) >= 3.015 Requires: perl(Sereal) >= 3.015
Requires: perl(Storable) >= 2.04 Requires: perl(Storable) >= 2.04
Requires: perl(Symbol)
Requires: perl(threads::shared) Requires: perl(threads::shared)
%description %description
@ -151,6 +153,17 @@ make test
%{_bindir}/mce_zfgrep %{_bindir}/mce_zfgrep
%changelog %changelog
* Sat Apr 29 2017 Paul Howarth <paul@city-fan.org> - 1.828-1
- Update to 1.828
- Do not enable barrier mode for Queue on the Windows platform
- Fixed MCE::Mutex::Flock, tmp_file missing script name in path
- Added Curses and Prima to list for enabling the posix_exit option
- Allow a hash as input_data: Core API, MCE::{ Flow, Loop, Step }
- Improved API documentation on MCE models with more synopsis
- Enhanced IPC and signal handling, reduced memory consumption
- Make tmp_dir on demand in MCE::Signal; ditto for sess_dir in MCE
- Load Fcntl, File::Path, Symbol on demand
* Wed Apr 5 2017 Paul Howarth <paul@city-fan.org> - 1.827-1 * Wed Apr 5 2017 Paul Howarth <paul@city-fan.org> - 1.827-1
- Update to 1.827 - Update to 1.827
- Do not enable barrier mode in Queue if constructed inside a thread or by - Do not enable barrier mode in Queue if constructed inside a thread or by

@ -1 +1 @@
SHA512 (MCE-1.827.tar.gz) = bb87ee355ae07230f627f1c02092129c59885eebaa6c3e99bb502bf298bce878e6aacdd1e03a4290a7312429e86b4066c3b1380b04118c4e52081d939915d7e5 SHA512 (MCE-1.828.tar.gz) = 6f36138455685ca6a0a68519e77e7ac7aa2a9cf1a49842fd274bd45a9d27f93953b785d7239195b2ed818cad54b914b1cb7a7a450a8e6279e56cd5a9c4444df2

Loading…
Cancel
Save