From 03013960b1b9df21c0e05a2cfc869aaaf4875afe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Feb 2025 11:44:44 +0100 Subject: [PATCH 1/2] enable tests --- php-sebastian-complexity5.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/php-sebastian-complexity5.spec b/php-sebastian-complexity5.spec index 42bfab8..d850131 100644 --- a/php-sebastian-complexity5.spec +++ b/php-sebastian-complexity5.spec @@ -7,8 +7,7 @@ # Please, preserve the changelog entries # -# disabled until phpunit12 available -%bcond_with tests +%bcond_without tests # github %global gh_commit bad4316aba5303d0221f43f8cee37eb58d384bbb @@ -27,7 +26,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 5.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Calculating the complexity of PHP code units, version %{major} License: BSD-3-Clause @@ -116,6 +115,9 @@ exit $ret %changelog +* Mon Feb 10 2025 Remi Collet - 5.0.0-2 +- enable test suite + * Fri Feb 7 2025 Remi Collet - 5.0.0-1 - update to 5.0.0 - raise dependency on PHP 8.3 From 84ce187e211bbe063eed2f85ad053f85e077bf28 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:33:04 +0000 Subject: [PATCH 2/2] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-sebastian-complexity5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sebastian-complexity5.spec b/php-sebastian-complexity5.spec index d850131..bc252b2 100644 --- a/php-sebastian-complexity5.spec +++ b/php-sebastian-complexity5.spec @@ -26,7 +26,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 5.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Calculating the complexity of PHP code units, version %{major} License: BSD-3-Clause @@ -115,6 +115,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 5.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Mon Feb 10 2025 Remi Collet - 5.0.0-2 - enable test suite