Notification time stamped 2019-09-30 17:35:13 UTC From ba844ae7281736ba796cb14f2c3337dc2fd1a9ff Mon Sep 17 00:00:00 2001 From: Paul Howarth <p...@city-fan.org> Date: Apr 03 2017 15:25:33 +0000 Subject: Update to 1.822
- New upstream release 1.822 - Performance improvements in MCE::Shared::Queue - When IO::FDPass is missing, croak with error if constructing a Condvar or Queue and the shared-manager process has not been started manually - Is now safe running MCE::Hobo with the Wx GUI toolkit (wxWidgets) - Bumped MCE dependency to 1.826 --- diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec index eb08a72..83552d9 100644 --- a/perl-MCE-Shared.spec +++ b/perl-MCE-Shared.spec @@ -1,5 +1,5 @@ Name: perl-MCE-Shared -Version: 1.820 +Version: 1.822 Release: 1%{?dist} Summary: MCE extension for sharing data, supporting threads and processes License: GPL+ or Artistic @@ -19,7 +19,7 @@ BuildRequires: perl(base) BuildRequires: perl(bytes) BuildRequires: perl(Carp) BuildRequires: perl(constant) -BuildRequires: perl(MCE) >= 1.824 +BuildRequires: perl(MCE) >= 1.826 BuildRequires: perl(MCE::Mutex) BuildRequires: perl(MCE::Util) BuildRequires: perl(overload) @@ -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.824 +Requires: perl(MCE) >= 1.826 Requires: perl(overloading) Requires: perl(Storable) >= 2.04 Requires: perl(Symbol) @@ -96,6 +96,14 @@ make test %{_mandir}/man3/MCE::Shared::Server.3* %changelog +* Mon Apr 3 2017 Paul Howarth <p...@city-fan.org> - 1.822-1 +- Update to 1.822 + - Performance improvements in MCE::Shared::Queue + - When IO::FDPass is missing, croak with error if constructing a Condvar + or Queue and the shared-manager process has not been started manually + - Is now safe running MCE::Hobo with the Wx GUI toolkit (wxWidgets) + - Bumped MCE dependency to 1.826 + * Sat Apr 1 2017 Paul Howarth <p...@city-fan.org> - 1.820-1 - Update to 1.820 - Check for EINTR during sysread and syswrite diff --git a/sources b/sources index 2546ee7..2273c33 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (MCE-Shared-1.820.tar.gz) = b8a4bcb3d27608c862e037fbc021df3013fd893acddc56784a39a11c8b1e2a278359048034f6f14694f64a09110b27f2d70084b2f4fcea53c5373751978da1b4 +SHA512 (MCE-Shared-1.822.tar.gz) = b16c8832847219fff02dd7afdf7eea227876913a5b46aa1c43ba1cc2ccd81f1bf9279a973c1294a3ff4d1831688bc485696e37e451fbaf32c71b0941a4f57aa4 https://src.fedoraproject.org/rpms/perl-MCE-Shared/c/ba844ae7281736ba796cb14f2c3337dc2fd1a9ff?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