Notification time stamped 2021-12-17 16:11:16 UTC

From 9680086198dc9542bec569d9e4992e5b0c189271 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Aug 15 2019 10:27:59 +0000
Subject: Update to 1.844


- New upstream release 1.844
  - Completed validation running Kelp and Raisin apps with MCE::Shared
    - For example, constructing shared objects at the top of the script (i.e.
      MCE::Shared->scalar, MCE::Shared->cache, et cetera)
    - Shared objects are accessible by Plack workers (i.e. Starman)
  - Disable internal signal handling for the shared-manager process if
    spawned from inside a thread or process
  - MCE::Hobo workers exit immediately upon receiving a SIGSEGV signal; this
    safegaurds IPC from stalling inside the manager process
  - Enhanced the _wait_one private function in MCE::Hobo
  - Removed Prima from the list for auto-enabling the posix_exit option; Prima
    (since 1.52) is parallel safe during global cleanup
  - Reached 100% Pod coverage

---

diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec
index d0a6e5e..27ecd2e 100644
--- a/perl-MCE-Shared.spec
+++ b/perl-MCE-Shared.spec
@@ -1,5 +1,5 @@
 Name:          perl-MCE-Shared
-Version:       1.843
+Version:       1.844
 Release:       1%{?dist}
 Summary:       MCE extension for sharing data, supporting threads and processes
 License:       GPL+ or Artistic
@@ -21,7 +21,7 @@ BuildRequires:        perl(Carp)
 BuildRequires: perl(constant)
 BuildRequires: perl(Errno)
 BuildRequires: perl(if)
-BuildRequires: perl(MCE) >= 1.843
+BuildRequires: perl(MCE) >= 1.844
 BuildRequires: perl(MCE::Mutex)
 BuildRequires: perl(MCE::Signal)
 BuildRequires: perl(MCE::Util)
@@ -44,7 +44,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.843
+Requires:      perl(MCE) >= 1.844
 Requires:      perl(overloading)
 Requires:      perl(POSIX)
 Requires:      perl(Storable) >= 2.04
@@ -96,6 +96,21 @@ make test
 %{_mandir}/man3/MCE::Shared::Server.3*
 
 %changelog
+* Thu Aug 15 2019 Paul Howarth <p...@city-fan.org> - 1.844-1
+- Update to 1.844
+  - Completed validation running Kelp and Raisin apps with MCE::Shared
+    - For example, constructing shared objects at the top of the script (i.e.
+      MCE::Shared->scalar, MCE::Shared->cache, et cetera)
+    - Shared objects are accessible by Plack workers (i.e. Starman)
+  - Disable internal signal handling for the shared-manager process if
+    spawned from inside a thread or process
+  - MCE::Hobo workers exit immediately upon receiving a SIGSEGV signal; this
+    safegaurds IPC from stalling inside the manager process
+  - Enhanced the _wait_one private function in MCE::Hobo
+  - Removed Prima from the list for auto-enabling the posix_exit option; Prima
+    (since 1.52) is parallel safe during global cleanup
+  - Reached 100%% Pod coverage
+
 * Wed Jul 24 2019 Paul Howarth <p...@city-fan.org> - 1.843-1
 - Update to 1.843
   - Updated results in MCE::Hobo (Parallel::ForkManager-like demonstration)
diff --git a/sources b/sources
index d3c2178..b5f3462 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (MCE-Shared-1.843.tar.gz) = 
132b25d84784dec221de7e1dfaacb4f24e43e0690cb48edebc0670da27326227d4d6c889abbbf380cd1af74ac2184376266e9d6fd330923b46dac65d139c6cb7
+SHA512 (MCE-Shared-1.844.tar.gz) = 
3ea220bed2042df585842529a1de48c60ca407f2e0cce6e468aa35e85fcc6da69b5d61ea6ffb036ff9b8d67b7a325c7528f0c1dc483bf66ecb5bf4140c3d3cbb


        
https://src.fedoraproject.org/rpms/perl-MCE-Shared/c/9680086198dc9542bec569d9e4992e5b0c189271?branch=epel9
_______________________________________________
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to