diff options
-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 |