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

From 73c40e29eb31d195edb379c8563d39f00c3f2cbf Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Jan 23 2018 18:49:42 +0000
Subject: Update to 1.835


- New upstream release 1.835
  - Added max_workers method to MCE::Hobo
  - Improved Queue await and dequeue performance on the Windows platform
  - Added chameneos-redux parallel demonstrations on Github:
    https://github.com/marioroy/mce-examples/tree/master/chameneos
  - Bumped MCE dependency to 1.834

---

diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec
index 0b3d98f..20113e1 100644
--- a/perl-MCE-Shared.spec
+++ b/perl-MCE-Shared.spec
@@ -1,5 +1,5 @@
 Name:          perl-MCE-Shared
-Version:       1.834
+Version:       1.835
 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.832
+BuildRequires: perl(MCE) >= 1.834
 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.832
+Requires:      perl(MCE) >= 1.834
 Requires:      perl(overloading)
 Requires:      perl(POSIX)
 Requires:      perl(Storable) >= 2.04
@@ -98,6 +98,14 @@ make test
 %{_mandir}/man3/MCE::Shared::Server.3*
 
 %changelog
+* Tue Jan 23 2018 Paul Howarth <p...@city-fan.org> - 1.835-1
+- Update to 1.835
+  - Added max_workers method to MCE::Hobo
+  - Improved Queue await and dequeue performance on the Windows platform
+  - Added chameneos-redux parallel demonstrations on Github:
+    https://github.com/marioroy/mce-examples/tree/master/chameneos
+  - Bumped MCE dependency to 1.834
+
 * Mon Dec 18 2017 Paul Howarth <p...@city-fan.org> - 1.834-1
 - Update to 1.834
   - Fixed croak handling inside MCE::Shared::Server
diff --git a/sources b/sources
index 8fa5c04..04ebde6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (MCE-Shared-1.834.tar.gz) = 
8e84ca40ee3a8f9d2166162a7719312471dd881a8cdf0fd7330ff94159f2d7aaf4cda9e5529c5dc22fd86b31552b7f11839ba899543335204fdf968bfe03f6cf
+SHA512 (MCE-Shared-1.835.tar.gz) = 
bda84163bef9374801ebc4ab3bab96b51370de2fa2c3340c251b0cc5b7df36fa1ec7a74ffd6ea444fb7bb5abbc2caf5818a517532890e57777b8e787ed5e03bf


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