Notification time stamped 2023-06-07 08:50:49 UTC

From d2ea9294e676af3c07ed74720f2d0a1c9af628ea Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Jun 07 2023 08:49:36 +0000
Subject: Update to 1.883


- New upstream release 1.883
  - Bump MCE dependency to 1.886
  - Added dequeue_timed method to MCE::Shared::Queue
  - Fixed taint mode in MCE::Shared::Sequence _sprintf
  - Remove unused Queue vars in MCE::Shared::Server, since 1.867

---

diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec
index 88eaef2..e65b6ab 100644
--- a/perl-MCE-Shared.spec
+++ b/perl-MCE-Shared.spec
@@ -1,5 +1,5 @@
 Name:          perl-MCE-Shared
-Version:       1.881
+Version:       1.883
 Release:       1%{?dist}
 Summary:       MCE extension for sharing data, supporting threads and processes
 License:       GPL-1.0-or-later OR Artistic-1.0-Perl
@@ -21,7 +21,7 @@ BuildRequires:        perl(constant)
 BuildRequires: perl(Errno)
 BuildRequires: perl(if)
 BuildRequires: perl(IO::Handle)
-BuildRequires: perl(MCE) >= 1.885
+BuildRequires: perl(MCE) >= 1.886
 BuildRequires: perl(MCE::Mutex)
 BuildRequires: perl(MCE::Signal)
 BuildRequires: perl(MCE::Util)
@@ -44,7 +44,7 @@ BuildRequires:        perl(Test::More) >= 0.88
 BuildRequires: perl(utf8)
 # Runtime
 Requires:      perl(IO::FDPass) >= 1.2
-Requires:      perl(MCE) >= 1.885
+Requires:      perl(MCE) >= 1.886
 Requires:      perl(overloading)
 Requires:      perl(POSIX)
 Requires:      perl(Storable) >= 2.04
@@ -92,6 +92,13 @@ make test
 %{_mandir}/man3/MCE::Shared::Server.3*
 
 %changelog
+* Wed Jun  7 2023 Paul Howarth <p...@city-fan.org> - 1.883-1
+- Update to 1.883
+  - Bump MCE dependency to 1.886
+  - Added dequeue_timed method to MCE::Shared::Queue
+  - Fixed taint mode in MCE::Shared::Sequence _sprintf
+  - Remove unused Queue vars in MCE::Shared::Server, since 1.867
+
 * Wed May 31 2023 Paul Howarth <p...@city-fan.org> - 1.881-1
 - Update to 1.881
   - Bump MCE dependency to 1.885
diff --git a/sources b/sources
index 33ede7a..5df9a35 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (MCE-Shared-1.881.tar.gz) = 
6f88d56fec1531694161ef9af5e33fdcd60e61680fd16c5e86fe8f217a0eb4744c6c181b182adbff7906292d0a545853aee615b2f676667cfae65ceaca10d23b
+SHA512 (MCE-Shared-1.883.tar.gz) = 
ea9f6ab679347ad6142782edc8d6a4ea17a63225f066bda6118a2e0d1384df2fe163af0e3a19d8e706b4b9a4f8b81243d9ad84bb872738d1711215572769a0d7


        
https://src.fedoraproject.org/rpms/perl-MCE-Shared/c/d2ea9294e676af3c07ed74720f2d0a1c9af628ea?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, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to