public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Emmanuel Seyman <emmanuel@seyman.fr>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Parallel-Prefork] rawhide: Recreated for Fedora
Date: Tue, 14 Jul 2026 19:45:51 GMT	[thread overview]
Message-ID: <178405835144.1.3986802999096341155.rpms-perl-Parallel-Prefork-c1235236e4ae@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-Parallel-Prefork
Branch : rawhide
Commit : c1235236e4aef596245cda28baf154633b82dab5
Author : Emmanuel Seyman <emmanuel@seyman.fr>
Date   : 2026-07-14T21:45:45+02:00
Stats  : +28/-11 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Parallel-Prefork/c/c1235236e4aef596245cda28baf154633b82dab5?branch=rawhide

Log:
Recreated for Fedora

---
diff --git a/perl-Parallel-Prefork.spec b/perl-Parallel-Prefork.spec
index f31e7c0..3baeb27 100644
--- a/perl-Parallel-Prefork.spec
+++ b/perl-Parallel-Prefork.spec
@@ -1,32 +1,43 @@
 Name:           perl-Parallel-Prefork
 Version:        0.18
-Release:        29%{?dist}
+Release:        31%{?dist}
 Summary:        Simple prefork server framework
 License:        GPL-1.0-or-later OR Artistic-1.0-Perl
-URL:            https://metacpan.org/release/Parallel-Prefork
+URL:            https://metacpan.org/dist/Parallel-Prefork
 Source0:        https://cpan.metacpan.org/authors/id/K/KA/KAZUHO/Parallel-Prefork-%{version}.tar.gz
 BuildArch:      noarch
 
-BuildRequires:  %{__make}
+# build requirements
+BuildRequires:  coreutils
+BuildRequires:  make
 BuildRequires:  perl-generators
+BuildRequires:  perl-interpreter
+# runtime requirements
 BuildRequires:  perl(Class::Accessor::Lite) >= 0.04
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Fcntl)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(List::MoreUtils)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Parallel::Scoreboard)
 BuildRequires:  perl(Proc::Wait3) >= 0.03
 BuildRequires:  perl(Scope::Guard)
 BuildRequires:  perl(Signal::Mask)
+BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(base)
+BuildRequires:  perl(constant)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# test requirements
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Test::SharedFork)
-BuildRequires:  perl(Time::HiRes)
-BuildRequires:  perl(warnings)
 
 BuildRequires:  perl(inc::Module::Install)
+BuildRequires:  perl(Module::Install::Metadata)
 BuildRequires:  perl(Module::Install::ReadmeFromPod)
-
+BuildRequires:  perl(Module::Install::WriteAll)
 
 %description
 Parallel::Prefork is much like Parallel::ForkManager, but supports graceful
@@ -35,10 +46,10 @@ shutdown and run-time reconfiguration.
 %prep
 %setup -q -n Parallel-Prefork-%{version}
 rm -r inc
-sed -i -e '/^inc\/*$/d' MANIFEST
+perl -i -ne 'print $_ unless m{^inc/}' MANIFEST
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
 %{make_build}
 
 %install
@@ -46,14 +57,20 @@ sed -i -e '/^inc\/*$/d' MANIFEST
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-%{__make} test
+%{make_build} test
 
 %files
 %doc Changes README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/Parallel*
+%{_mandir}/man3/Parallel*
 
 %changelog
+* Sun Jul 12 2026 Emmanuel Seyman <emmanuel@seyman.fr> - 0.18-31
+- Take into account re-review feedback (#2497527)
+
+* Mon Jul 06 2026 Emmanuel Seyman <emmanuel@seyman.fr> - 0.18-30
+- Recreated for Fedora
+
 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.18-29
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

                 reply	other threads:[~2026-07-14 19:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178405835144.1.3986802999096341155.rpms-perl-Parallel-Prefork-c1235236e4ae@fedoraproject.org \
    --to=emmanuel@seyman.fr \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox