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

From dafb9d99620ecd4e1125ccea60dbebaeaf503d4d Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Mar 14 2018 13:59:13 +0000
Subject: Update to 1.836


- New upstream release 1.836
  - Added chameneos demonstration to MCE::Shared::Condvar
  - Load IO::Handle for extra stability, preventing workers loading uniquely
  - Load Net::HTTP and Net::HTTPS before spawning if present LWP::UserAgent
    See http://www.perlmonks.org/?node_id=1199760
    and http://www.perlmonks.org/?node_id=1199891
  - Bumped MCE dependency to 1.835

---

diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec
index 44cbdcd..db765d0 100644
--- a/perl-MCE-Shared.spec
+++ b/perl-MCE-Shared.spec
@@ -1,6 +1,6 @@
 Name:          perl-MCE-Shared
-Version:       1.835
-Release:       2%{?dist}
+Version:       1.836
+Release:       1%{?dist}
 Summary:       MCE extension for sharing data, supporting threads and processes
 License:       GPL+ or Artistic
 URL:           http://search.cpan.org/dist/MCE-Shared/
@@ -19,7 +19,7 @@ BuildRequires:        perl(base)
 BuildRequires: perl(bytes)
 BuildRequires: perl(Carp)
 BuildRequires: perl(constant)
-BuildRequires: perl(MCE) >= 1.834
+BuildRequires: perl(MCE) >= 1.835
 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.834
+Requires:      perl(MCE) >= 1.835
 Requires:      perl(overloading)
 Requires:      perl(POSIX)
 Requires:      perl(Storable) >= 2.04
@@ -98,6 +98,15 @@ make test
 %{_mandir}/man3/MCE::Shared::Server.3*
 
 %changelog
+* Wed Mar 14 2018 Paul Howarth <p...@city-fan.org> - 1.836-1
+- Update to 1.836
+  - Added chameneos demonstration to MCE::Shared::Condvar
+  - Load IO::Handle for extra stability, preventing workers loading uniquely
+  - Load Net::HTTP and Net::HTTPS before spawning if present LWP::UserAgent
+    See http://www.perlmonks.org/?node_id=1199760
+    and http://www.perlmonks.org/?node_id=1199891
+  - Bumped MCE dependency to 1.835
+
 * Thu Feb 08 2018 Fedora Release Engineering <rel...@fedoraproject.org> - 
1.835-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
 
diff --git a/sources b/sources
index 04ebde6..dbadea1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (MCE-Shared-1.835.tar.gz) = 
bda84163bef9374801ebc4ab3bab96b51370de2fa2c3340c251b0cc5b7df36fa1ec7a74ffd6ea444fb7bb5abbc2caf5818a517532890e57777b8e787ed5e03bf
+SHA512 (MCE-Shared-1.836.tar.gz) = 
d88f8d2bcc0c30db3397a50acdd083e6d7dcb4141aed048ff34d0086f31754736bb696514df92fe24b7d3d14a7370c6bb1a94c9ff74fb0c22da963b9f537d745


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