From 085de11c3ab7f9a756709450ff01a23add7f7f47 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Feb 2026 08:52:09 +0100 Subject: enable test suite --- php-sebastian-lines-of-code5.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-sebastian-lines-of-code5.spec b/php-sebastian-lines-of-code5.spec index 5445905..afaf9ca 100644 --- a/php-sebastian-lines-of-code5.spec +++ b/php-sebastian-lines-of-code5.spec @@ -1,4 +1,4 @@ -# remirepo/fedora spec file for php-sebastian-lines-of-code4 +# remirepo/fedora spec file for php-sebastian-lines-of-code5 # # 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 4f21bb7768e1c997722ccc7efb1d6b5c11bfd471 @@ -26,7 +26,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 5.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Counting the lines of code in PHP source code, version %{major} License: BSD-3-Clause @@ -114,6 +114,9 @@ exit $ret %changelog +* Tue Feb 10 2026 Remi Collet - 5.0.0-2 +- enable test suite + * Fri Feb 6 2026 Remi Collet - 5.0.0-1 - update to 5.0.0 - raise dependency on PHP 8.4 -- cgit