diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-10 11:33:28 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-10 11:33:28 +0100 |
commit | ed841f1f0c2708e3adf5b72b91c8549cda98431d (patch) | |
tree | 73dce9b8ec8866b3b936774777223a4b5139237f | |
parent | 5075b0a497135eb085291d19e9a44be995c2973b (diff) |
-rw-r--r-- | php-sebastian-complexity5.spec | 8 |
1 files 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 <remi@remirepo.net> - 5.0.0-2 +- enable test suite + * Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 5.0.0-1 - update to 5.0.0 - raise dependency on PHP 8.3 |