diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-10 11:40:10 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-10 11:40:10 +0100 |
commit | e03262764202c28f7ce8e99450bf59330b9e126e (patch) | |
tree | a2e36712879ca27e067b975d96899d41bef2c00d | |
parent | 1332bc2aee35255f6547160e450dfa0e91ece069 (diff) |
enable test suite
-rw-r--r-- | php-sebastian-type6.spec | 8 |
1 files 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 <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 |