Update to 1.830

- New upstream release 1.830
  Bug Fixes
  - Fixed MCE and MCE::Relay stalling when setting the input record separator
    (see http://www.perlmonks.org/?node_id=1196701)
  - Fixed bug with dequeue_nb in MCE::Queue (GH#8)
  - Fixed signal handler (GH#9)
  Enhancements
  - Added Coro and Win32::GUI to list for enabling posix_exit
  - Added support for Haiku to get_ncpu in MCE::Util
  - Allow gathering to a shared array in MCE::Candy
  - Improved CPU count on the AIX platform in MCE::Util
  - Improved signal handling, including nested parallel-sessions
  - Improved running MCE::Hobo inside MCE workers
  - Improved running MCE with PDL
  - Refactored logic for MCE->do, bi-directional callback feature
  - Preserve lexical type for numbers during IPC: MCE->do and MCE::Queue
  - No longer loads threads on the Windows platform in MCE::Signal; this
    enables MCE::Hobo 1.827 to spin faster, including lesser memory
    consumption (threads isn't required to run MCE::Hobo)
  - Removed extra white-space from POD documentation
  - Validated MCE on SmartOS
- Rebase Sereal-deps patch
epel9
Paul Howarth 7 years ago
parent fc5ff1f4fe
commit 7644c51a95

1
.gitignore vendored

@ -39,3 +39,4 @@
/MCE-1.827.tar.gz
/MCE-1.828.tar.gz
/MCE-1.829.tar.gz
/MCE-1.830.tar.gz

@ -2,10 +2,10 @@ Upstream's syntax is mis-parsed by the rpm dependency generator as a hard requir
--- lib/MCE.pm
+++ lib/MCE.pm
@@ -39,10 +39,7 @@ BEGIN {
eval 'use PDL::IO::Storable' if $INC{'PDL.pm'};
@@ -36,10 +36,7 @@ BEGIN {
$_oid = "$$.$_tid";
if (!exists $INC{'PDL.pm'}) {
if ($] ge '5.008008' && !exists $INC{'PDL.pm'}) {
- eval '
- use Sereal::Encoder 3.015 qw( encode_sereal );
- use Sereal::Decoder 3.015 qw( decode_sereal );

@ -1,19 +1,19 @@
Name: perl-MCE
Version: 1.829
Release: 3%{?dist}
Version: 1.830
Release: 1%{?dist}
Summary: Many-core Engine for Perl providing parallel processing capabilities
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/MCE/
Source0: http://www.cpan.org/authors/id/M/MA/MARIOROY/MCE-%{version}.tar.gz
Patch0: MCE-1.818-Fix-sharp-bang-line.patch
Patch1: MCE-1.812-Sereal-deps.patch
Patch1: MCE-1.830-Sereal-deps.patch
BuildArch: noarch
# Module Build
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl-interpreter
BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker)
# Module Runtime
BuildRequires: perl(base)
@ -153,6 +153,30 @@ make test
%{_bindir}/mce_zfgrep
%changelog
* Wed Sep 13 2017 Paul Howarth <paul@city-fan.org> - 1.830-1
- Update to 1.830
Bug Fixes
- Fixed MCE and MCE::Relay stalling when setting the input record separator
(see http://www.perlmonks.org/?node_id=1196701)
- Fixed bug with dequeue_nb in MCE::Queue (GH#8)
- Fixed signal handler (GH#9)
Enhancements
- Added Coro and Win32::GUI to list for enabling posix_exit
- Added support for Haiku to get_ncpu in MCE::Util
- Allow gathering to a shared array in MCE::Candy
- Improved CPU count on the AIX platform in MCE::Util
- Improved signal handling, including nested parallel-sessions
- Improved running MCE::Hobo inside MCE workers
- Improved running MCE with PDL
- Refactored logic for MCE->do, bi-directional callback feature
- Preserve lexical type for numbers during IPC: MCE->do and MCE::Queue
- No longer loads threads on the Windows platform in MCE::Signal; this
enables MCE::Hobo 1.827 to spin faster, including lesser memory
consumption (threads isn't required to run MCE::Hobo)
- Removed extra white-space from POD documentation
- Validated MCE on SmartOS
- Rebase Sereal-deps patch
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.829-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

@ -1 +1 @@
SHA512 (MCE-1.829.tar.gz) = fb77945529552e96bbb7f2b455442485cd915394b47b342795c177b33ffe102047de9f0b5f7f5281cefd0af2810bc8523220c881033a873d8b79b8bd9bedddf3
SHA512 (MCE-1.830.tar.gz) = c47f21a239103df7fc6f0c4b1357525d32f8efefd35a556443527c2a119b5df35ab1d867801a3539ba7081cb49252371f5b80a5853a3e308eaa4569298efff12

Loading…
Cancel
Save