From d74f34d76f0b4d9880e14fd2216f96dd4ef309eb91c937be3f27b72549480640 Mon Sep 17 00:00:00 2001 From: "Tina Mueller (cpanmirror)" Date: Wed, 8 Oct 2025 11:58:03 +0000 Subject: [PATCH] Automatic update to v2.40.0 (2.04) --- Parallel-ForkManager-2.03.tar.gz | 3 --- Parallel-ForkManager-2.04.tar.gz | 3 +++ perl-Parallel-ForkManager.changes | 16 ++++++++++++++++ perl-Parallel-ForkManager.spec | 16 ++++++++-------- 4 files changed, 27 insertions(+), 11 deletions(-) delete mode 100644 Parallel-ForkManager-2.03.tar.gz create mode 100644 Parallel-ForkManager-2.04.tar.gz diff --git a/Parallel-ForkManager-2.03.tar.gz b/Parallel-ForkManager-2.03.tar.gz deleted file mode 100644 index 5010bed..0000000 --- a/Parallel-ForkManager-2.03.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0e0bead458224b9ac5bb32ed2b1fa088963b565521c1bb1a6a3566d522c2e35 -size 35459 diff --git a/Parallel-ForkManager-2.04.tar.gz b/Parallel-ForkManager-2.04.tar.gz new file mode 100644 index 0000000..bd9c5fe --- /dev/null +++ b/Parallel-ForkManager-2.04.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606894fc2e9f7cd13d9ec099aaac103a8f0943d1d80c2c486bae14730a39b7fc +size 37406 diff --git a/perl-Parallel-ForkManager.changes b/perl-Parallel-ForkManager.changes index 267ff02..55d886b 100644 --- a/perl-Parallel-ForkManager.changes +++ b/perl-Parallel-ForkManager.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Oct 8 11:58:03 UTC 2025 - Tina Müller + +- updated to 2.40.0 (2.04) + see /usr/share/doc/packages/perl-Parallel-ForkManager/Changes + + 2.04 2025-08-30 + [DOCUMENTATION] + - Add a SECURITY document. (GH#44) + + [ENHANCEMENTS] + - Add 'running_procs_with_identifiers' method + + [STATISTICS] + - code churn: 7 files changed, 157 insertions(+), 116 deletions(-) + ------------------------------------------------------------------- Sun Sep 1 05:31:55 UTC 2024 - Tina Müller diff --git a/perl-Parallel-ForkManager.spec b/perl-Parallel-ForkManager.spec index a5cc87e..2371ee6 100644 --- a/perl-Parallel-ForkManager.spec +++ b/perl-Parallel-ForkManager.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Parallel-ForkManager # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name Parallel-ForkManager Name: perl-Parallel-ForkManager -Version: 2.30.0 +Version: 2.40.0 Release: 0 -# 2.03 -> normalize -> 2.30.0 -%define cpan_version 2.03 +# 2.04 -> normalize -> 2.40.0 +%define cpan_version 2.04 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Simple parallel processing fork manager URL: https://metacpan.org/release/%{cpan_name} @@ -31,11 +31,11 @@ Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Moo) >= 1.001000 +BuildRequires: perl(Moo) >= 1.1 BuildRequires: perl(Moo::Role) BuildRequires: perl(Test::More) >= 0.94 BuildRequires: perl(Test::Warn) -Requires: perl(Moo) >= 1.001000 +Requires: perl(Moo) >= 1.1 Requires: perl(Moo::Role) Provides: perl(Parallel::ForkManager) = %{version} Provides: perl(Parallel::ForkManager::Child) = %{version} @@ -94,7 +94,7 @@ you want to manage another set of subprocesses in the child process, you must instantiate another Parallel::ForkManager object! %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor @@ -109,6 +109,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%doc Changes CODE_OF_CONDUCT.md CONTRIBUTORS doap.xml examples README.mkdn +%doc Changes CODE_OF_CONDUCT.md CONTRIBUTORS doap.xml examples README.mkdn SECURITY.md %changelog -- 2.49.0