public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Log-Contextual] epel10: 0.009000 bump (rhbz#2280993)
@ 2026-07-28 10:59 Jitka Plesnikova
  0 siblings, 0 replies; 2+ messages in thread
From: Jitka Plesnikova @ 2026-07-28 10:59 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-Log-Contextual
Branch : epel10
Commit : 337ee65acb35d2be22cb774ae028d88011b22abe
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date   : 2024-05-20T08:28:25+02:00
Stats  : +2/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Log-Contextual/c/337ee65acb35d2be22cb774ae028d88011b22abe?branch=epel10

Log:
0.009000 bump (rhbz#2280993)

---
diff --git a/.gitignore b/.gitignore
index 5283d57..fb6a8ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /Log-Contextual-0.007001.tar.gz
 /Log-Contextual-0.008000.tar.gz
 /Log-Contextual-0.008001.tar.gz
+/Log-Contextual-0.009000.tar.gz

diff --git a/sources b/sources
index d7a407a..75e3a24 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Log-Contextual-0.008001.tar.gz) = 225f209cab7aa36d0fcc0990d9e43609e54077ef0f4df073e2f81933d8789ac9b7f26958d5b7d54be416fa71174e92c1af706e736da8ec20edf10ee0277cdf2d
+SHA512 (Log-Contextual-0.009000.tar.gz) = 54145f800dce603f00e146a8233a98d83880ed04b7aa30a6c158f0668cb1c4e593838c76225184ab5a9ba322b3fa53607c5d1151343c57e8377cd3f44c3e7de3

^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [rpms/perl-Log-Contextual] epel10: 0.009000 bump (rhbz#2280993)
@ 2026-07-28 10:59 Jitka Plesnikova
  0 siblings, 0 replies; 2+ messages in thread
From: Jitka Plesnikova @ 2026-07-28 10:59 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-Log-Contextual
Branch : epel10
Commit : 89ce118e8c685eb4d2d334ae9882e1425be8b218
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date   : 2024-05-20T08:28:01+02:00
Stats  : +17/-16 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Log-Contextual/c/89ce118e8c685eb4d2d334ae9882e1425be8b218?branch=epel10

Log:
0.009000 bump (rhbz#2280993)

---
diff --git a/perl-Log-Contextual.spec b/perl-Log-Contextual.spec
index 6a34d21..74c82c2 100644
--- a/perl-Log-Contextual.spec
+++ b/perl-Log-Contextual.spec
@@ -1,11 +1,12 @@
 Name:           perl-Log-Contextual
-Version:        0.008001
-Release:        20%{?dist}
+Version:        0.009000
+Release:        1%{?dist}
 Summary:        Simple logging interface with a contextual log
 License:        GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:            https://metacpan.org/release/Log-Contextual
-Source0:        https://cpan.metacpan.org/authors/id/F/FR/FREW/Log-Contextual-%{version}.tar.gz
+Source0:        https://cpan.metacpan.org/modules/by-module/Log/Log-Contextual-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  make
 BuildRequires:  perl-generators
@@ -15,29 +16,26 @@ BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
 BuildRequires:  perl(B)
-BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Data::Dumper::Concise)
-BuildRequires:  perl(Exporter::Declare) >= 0.111
-BuildRequires:  perl(Exporter::Declare::Export::Generator)
 BuildRequires:  perl(Moo) >= 1.003000
 BuildRequires:  perl(Moo::Role)
 BuildRequires:  perl(Scalar::Util)
 # Optional run-time:
 BuildRequires:  perl(Log::Log4perl) >= 1.29
 # Tests:
+BuildRequires:  perl(blib)
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(FindBin)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More)
-# Test::PerlTidy not used
-# Test::Pod 1.41 not used
-Requires:       perl(Exporter::Declare) >= 0.111
 Requires:       perl(Moo) >= 1.003000
 
 # Filter under-specified depenedencies
-%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Exporter::Declare\\)\\s*$
 %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Moo\\)\\s*$
 
 %description
@@ -50,12 +48,12 @@ not overly complicated, try Log::Dispatchouli.
 %setup -q -n Log-Contextual-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
-make %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
+%{make_build}
 
 %install
-make pure_install DESTDIR=$RPM_BUILD_ROOT
-%{_fixperms} $RPM_BUILD_ROOT/*
+%{make_install}
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
@@ -63,10 +61,13 @@ make test
 %files
 %license LICENSE
 %doc Changes README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/Log/Contextual*
+%{_mandir}/man3/Log::Contextual*
 
 %changelog
+* Mon May 20 2024 Jitka Plesnikova <jplesnik@redhat.com> - 0.009000-1
+- 0.009000 bump (rhbz#2280993)
+
 * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.008001-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-28 10:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-28 10:59 [rpms/perl-Log-Contextual] epel10: 0.009000 bump (rhbz#2280993) Jitka Plesnikova
2026-07-28 10:59 Jitka Plesnikova

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox