Notification time stamped 2019-07-22 14:11:33 UTC

From 5af75d2c9d605fe807a31e2efe1438b81bd208e3 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Jul 22 2019 14:10:52 +0000
Subject: Update to 1.842


- New upstream release 1.842
  - The Windows hack introduced in 1.841 is 2x slower for one edge case, so
    reverted the Windows hack in MCE::Shared::Server
  - Fixed race condition abnormalities in MCE::Hobo
  - Added Parallel::ForkManager-like demonstration to MCE::Hobo
  - Bumped MCE dependency to 1.842

---

diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec
index d89fe12..26eb3f1 100644
--- a/perl-MCE-Shared.spec
+++ b/perl-MCE-Shared.spec
@@ -1,5 +1,5 @@
 Name:          perl-MCE-Shared
-Version:       1.841
+Version:       1.842
 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.839
+BuildRequires: perl(MCE) >= 1.842
 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.839
+Requires:      perl(MCE) >= 1.842
 Requires:      perl(overloading)
 Requires:      perl(POSIX)
 Requires:      perl(Storable) >= 2.04
@@ -96,10 +96,18 @@ make test
 %{_mandir}/man3/MCE::Shared::Server.3*
 
 %changelog
+* Mon Jul 22 2019 Paul Howarth <p...@city-fan.org> - 1.842-1
+- Update to 1.842
+  - The Windows hack introduced in 1.841 is 2x slower for one edge case, so
+    reverted the Windows hack in MCE::Shared::Server
+  - Fixed race condition abnormalities in MCE::Hobo
+  - Added Parallel::ForkManager-like demonstration to MCE::Hobo
+  - Bumped MCE dependency to 1.842
+
 * Sun Jul  7 2019 Paul Howarth <p...@city-fan.org> - 1.841-1
 - Update to 1.841
   - IPC update; raising reliability across multiple platforms
-  - Improved the hack for the Windows platform to MCE::Shared::Server
+  - Improved the hack for the Windows platform in MCE::Shared::Server
   - Support reading a shared <DATA> handle residing in the main script without
     involving the IO::FDPass module
   - Added barrier option to MCE::Shared::Queue allowing one to disable
diff --git a/sources b/sources
index 198c833..c9d7313 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (MCE-Shared-1.841.tar.gz) = 
950d683b0a81872a7576261e94f929bdad05bdcd380360d3924e49760f961723f9f7ac893ebb800d3398a400de92ff6a94144c399ab2224cc7c672e1461922e4
+SHA512 (MCE-Shared-1.842.tar.gz) = 
58877aa035fa9382ed53fca45cd4bf0786bf4bed65278bc737c0521c61d359be83eb8baa922e0e8aa4b211591c34d24a4f34be3a27abcf49933ecef04ad95d90


        
https://src.fedoraproject.org/rpms/perl-MCE-Shared/c/5af75d2c9d605fe807a31e2efe1438b81bd208e3?branch=master
_______________________________________________
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

Reply via email to