Update to 1.801

- New upstream release 1.801
  - Fixed race condition in Queue->await
  - MCE 1.801 is stable on all supported platforms
  - Completed work supporting cyclical include of MCE Core / Models
  - Updated MCE to support Perl included with Git Bash
  - Renamed temp dir from 'mce' to 'Perl-MCE' under user's %%TEMP%% location on
    Windows, e.g. Native Perl, Cygwin, Git Bash
- BR: perl-generators unconditionally
epel9
Paul Howarth 9 years ago
parent 36bf73d1ce
commit 68a931fb9c

1
.gitignore vendored

@ -14,3 +14,4 @@
/MCE-1.707.tar.gz /MCE-1.707.tar.gz
/MCE-1.708.tar.gz /MCE-1.708.tar.gz
/MCE-1.800.tar.gz /MCE-1.800.tar.gz
/MCE-1.801.tar.gz

@ -1,5 +1,5 @@
Name: perl-MCE Name: perl-MCE
Version: 1.800 Version: 1.801
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
@ -12,9 +12,7 @@ BuildRequires: coreutils
BuildRequires: findutils BuildRequires: findutils
BuildRequires: make BuildRequires: make
BuildRequires: perl BuildRequires: perl
%if 0%{?fedora} > 20 || 0%{?rhel} > 7
BuildRequires: perl-generators BuildRequires: perl-generators
%endif
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(strict) BuildRequires: perl(strict)
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
@ -27,7 +25,6 @@ BuildRequires: perl(Exporter)
BuildRequires: perl(Fcntl) BuildRequires: perl(Fcntl)
BuildRequires: perl(File::Path) BuildRequires: perl(File::Path)
BuildRequires: perl(IO::Handle) BuildRequires: perl(IO::Handle)
BuildRequires: perl(POSIX)
BuildRequires: perl(Scalar::Util) BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Socket) BuildRequires: perl(Socket)
BuildRequires: perl(Storable) >= 2.04 BuildRequires: perl(Storable) >= 2.04
@ -44,7 +41,6 @@ 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)
Requires: perl(POSIX)
Requires: perl(Storable) >= 2.04 Requires: perl(Storable) >= 2.04
Requires: perl(threads::shared) Requires: perl(threads::shared)
@ -140,6 +136,16 @@ make test
%{_bindir}/mce_grep %{_bindir}/mce_grep
%changelog %changelog
* Sun Jul 3 2016 Paul Howarth <paul@city-fan.org> - 1.801-1
- Update to 1.801
- Fixed race condition in Queue->await
- MCE 1.801 is stable on all supported platforms
- Completed work supporting cyclical include of MCE Core / Models
- Updated MCE to support Perl included with Git Bash
- Renamed temp dir from 'mce' to 'Perl-MCE' under user's %%TEMP%% location on
Windows, e.g. Native Perl, Cygwin, Git Bash
- BR: perl-generators unconditionally
* Sun Jun 19 2016 Paul Howarth <paul@city-fan.org> - 1.800-1 * Sun Jun 19 2016 Paul Howarth <paul@city-fan.org> - 1.800-1
- Update to 1.800 - Update to 1.800
- Fixed dequeue (count) in MCE::Queue for standalone mode - Fixed dequeue (count) in MCE::Queue for standalone mode

@ -1 +1 @@
6804cc54b7107463d406c27fe82c1b91 MCE-1.800.tar.gz 903a76c9348f4c05fb36ac1e75251f0e MCE-1.801.tar.gz

Loading…
Cancel
Save