8
0

2 Commits

Author SHA256 Message Date
6c876e5dcd Accepting request 1203943 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1203943
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Parallel-ForkManager?expand=0&rev=2
2024-09-27 15:10:51 +00:00
cb9ab059a8 - updated to 2.30.0 (2.03)
see /usr/share/doc/packages/perl-Parallel-ForkManager/Changes
  2.03 2024-08-24
   [BUG FIXES]
   - Fix invalid default error when using old Moo (GH#41)
   [DOCUMENTATION]
   - Standardize the link to `fork`. (GH#32)
   - Fix typo in code example. (GH#31, dimir)
   - Fix typo for 'max_proc' argument in `new`.
   [STATISTICS]
   - code churn: 6 files changed, 186 insertions(+), 48 deletions(-)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Parallel-ForkManager?expand=0&rev=13
2024-09-26 16:24:34 +00:00
5 changed files with 11 additions and 40 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c0e0bead458224b9ac5bb32ed2b1fa088963b565521c1bb1a6a3566d522c2e35
size 35459

BIN
Parallel-ForkManager-2.04.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,12 +0,0 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Parallel-ForkManager/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Parallel-ForkManager)

View File

@@ -1,19 +1,3 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Parallel-ForkManager
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,24 +18,23 @@
%define cpan_name Parallel-ForkManager
Name: perl-Parallel-ForkManager
Version: 2.40.0
Version: 2.30.0
Release: 0
# 2.04 -> normalize -> 2.40.0
%define cpan_version 2.04
# 2.03 -> normalize -> 2.30.0
%define cpan_version 2.03
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Simple parallel processing fork manager
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/Y/YA/YANICK/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Moo) >= 1.1
BuildRequires: perl(Moo) >= 1.001000
BuildRequires: perl(Moo::Role)
BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(Test::Warn)
Requires: perl(Moo) >= 1.1
Requires: perl(Moo) >= 1.001000
Requires: perl(Moo::Role)
Provides: perl(Parallel::ForkManager) = %{version}
Provides: perl(Parallel::ForkManager::Child) = %{version}
@@ -94,7 +93,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} -p1
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor
@@ -109,6 +108,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTORS doap.xml examples README.mkdn SECURITY.md
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTORS doap.xml examples README.mkdn
%changelog