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-B-Hooks-AtRuntime] rawhide: Take into account re-review feedback (#2497531)
Date: Fri, 10 Jul 2026 21:03:41 GMT	[thread overview]
Message-ID: <178371742151.1.13102161821739543177.rpms-perl-B-Hooks-AtRuntime-19fdda1058c3@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-B-Hooks-AtRuntime
Branch : rawhide
Commit : 19fdda1058c362e594f0dd41a37c54b2804d3921
Author : Emmanuel Seyman <emmanuel@seyman.fr>
Date   : 2026-07-10T23:03:35+02:00
Stats  : +27/-20 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-B-Hooks-AtRuntime/c/19fdda1058c362e594f0dd41a37c54b2804d3921?branch=rawhide

Log:
Take into account re-review feedback (#2497531)

---
diff --git a/perl-B-Hooks-AtRuntime.spec b/perl-B-Hooks-AtRuntime.spec
index d8d0a9d..993e103 100644
--- a/perl-B-Hooks-AtRuntime.spec
+++ b/perl-B-Hooks-AtRuntime.spec
@@ -1,6 +1,6 @@
 Name:           perl-B-Hooks-AtRuntime
 Version:        8
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        Lower blocks from compile time to runtime
 # 2-clause BSD licence
 # cf. lib/B/Hooks/AtRuntime.pm
@@ -8,32 +8,36 @@ License:        BSD-2-Clause
 URL:            https://metacpan.org/dist/B-Hooks-AtRuntime/
 Source0:        https://cpan.metacpan.org/authors/id/B/BM/BMORROW/B-Hooks-AtRuntime-%{version}.tar.gz
 
-BuildRequires:  gcc perl-devel
-BuildRequires:  make
-BuildRequires:  findutils
+# build requirements
 BuildRequires:  coreutils
-
+BuildRequires:  findutils
+BuildRequires:  gcc
+BuildRequires:  make
+BuildRequires:  perl-devel
 BuildRequires:  perl-generators
 BuildRequires:  perl-interpreter
 BuildRequires:  perl(:VERSION) >= 5.8.1
-
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(ExtUtils::CBuilder)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Module::Build)
+# runtime requirements
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(constant)
-BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Exporter::Tiny)
-BuildRequires:  perl(ExtUtils::CBuilder)
 BuildRequires:  perl(Filter::Util::Call)
-BuildRequires:  perl(lib)
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Sub::Name)
+BuildRequires:  perl(XSLoader)
+BuildRequires:  perl(constant)
 BuildRequires:  perl(parent)
 BuildRequires:  perl(strict)
-BuildRequires:  perl(Sub::Name) >= 0.05
+BuildRequires:  perl(warnings)
+# test requirements
 BuildRequires:  perl(Test::Exception) >= 0.31
 BuildRequires:  perl(Test::Exports) >= 1
 BuildRequires:  perl(Test::More) >= 1.001002
 BuildRequires:  perl(Test::Warn) >= 0.22
-BuildRequires:  perl(warnings)
-BuildRequires:  perl(XSLoader)
+BuildRequires:  perl(lib)
 
 # Optional run-time dependency
 Recommends:     perl(Filter::Util::Call)
@@ -51,24 +55,27 @@ three warnings.
 %setup -q -n B-Hooks-AtRuntime-%{version}
 
 %build
-%{__perl} Build.PL --installdirs=vendor --optimize="$RPM_OPT_FLAGS"
+/usr/bin/perl Build.PL --installdirs=vendor --optimize="$RPM_OPT_FLAGS"
 ./Build
 
 %install
 ./Build install --destdir=$RPM_BUILD_ROOT --create_packlist=0
-find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
+find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 ./Build test
 
 %files
-%doc Build Changes META.json tlib
-%{perl_vendorarch}/auto/*
-%{perl_vendorarch}/B*
-%{_mandir}/man3/*
+%doc Changes
+%{perl_vendorarch}/auto/B/Hooks/AtRuntime/AtRuntime.so
+%{perl_vendorarch}/B/Hooks/AtRuntime.pm
+%{_mandir}/man3/B::Hooks::AtRuntime.3pm*
 
 %changelog
+* Mon Jul 06 2026 Emmanuel Seyman <emmanuel@seyman.fr> - 8-14
+- Recreated for Fedora
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 8-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

                 reply	other threads:[~2026-07-10 21:03 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=178371742151.1.13102161821739543177.rpms-perl-B-Hooks-AtRuntime-19fdda1058c3@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