public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Test2-Plugin-Cover] f43: 0.000028 bump
@ 2026-07-16  6:28 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-07-16  6:28 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-Test2-Plugin-Cover
Branch : f43
Commit : dcc1381b11fbe899b5c8273b70f2bac550fc716c
Author : Petr Písař <ppisar@redhat.com>
Date   : 2026-07-16T08:27:47+02:00
Stats  : +28/-9 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Test2-Plugin-Cover/c/dcc1381b11fbe899b5c8273b70f2bac550fc716c?branch=f43

Log:
0.000028 bump

---
diff --git a/.gitignore b/.gitignore
index f3040aa..84a8d87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /Test2-Plugin-Cover-0.000025.tar.gz
 /Test2-Plugin-Cover-0.000026.tar.gz
 /Test2-Plugin-Cover-0.000027.tar.gz
+/Test2-Plugin-Cover-0.000028.tar.gz

diff --git a/gating.yaml b/gating.yaml
index 282e16b..c778f75 100644
--- a/gating.yaml
+++ b/gating.yaml
@@ -1,7 +1,16 @@
 --- !Policy
 product_versions:
+  - fedora-rawhide
+decision_context: bodhi_update_push_stable
+subject_type: koji_build
+rules:
+  - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional}
+--- !Policy
+product_versions:
   - fedora-*
 decision_context: bodhi_update_push_stable
 subject_type: koji_build
 rules:
+  - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional}
+  - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis}
   - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}

diff --git a/perl-Test2-Plugin-Cover.spec b/perl-Test2-Plugin-Cover.spec
index dcff7e6..affe622 100644
--- a/perl-Test2-Plugin-Cover.spec
+++ b/perl-Test2-Plugin-Cover.spec
@@ -1,13 +1,12 @@
 Name:           perl-Test2-Plugin-Cover
-%global cpan_version 0.000027
-Version:        0.0.27
-Release:        15%{?dist}
+%global cpan_version 0.000028
+Version:        0.0.28
+Release:        1%{?dist}
 Summary:        Collect minimal file coverage data
-# Automatically converted from old format: GPL+ or Artistic - review is highly recommended.
 License:        GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:            https://metacpan.org/release/Test2-Plugin-Cover
 Source0:        https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Plugin-Cover-%{cpan_version}.tar.gz
-# Adjust line numbers after adding shebangs, no suitable for upstream
+# Adjust line numbers after adding shebangs, not suitable for upstream
 Patch0:         Test2-Plugin-Cover-0.000027-Adapt-tests-to-added-shebangs.patch
 BuildRequires:  coreutils
 BuildRequires:  gcc
@@ -22,9 +21,10 @@ BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Path::Tiny) >= 0.048
-BuildRequires:  perl(Storable)
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test2::API) >= 1.302166
 BuildRequires:  perl(Test2::EventFacet) >= 1.302166
 BuildRequires:  perl(Test2::Util::HashBase)
@@ -33,6 +33,7 @@ BuildRequires:  perl(XSLoader)
 BuildRequires:  perl(Fcntl)
 BuildRequires:  perl(IPC::Cmd)
 BuildRequires:  perl(Test2::V0) >= 0.000130
+Requires:       perl(Data::Dumper)
 Requires:       perl(Path::Tiny) >= 0.048
 Requires:       perl(Test2::API) >= 1.302166
 Requires:       perl(Test2::EventFacet) >= 1.302166
@@ -92,13 +93,21 @@ make test
 %license LICENSE
 %doc Changes README
 %{perl_vendorarch}/auto/*
-%{perl_vendorarch}/Test2*
-%{_mandir}/man3/*
+%dir %{perl_vendorarch}/Test2
+%dir %{perl_vendorarch}/Test2/EventFacet
+%{perl_vendorarch}/Test2/EventFacet/Coverage.pm
+%dir %{perl_vendorarch}/Test2/Plugin
+%{perl_vendorarch}/Test2/Plugin/Cover.pm
+%{_mandir}/man3/Test2::EventFacet::Coverage.*
+%{_mandir}/man3/Test2::Plugin::Cover.*
 
 %files tests
 %{_libexecdir}/%{name}
 
 %changelog
+* Thu Jul 16 2026 Petr Pisar <ppisar@redhat.com> - 0.0.28-1
+- 0.000028 bump
+
 * Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.27-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
 

diff --git a/sources b/sources
index 4b6ed34..9645c31 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Test2-Plugin-Cover-0.000027.tar.gz) = d6b21ea60522b380cd2201e86a4418e6f249450ffddf4cd2331dc153491c2ec29223686978a70b88482595bdec4d7cbf66c7f7b2f621533c593b21832c851602
+SHA512 (Test2-Plugin-Cover-0.000028.tar.gz) = 22110bc24bbcc8f562cc7c0dd53ab85142a6ee62b134f239567427934b2ea84c1e69b0f6bddc5113ac21d857141362f603e3e583bc8d86e3e443a8ec651bcb28

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-16  6:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-16  6:28 [rpms/perl-Test2-Plugin-Cover] f43: 0.000028 bump 

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