Update to 1.704

- New upstream release 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
epel9
Paul Howarth 9 years ago
parent d3810b4044
commit 679710953c

1
.gitignore vendored

@ -8,3 +8,4 @@
/MCE-1.608.tar.gz /MCE-1.608.tar.gz
/MCE-1.702.tar.gz /MCE-1.702.tar.gz
/MCE-1.703.tar.gz /MCE-1.703.tar.gz
/MCE-1.704.tar.gz

@ -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

@ -1 +1 @@
95810c95efee5719aec3fd1fcae8fadc MCE-1.703.tar.gz d2475c3e1fd33e6de43d25b720ca5af9 MCE-1.704.tar.gz

Loading…
Cancel
Save