diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-10 11:34:23 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-10 11:34:23 +0100 |
commit | 2b2bc7bbbafe3eabc45a68a6921275fcfdd66ba7 (patch) | |
tree | f394986dc53ea6c11edc3b0cd527669444ce7559 | |
parent | 74c0f2a355f3a7df802104ff55c063fc6c736bd2 (diff) |
-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 |