Notification time stamped 2019-09-30 17:35:13 UTC From 9d74d591563bebb355283d0d559051e41adbe007 Mon Sep 17 00:00:00 2001 From: Paul Howarth <p...@city-fan.org> Date: Sep 28 2019 18:38:04 +0000 Subject: Update to 1.849
- New upstream release 1.849 - Fixed edge case in MCE::Hobo when reaping inside a signal handler - Guard clean-up code in MCE::Shared::Server during global destruction - Configured extra data channel used for reaping Hobos and exporting - Optimized reaping in MCE::Hobo when void_context is set - Added list_pids class method to MCE::Hobo - Added pid class method to MCE::Shared - Bumped MCE dependency to 1.849 --- diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec index 1bbd435..17fa6b8 100644 --- a/perl-MCE-Shared.spec +++ b/perl-MCE-Shared.spec @@ -1,5 +1,5 @@ Name: perl-MCE-Shared -Version: 1.848 +Version: 1.849 Release: 1%{?dist} Summary: MCE extension for sharing data, supporting threads and processes License: GPL+ or Artistic @@ -20,7 +20,7 @@ BuildRequires: perl(Carp) BuildRequires: perl(constant) BuildRequires: perl(Errno) BuildRequires: perl(if) -BuildRequires: perl(MCE) >= 1.848 +BuildRequires: perl(MCE) >= 1.849 BuildRequires: perl(MCE::Mutex) BuildRequires: perl(MCE::Signal) BuildRequires: perl(MCE::Util) @@ -43,7 +43,7 @@ BuildRequires: perl(Test::More) >= 0.88 # Runtime Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) Requires: perl(IO::FDPass) >= 1.2 -Requires: perl(MCE) >= 1.848 +Requires: perl(MCE) >= 1.849 Requires: perl(overloading) Requires: perl(POSIX) Requires: perl(Storable) >= 2.04 @@ -92,6 +92,16 @@ make test %{_mandir}/man3/MCE::Shared::Server.3* %changelog +* Mon Sep 9 2019 Paul Howarth <p...@city-fan.org> - 1.849-1 +- Update to 1.849 + - Fixed edge case in MCE::Hobo when reaping inside a signal handler + - Guard clean-up code in MCE::Shared::Server during global destruction + - Configured extra data channel used for reaping Hobos and exporting + - Optimized reaping in MCE::Hobo when void_context is set + - Added list_pids class method to MCE::Hobo + - Added pid class method to MCE::Shared + - Bumped MCE dependency to 1.849 + * Wed Sep 4 2019 Paul Howarth <p...@city-fan.org> - 1.848-1 - Update to 1.848 - Fixed broken examples in the MCE::Shared documentation diff --git a/sources b/sources index 0e85bb8..33c3476 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (MCE-Shared-1.848.tar.gz) = 42c2a73dbc625cfdae975d21d82984c7dd2069d6482fa889badb5b235ee3f825b60245c6267f2f57ce62c9647114253721efa6b0dbf260052fc98d1410f475ea +SHA512 (MCE-Shared-1.849.tar.gz) = 9375f7b960ef030b8aab79ad2095ee237312a7c76a3c339cb5641378d2a9f5932228ec85cbb9dc1da34f3c2b81dc6584873411c518954c9a71fb627df72d6dd6 https://src.fedoraproject.org/rpms/perl-MCE-Shared/c/9d74d591563bebb355283d0d559051e41adbe007?branch=epel8 _______________________________________________ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org