diff options
| author | Remi Collet <remi@remirepo.net> | 2026-02-10 08:50:05 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-02-10 08:50:05 +0100 |
| commit | 17e8dd5a16cccd47d9c667b147bbc7c078dc36fe (patch) | |
| tree | 6aeea785a36510f93529fdf65df7cab45c99978f | |
| parent | 188b5520d49f943f2f7b2f82fbfc7e7c5ed23d4f (diff) | |
| -rw-r--r-- | php-sebastian-complexity6.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-sebastian-complexity6.spec b/php-sebastian-complexity6.spec index ed6184d..9600b37 100644 --- a/php-sebastian-complexity6.spec +++ b/php-sebastian-complexity6.spec @@ -1,4 +1,4 @@ -# remirepo/fedora spec file for php-sebastian-complexity5 +# remirepo/fedora spec file for php-sebastian-complexity6 # # SPDX-FileCopyrightText: Copyright 2020-2026 Remi Collet # SPDX-License-Identifier: CECILL-2.1 @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%bcond_with tests +%bcond_without tests # github %global gh_commit c5651c795c98093480df79350cb050813fc7a2f3 @@ -26,7 +26,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 6.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Calculating the complexity of PHP code units, version %{major} License: BSD-3-Clause @@ -115,6 +115,9 @@ exit $ret %changelog +* Tue Feb 10 2026 Remi Collet <remi@remirepo.net> - 6.0.0-2 +- enable test suite + * Fri Feb 6 2026 Remi Collet <remi@remirepo.net> - 6.0.0-1 - update to 6.0.0 - raise dependency on PHP 8.4 |
