diff options
| author | Remi Collet <remi@remirepo.net> | 2025-02-10 11:35:26 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-02-10 11:35:26 +0100 | 
| commit | d124c72a013c952e3f0b80e952412a18183a03d5 (patch) | |
| tree | c694ca502854b828f8261c3d8916687215a9f452 | |
| parent | 00087cfde55f29d8acfa44926d7f4bea7a7ad46d (diff) | |
| -rw-r--r-- | php-phpunit-php-invoker6.spec | 8 | 
1 files changed, 5 insertions, 3 deletions
diff --git a/php-phpunit-php-invoker6.spec b/php-phpunit-php-invoker6.spec index 0ec6678..d44601e 100644 --- a/php-phpunit-php-invoker6.spec +++ b/php-phpunit-php-invoker6.spec @@ -7,8 +7,7 @@  # Please, preserve the changelog entries  # -# disabled until phpunit12 available -%bcond_with          tests +%bcond_without       tests  %global gh_commit    12b54e689b07a25a9b41e57736dfab6ec9ae5406  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7}) @@ -26,7 +25,7 @@  Name:           php-%{pk_vendor}-%{pk_project}%{major}  Version:        6.0.0 -Release:        1%{?dist} +Release:        2%{?dist}  Summary:        Invoke callables with a timeout, version %{major}  License:        BSD-3-Clause @@ -108,6 +107,9 @@ exit $ret  %changelog +* Mon Feb 10 2025 Remi Collet <remi@remirepo.net> - 6.0.0-2 +- enable test suite +  * Fri Feb  7 2025 Remi Collet <remi@remirepo.net> - 6.0.0-1  - update to 6.0.0  - raise dependency on PHP 8.3  | 
