Notification time stamped 2019-09-30 17:35:13 UTC

From 740ae8a1f90d1036f59c3a36837f36cda3af23d9 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.860


- New upstream release 1.860
  - Signal-handling update release
  - SIGINT and SIGTERM safety for shared objects during IPC
  - IPC safety in MCE::Hobo during SIGINT and SIGTERM
  - Method $hobo->exit in MCE::Hobo now sends the SIGINT signal for extra
    reliability with MCE::Shared (previously SIGQUIT)
  - Bumped MCE dependency to 1.860

---

diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec
index 770c5ca..527aaee 100644
--- a/perl-MCE-Shared.spec
+++ b/perl-MCE-Shared.spec
@@ -1,5 +1,5 @@
 Name:          perl-MCE-Shared
-Version:       1.850
+Version:       1.860
 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.850
+BuildRequires: perl(MCE) >= 1.860
 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.850
+Requires:      perl(MCE) >= 1.860
 Requires:      perl(overloading)
 Requires:      perl(POSIX)
 Requires:      perl(Storable) >= 2.04
@@ -92,6 +92,15 @@ make test
 %{_mandir}/man3/MCE::Shared::Server.3*
 
 %changelog
+* Mon Sep 16 2019 Paul Howarth <p...@city-fan.org> - 1.860-1
+- Update to 1.860
+  - Signal-handling update release
+  - SIGINT and SIGTERM safety for shared objects during IPC
+  - IPC safety in MCE::Hobo during SIGINT and SIGTERM
+  - Method $hobo->exit in MCE::Hobo now sends the SIGINT signal for extra
+    reliability with MCE::Shared (previously SIGQUIT)
+  - Bumped MCE dependency to 1.860
+
 * Mon Sep  9 2019 Paul Howarth <p...@city-fan.org> - 1.850-1
 - Update to 1.850
   - More safety around clean-up code in MCE::Shared::Server
diff --git a/sources b/sources
index 0fab241..0ce6ef5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (MCE-Shared-1.850.tar.gz) = 
2a64f6f75890fad75af07a4c081a68be1ab15ed99540b3c4886c5aba41b825605eb217eb5a956ce7ed7b697b9eb2ae37b2f7303c2e96e9abf2094c62fac0a17b
+SHA512 (MCE-Shared-1.860.tar.gz) = 
5601b978619c74f616cd9511d1a72be23fb47beeaa2edd6f65269465ff1210fa3c3654ddb538e6495094ce39f6ec77b53fa15b0838adac9ab8119b1248d3a38a


        
https://src.fedoraproject.org/rpms/perl-MCE-Shared/c/740ae8a1f90d1036f59c3a36837f36cda3af23d9?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

Reply via email to