From e03262764202c28f7ce8e99450bf59330b9e126e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Feb 2025 11:40:10 +0100 Subject: enable test suite --- php-sebastian-type6.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/php-sebastian-type6.spec b/php-sebastian-type6.spec index a3e5428..8e3e0c0 100644 --- a/php-sebastian-type6.spec +++ b/php-sebastian-type6.spec @@ -7,8 +7,7 @@ # Please, preserve the changelog entries # -# disabled until phpunit12 available -%bcond_with tests +%bcond_without tests # github %global gh_commit 533fe082889a616f330bcba6f50965135f4f2fab @@ -27,7 +26,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 6.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Collection of value objects that represent the types of the PHP type system, v%{major} License: BSD-3-Clause @@ -114,6 +113,9 @@ exit $ret %changelog +* Mon Feb 10 2025 Remi Collet - 6.0.0-2 +- enable test suite + * Fri Feb 7 2025 Remi Collet - 6.0.0-1 - update to 6.0.0 - raise dependency on PHP 8.3 -- cgit