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-Role-Hooks] rawhide: Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/84471
Date: Wed, 08 Jul 2026 06:19:20 GMT [thread overview]
Message-ID: <178349156067.1.14237315853362777577.rpms-perl-Role-Hooks-b9497416b90b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Role-Hooks
Branch : rawhide
Commit : b9497416b90b4faef41408fe63ee9634620d9646
Author : releng-bot <releng-bot@fedoraproject.org>
Date : 2026-07-08T06:19:18+00:00
Stats : +114/-1 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Role-Hooks/c/b9497416b90b4faef41408fe63ee9634620d9646?branch=rawhide
Log:
Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/84471
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7b774e4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/Role-Hooks-0.008.tar.gz
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6e6fd84
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# perl-Role-Hooks
+
+The perl-Role-Hooks 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-Role-Hooks.spec b/perl-Role-Hooks.spec
new file mode 100644
index 0000000..ff1221a
--- /dev/null
+++ b/perl-Role-Hooks.spec
@@ -0,0 +1,109 @@
+Name: perl-Role-Hooks
+Version: 0.008
+Release: 10%{?dist}
+Summary: Role callbacks
+License: GPL-1.0-or-later OR Artistic-1.0-Perl
+
+URL: https://metacpan.org/dist/Role-Hooks/
+Source0: https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/Role-Hooks-%{version}.tar.gz
+
+BuildArch: noarch
+
+BuildRequires: coreutils
+BuildRequires: make
+
+BuildRequires: perl-generators
+BuildRequires: perl-interpreter
+BuildRequires: perl(:VERSION) >= 5.8.1
+
+BuildRequires: perl(Class::Method::Modifiers)
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires: perl(List::Util) >= 1.45
+BuildRequires: perl(Test::More) >= 0.96
+BuildRequires: perl(Test::Requires)
+
+BuildRequires: perl(lib)
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
+
+# Testsuite requirements
+BuildRequires: perl(Class::Tiny)
+BuildRequires: perl(Moo::Role)
+BuildRequires: perl(Moose::Role)
+BuildRequires: perl(Mouse::Role)
+BuildRequires: perl(Role::Tiny)
+BuildRequires: perl(Role::Tiny::With)
+
+# Optional testsuite requirements
+BuildRequires: perl(FindBin)
+BuildRequires: perl(Moo)
+BuildRequires: perl(Moose)
+BuildRequires: perl(Mouse)
+BuildRequires: perl(Package::Variant)
+BuildRequires: perl(Role::Basic)
+
+
+# Not sure, if this dep should be mandatory
+Recommends: perl(Carp)
+
+%description
+This module allows a role to run a callback when it is applied to a class
+or to another role.
+
+%prep
+%setup -q -n Role-Hooks-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
+%{make_build}
+
+%install
+%{make_install} DESTDIR="$RPM_BUILD_ROOT"
+%{_fixperms} "$RPM_BUILD_ROOT"/*
+
+%check
+%{__make} test
+
+%files
+%license LICENSE COPYRIGHT
+%doc Changes CREDITS README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
+
+* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
+
+* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
+
+* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
+
+* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
+* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
+* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
+* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
+* Sun Aug 21 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.008-2
+- Reflect feedback from review.
+
+* Sun Jul 10 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.008-1
+- Update to 0.008.
+- Drop BR: perl(Role::Tiny).
+
+* Sun Jul 10 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.007-1
+- Update to 0.007.
+
+* Sun Jul 03 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.006-1
+- Initial Fedora package.
diff --git a/sources b/sources
new file mode 100644
index 0000000..0b30fbe
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (Role-Hooks-0.008.tar.gz) = d614dd26adfe03eeef091554b640a130a574cbe11797ad99185cf86637c4a901628800e16967c6061a479c9385fdced9e2b01ec97e18a4deafe4f098885913e5
reply other threads:[~2026-07-08 6:19 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=178349156067.1.14237315853362777577.rpms-perl-Role-Hooks-b9497416b90b@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