public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: releng-bot <releng-bot@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-B-Hooks-AtRuntime] rawhide: Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/84502
Date: Fri, 10 Jul 2026 05:23:54 GMT [thread overview]
Message-ID: <178366103400.1.8947654237673207728.rpms-perl-B-Hooks-AtRuntime-d6a153101ccb@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-B-Hooks-AtRuntime
Branch : rawhide
Commit : d6a153101ccbbc93dfb9fca3085ff5219ebaa3a5
Author : releng-bot <releng-bot@fedoraproject.org>
Date : 2026-07-10T05:23:51+00:00
Stats : +127/-1 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/perl-B-Hooks-AtRuntime/c/d6a153101ccbbc93dfb9fca3085ff5219ebaa3a5?branch=rawhide
Log:
Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/84502
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6440af3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/B-Hooks-AtRuntime-8.tar.gz
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..95ee875
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# perl-B-Hooks-AtRuntime
+
+The perl-B-Hooks-AtRuntime package
diff --git a/dead.package b/dead.package
deleted file mode 100644
index 5204a84..0000000
--- a/dead.package
+++ /dev/null
@@ -1 +0,0 @@
-Orphaned for 6+ weeks
diff --git a/perl-B-Hooks-AtRuntime.spec b/perl-B-Hooks-AtRuntime.spec
new file mode 100644
index 0000000..d8d0a9d
--- /dev/null
+++ b/perl-B-Hooks-AtRuntime.spec
@@ -0,0 +1,122 @@
+Name: perl-B-Hooks-AtRuntime
+Version: 8
+Release: 13%{?dist}
+Summary: Lower blocks from compile time to runtime
+# 2-clause BSD licence
+# cf. lib/B/Hooks/AtRuntime.pm
+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
+BuildRequires: coreutils
+
+BuildRequires: perl-generators
+BuildRequires: perl-interpreter
+BuildRequires: perl(:VERSION) >= 5.8.1
+
+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(parent)
+BuildRequires: perl(strict)
+BuildRequires: perl(Sub::Name) >= 0.05
+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)
+
+# Optional run-time dependency
+Recommends: perl(Filter::Util::Call)
+
+
+%description
+This module allows code that runs at compile-time to do something at
+runtime. A block passed to at_runtime gets compiled into the code that's
+currently compiling, and will be called when control reaches that point
+at runtime. In the example in the SYNOPSIS, the warnings will occur in
+order, and if that section of code runs more than once, so will all
+three warnings.
+
+%prep
+%setup -q -n B-Hooks-AtRuntime-%{version}
+
+%build
+%{__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 {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+./Build test
+
+%files
+%doc Build Changes META.json tlib
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/B*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 8-13
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
+
+* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 8-12
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
+
+* Mon Jul 07 2025 Jitka Plesnikova <jplesnik@redhat.com> - 8-11
+- Perl 5.42 rebuild
+
+* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 8-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
+
+* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 8-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
+
+* Mon Jun 10 2024 Jitka Plesnikova <jplesnik@redhat.com> - 8-8
+- Perl 5.40 rebuild
+
+* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 8-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
+* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 8-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
+* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 8-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
+* Tue Jul 11 2023 Jitka Plesnikova <jplesnik@redhat.com> - 8-4
+- Perl 5.38 rebuild
+
+* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 8-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
+* Fri Dec 16 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 8-2
+- Convert license to SPDX.
+
+* Sun Aug 14 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 8-1
+- Upstream update to 8.
+
+* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 7-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
+
+* Fri Jul 01 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 7-2
+- Reflect feedback from review.
+
+* Fri Jul 01 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 7-1
+- Update to 7.
+- Switch to using metacpan.org URLs.
+
+* Thu Jun 16 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 6-1
+- Initial Fedora package.
diff --git a/sources b/sources
new file mode 100644
index 0000000..36555fe
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (B-Hooks-AtRuntime-8.tar.gz) = 62b018c1c1ee2840995937f58af08263744843ff2ee8f85683978eede19c1e4358e3aacb01777ba1fec5878eb4e47f1c8b5ae04e5d6cc5f0d17af5f609d15600
reply other threads:[~2026-07-10 5:23 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=178366103400.1.8947654237673207728.rpms-perl-B-Hooks-AtRuntime-d6a153101ccb@fedoraproject.org \
--to=releng-bot@fedoraproject.org \
--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