From 722ca20f9fb5f85d6524c6ba4138cdb451e3ae81 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Feb 2026 08:48:08 +0100 Subject: enable test suite --- php-phpunit-php-invoker7.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-phpunit-php-invoker7.spec') diff --git a/php-phpunit-php-invoker7.spec b/php-phpunit-php-invoker7.spec index 11fffdb..a4bed8d 100644 --- a/php-phpunit-php-invoker7.spec +++ b/php-phpunit-php-invoker7.spec @@ -1,4 +1,4 @@ -# remirepo/fedora spec file for php-phpunit-php-invoker6 +# remirepo/fedora spec file for php-phpunit-php-invoker7 # # SPDX-FileCopyrightText: Copyright 2011-2026 Remi Collet # SPDX-License-Identifier: CECILL-2.1 @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%bcond_with tests +%bcond_without tests %global gh_commit 42e5c5cae0c65df12d1b1a3ab52bf3f50f244d88 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) @@ -25,7 +25,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 7.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Invoke callables with a timeout, version %{major} License: BSD-3-Clause @@ -107,6 +107,9 @@ exit $ret %changelog +* Tue Feb 10 2026 Remi Collet - 7.0.0-2 +- enable test suite + * Fri Feb 6 2026 Remi Collet - 7.0.0-1 - update to 7.0.0 - raise dependency on PHP 8.4 -- cgit