diff options
-rw-r--r-- | php-sebastian-recursion-context7.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/php-sebastian-recursion-context7.spec b/php-sebastian-recursion-context7.spec index 40bfb29..fabbe5a 100644 --- a/php-sebastian-recursion-context7.spec +++ b/php-sebastian-recursion-context7.spec @@ -7,8 +7,7 @@ # Please, preserve the changelog entries # -# disabled until phpunit12 available -%bcond_with tests +%bcond_without tests %global gh_commit c405ae3a63e01b32eb71577f8ec1604e39858a7c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) @@ -26,7 +25,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 7.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Recursively process PHP variables, version %{major} License: BSD-3-Clause @@ -103,6 +102,9 @@ exit $ret %changelog +* Mon Feb 10 2025 Remi Collet <remi@remirepo.net> - 7.0.0-2 +- enable test suite + * Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 7.0.0-1 - update to 7.0.0 - raise dependency on PHP 8.3 |