Notification time stamped 2021-12-03 10:35:13 UTC

From 190b9d45757e4a797017f320340cda839b08bf9e Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Dec 03 2021 10:33:50 +0000
Subject: Update to 1.874


- New upstream release 1.874
  - Bumped MCE dependency to 1.874
  - MCE::Hobo update
    - Improved _ordhash
    - Renamed JOINED to REAPED in code for better clarity
    - Specify a percentage for max_workers
    - Added t/05_mce_hobo_max_workers.t

---

diff --git a/perl-MCE-Shared.rpmlintrc b/perl-MCE-Shared.rpmlintrc
deleted file mode 100644
index 52ea5aa..0000000
--- a/perl-MCE-Shared.rpmlintrc
+++ /dev/null
@@ -1,2 +0,0 @@
-from Config import *
-addFilter("spelling-error %description -l en_US parallelization -> ");
diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec
index 069bd9b..d5bbcf0 100644
--- a/perl-MCE-Shared.spec
+++ b/perl-MCE-Shared.spec
@@ -1,6 +1,6 @@
 Name:          perl-MCE-Shared
-Version:       1.873
-Release:       4%{?dist}
+Version:       1.874
+Release:       1%{?dist}
 Summary:       MCE extension for sharing data, supporting threads and processes
 License:       GPL+ or Artistic
 URL:           https://metacpan.org/release/MCE-Shared
@@ -21,7 +21,7 @@ BuildRequires:        perl(constant)
 BuildRequires: perl(Errno)
 BuildRequires: perl(if)
 BuildRequires: perl(IO::Handle)
-BuildRequires: perl(MCE) >= 1.873
+BuildRequires: perl(MCE) >= 1.876
 BuildRequires: perl(MCE::Mutex)
 BuildRequires: perl(MCE::Signal)
 BuildRequires: perl(MCE::Util)
@@ -45,7 +45,7 @@ BuildRequires:        perl(utf8)
 # Runtime
 Requires:      perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 Requires:      perl(IO::FDPass) >= 1.2
-Requires:      perl(MCE) >= 1.873
+Requires:      perl(MCE) >= 1.876
 Requires:      perl(overloading)
 Requires:      perl(POSIX)
 Requires:      perl(Storable) >= 2.04
@@ -93,6 +93,15 @@ make test
 %{_mandir}/man3/MCE::Shared::Server.3*
 
 %changelog
+* Fri Dec  3 2021 Paul Howarth <p...@city-fan.org> - 1.874-1
+- Update to 1.874
+  - Bumped MCE dependency to 1.874
+  - MCE::Hobo update
+    - Improved _ordhash
+    - Renamed JOINED to REAPED in code for better clarity
+    - Specify a percentage for max_workers
+    - Added t/05_mce_hobo_max_workers.t
+
 * Thu Jul 22 2021 Fedora Release Engineering <rel...@fedoraproject.org> - 
1.873-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
 
diff --git a/sources b/sources
index bd901f6..27f4187 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (MCE-Shared-1.873.tar.gz) = 
7bbc10fdff62f42324e2fefb697147247ba58dd17bdb174d58da7153ec2e0264fa5c56d3c3da3f6e9d5dfa399573f49fdfca9eab4e3d98b011a9988bbb441bca
+SHA512 (MCE-Shared-1.874.tar.gz) = 
371b156ec721e305dbd10e7951bc227e77659d77aaf228373b8081d804c18663faf6198dd38bcdc9ca119709e599037a37c881fff2f420fbdc160e0f11ad776f


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