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

From cdefbf30154695f8fff5fdd972288b8ac59e3e26 Mon Sep 17 00:00:00 2001
From: Paul Howarth <[email protected]>
Date: Jun 15 2020 11:45:56 +0000
Subject: Update to 1.872


- New upstream release 1.872
  - Added open to required dependencies
  - Set default encodings on standard filehandles in tests using UTF-8
  - Added setnx method to MCE::Shared::{ Cache, Hash and Ordhash }
  - Added hsetnx method to MCE::Shared::Minidb
  - Updated keys, pairs, and values in
    MCE::Shared::{ Array, Cache, Hash and Ordhash }
  - The MCE::Shared project is completed

---

diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec
index 2bba6d6..5ffdd83 100644
--- a/perl-MCE-Shared.spec
+++ b/perl-MCE-Shared.spec
@@ -1,5 +1,5 @@
 Name:          perl-MCE-Shared
-Version:       1.871
+Version:       1.872
 Release:       1%{?dist}
 Summary:       MCE extension for sharing data, supporting threads and processes
 License:       GPL+ or Artistic
@@ -21,7 +21,7 @@ BuildRequires:        perl(constant)
 BuildRequires: perl(Errno)
 BuildRequires: perl(if)
 BuildRequires: perl(IO::Handle)
-BuildRequires: perl(MCE) >= 1.868
+BuildRequires: perl(MCE) >= 1.872
 BuildRequires: perl(MCE::Mutex)
 BuildRequires: perl(MCE::Signal)
 BuildRequires: perl(MCE::Util)
@@ -39,12 +39,13 @@ BuildRequires:      perl(warnings)
 BuildRequires: perl(IO::FDPass) >= 1.2
 # Test Suite
 BuildRequires: perl(MCE::Flow)
+BuildRequires: perl(open)
 BuildRequires: perl(Test::More) >= 0.88
 BuildRequires: perl(utf8)
 # Runtime
 Requires:      perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 Requires:      perl(IO::FDPass) >= 1.2
-Requires:      perl(MCE) >= 1.868
+Requires:      perl(MCE) >= 1.872
 Requires:      perl(overloading)
 Requires:      perl(POSIX)
 Requires:      perl(Storable) >= 2.04
@@ -92,6 +93,16 @@ make test
 %{_mandir}/man3/MCE::Shared::Server.3*
 
 %changelog
+* Mon Jun 15 2020 Paul Howarth <[email protected]> - 1.872-1
+- Update to 1.872
+  - Added open to required dependencies
+  - Set default encodings on standard filehandles in tests using UTF-8
+  - Added setnx method to MCE::Shared::{ Cache, Hash and Ordhash }
+  - Added hsetnx method to MCE::Shared::Minidb
+  - Updated keys, pairs, and values in
+    MCE::Shared::{ Array, Cache, Hash and Ordhash }
+  - The MCE::Shared project is completed
+
 * Wed May 13 2020 Paul Howarth <[email protected]> - 1.871-1
 - Update to 1.871
   - Switched test for skipping unicode testing for MCE::Shared::Cache from
diff --git a/sources b/sources
index 3b716dd..05ca424 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (MCE-Shared-1.871.tar.gz) = 
c8b3deab7da1e8bd506b79df3203d494ff2091f8f3f1d4b070692ad0f075e164c0e18981c289b125460c8c2dc10d69d85ccc0ac13eef97eea6bc1bd141a336e8
+SHA512 (MCE-Shared-1.872.tar.gz) = 
11fdcbfcdfe54428e04a0bc2f900cae9fbc51d9edc3aba62f2044670a6c858ff83608d1dadf805c037faa3adecbc2c2fcbad829a0041cda818177b549c337761


        
https://src.fedoraproject.org/rpms/perl-MCE-Shared/c/cdefbf30154695f8fff5fdd972288b8ac59e3e26?branch=epel9
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to