diff options
Diffstat (limited to 'php-sebastian-lines-of-code4.spec')
-rw-r--r-- | php-sebastian-lines-of-code4.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/php-sebastian-lines-of-code4.spec b/php-sebastian-lines-of-code4.spec index bb1e500..3006c37 100644 --- a/php-sebastian-lines-of-code4.spec +++ b/php-sebastian-lines-of-code4.spec @@ -7,8 +7,7 @@ # Please, preserve the changelog entries # -# disabled until phpunit12 available -%bcond_with tests +%bcond_without tests # github %global gh_commit 97ffee3bcfb5805568d6af7f0f893678fc076d2f @@ -27,7 +26,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 4.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Counting the lines of code in PHP source code, version %{major} License: BSD-3-Clause @@ -115,6 +114,9 @@ exit $ret %changelog +* Mon Feb 10 2025 Remi Collet <remi@remirepo.net> - 4.0.0-2 +- enable test suite + * Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 4.0.0-1 - update to 4.0.0 - raise dependency on PHP 8.3 |