public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jitka Plesnikova <jplesnik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Parallel-Scoreboard] rawhide: 0.09 bump (rhbz#2510980)
Date: Tue, 04 Aug 2026 13:47:14 GMT	[thread overview]
Message-ID: <178585123422.1.15499216517808994440.rpms-perl-Parallel-Scoreboard-0c1b64b224a9@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-Parallel-Scoreboard
Branch : rawhide
Commit : 0c1b64b224a9a6311f3c037e5467d49172b9701c
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date   : 2026-08-04T15:45:14+02:00
Stats  : +25/-24 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Parallel-Scoreboard/c/0c1b64b224a9a6311f3c037e5467d49172b9701c?branch=rawhide

Log:
0.09 bump (rhbz#2510980)

---
diff --git a/.gitignore b/.gitignore
index 7740bfb..4bebe1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Parallel-Scoreboard-0.08.tar.gz
+/Parallel-Scoreboard-0.09.tar.gz

diff --git a/perl-Parallel-Scoreboard.spec b/perl-Parallel-Scoreboard.spec
index bc3419a..de28835 100644
--- a/perl-Parallel-Scoreboard.spec
+++ b/perl-Parallel-Scoreboard.spec
@@ -1,14 +1,14 @@
 Name:           perl-Parallel-Scoreboard
-Version:        0.08
-Release:        29%{?dist}
+Version:        0.09
+Release:        1%{?dist}
 Summary:        Scoreboard for monitoring status of many processes
 License:        GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:            https://metacpan.org/release/Parallel-Scoreboard
 Source0:        https://cpan.metacpan.org/authors/id/K/KA/KAZUHO/Parallel-Scoreboard-%{version}.tar.gz
 BuildArch:      noarch
 
-BuildRequires:  %{__perl}
-BuildRequires:  %{__make}
+BuildRequires:  perl
+BuildRequires:  make
 
 BuildRequires:  perl-generators
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -17,20 +17,19 @@ BuildRequires:  perl(Test::Warn)
 BuildRequires:  perl(Test::More)
 
 # Run-time deps
-BuildRequires: perl(Class::Accessor::Lite)
-BuildRequires: perl(Digest::MD5)
-BuildRequires: perl(Fcntl)
-BuildRequires: perl(File::Path)
-BuildRequires: perl(HTML::Entities)
-BuildRequires: perl(IO::Handle)
-BuildRequires: perl(JSON)
-BuildRequires: perl(POSIX)
-BuildRequires: perl(strict)
-BuildRequires: perl(warnings)
-
-BuildRequires: perl(inc::Module::Install)
-BuildRequires: perl(Module::Install::ReadmeFromPod)
-
+BuildRequires:  perl(Class::Accessor::Lite)
+BuildRequires:  perl(Digest::MD5)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(HTML::Entities)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(JSON)
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+
+BuildRequires:  perl(inc::Module::Install)
+BuildRequires:  perl(Module::Install::ReadmeFromPod)
 
 %description
 Parallel::Scoreboard is a pure-perl implementation of a process scoreboard.
@@ -40,20 +39,18 @@ like the status module of the Apache HTTP server.
 %prep
 %setup -q -n Parallel-Scoreboard-%{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
 %{make_install}
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-%{__make} test
+make test
 
 %files
 %doc Changes README
@@ -61,6 +58,9 @@ sed -i -e '/^inc\/.*$/d' MANIFEST
 %{_mandir}/man3/*
 
 %changelog
+* Tue Aug 04 2026 Jitka Plesnikova <jplesnik@redhat.com> - 0.09-1
+- 0.09 bump (rhbz#2510980)
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-29
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

diff --git a/sources b/sources
index 199cf40..9d9dc6d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Parallel-Scoreboard-0.08.tar.gz) = 1e60a182f1d325507476184870923b4d6133c5a6ff1b995a6bba75c6594514b45e379d98dbf2bec4e781590df2571910ec7003d77653f07370e2fbabd2a97a95
+SHA512 (Parallel-Scoreboard-0.09.tar.gz) = 61f0fb1c0a54a88621135e39d0b7d3ee4342a43977aff96da63c17b7b4cadb53ceb545d238ee121e326d0c3ff8a7237406b8a6bc429a575cb0636f3aa8fc30a0

                 reply	other threads:[~2026-08-04 13:47 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=178585123422.1.15499216517808994440.rpms-perl-Parallel-Scoreboard-0c1b64b224a9@fedoraproject.org \
    --to=jplesnik@redhat.com \
    --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