forked from pool/perl-Parallel-ForkManager
Automatic update to v2.40.0 (2.04) #1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0e0bead458224b9ac5bb32ed2b1fa088963b565521c1bb1a6a3566d522c2e35
|
||||
size 35459
|
BIN
Parallel-ForkManager-2.04.tar.gz
(Stored with Git LFS)
Normal file
BIN
Parallel-ForkManager-2.04.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 11:58:03 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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 <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user