diff options
-rw-r--r-- | php-sebastian-global-state6.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/php-sebastian-global-state6.spec b/php-sebastian-global-state6.spec index 13ca9f1..fc2888e 100644 --- a/php-sebastian-global-state6.spec +++ b/php-sebastian-global-state6.spec @@ -7,8 +7,7 @@ # Please, preserve the changelog entries # -# disable until phpunit10 available -%bcond_with tests +%bcond_without tests %global gh_commit 7ea9ead78f6d380d2a667864c132c2f7b83055e4 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) @@ -25,7 +24,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 6.0.1 -Release: 1%{?dist} +Release: 3%{?dist} Summary: Snapshotting of global state, version %{major} License: BSD-3-Clause @@ -146,6 +145,9 @@ exit $ret %changelog +* Wed Aug 23 2023 Remi Collet <remi@remirepo.net> - 6.0.1-3 +- Enable test suite + * Wed Jul 19 2023 Remi Collet <remi@remirepo.net> - 6.0.1-1 - update to 6.0.1 |