diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-10 11:36:49 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-10 11:36:49 +0100 |
commit | 8b7a9a1878896505171a47e5f56b1d2a63cab71e (patch) | |
tree | 6bb5f44112c312d47389f0aba003617cd366fc38 | |
parent | 5bbf4a664196d24fa1a587aab785eb9a60213d55 (diff) |
-rw-r--r-- | php-sebastian-diff7.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/php-sebastian-diff7.spec b/php-sebastian-diff7.spec index cd4e67c..00216ac 100644 --- a/php-sebastian-diff7.spec +++ b/php-sebastian-diff7.spec @@ -7,8 +7,7 @@ # Please, preserve the changelog entries # -# disabled until phpunit12 available -%bcond_with tests +%bcond_without tests %global gh_commit 7ab1ea946c012266ca32390913653d844ecd085f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) @@ -27,7 +26,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 7.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Diff implementation, version %{major} License: BSD-3-Clause @@ -109,6 +108,9 @@ exit $ret %changelog +* Mon Feb 10 2025 Remi Collet <remi@remirepo.net> - 7.0.0-2 +- enable test suite + * Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 7.0.0-1 - update to 7.0.0 - raise dependency on PHP 8.3 |