@ -1,5 +1,5 @@
Name: perl-MCE
Name: perl-MCE
Version: 1.703
Version: 1.704
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
@ -38,7 +38,7 @@ BuildRequires: perl(Getopt::Long)
BuildRequires: perl(lib)
BuildRequires: perl(lib)
BuildRequires: perl(vars)
BuildRequires: perl(vars)
# Test Suite
# Test Suite
BuildRequires: perl(Test::More)
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(IO::Handle)
Requires: perl(IO::Handle)
@ -135,6 +135,17 @@ make test
%{_bindir}/mce_grep
%{_bindir}/mce_grep
%changelog
%changelog
* Thu Apr 14 2016 Paul Howarth <paul@city-fan.org> - 1.704-1
- Update to 1.704
BUG FIXES
- Fixed restart on the Windows platform, bug introduced in 1.700
- Reached *stable* on all major platforms for MCE 1.7x
ENHANCEMENTS
- Enabled auto-destroy for MCE objects
- Enabled freeze callbacks for Sereal
- Switched bug tracking to Github
- Tweaked test scripts
* Sun Mar 20 2016 Paul Howarth <paul@city-fan.org> - 1.703-1
* Sun Mar 20 2016 Paul Howarth <paul@city-fan.org> - 1.703-1
- Update to 1.703
- Update to 1.703
- Completed IPC optimizations for 1.7
- Completed IPC optimizations for 1.7