From 99d4706a87884e78af3aac8ee0f13721a0359973 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Feb 2025 11:38:19 +0100 Subject: enable test suite --- php-sebastian-comparator7.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'php-sebastian-comparator7.spec') diff --git a/php-sebastian-comparator7.spec b/php-sebastian-comparator7.spec index 5497a63..fbe7cb0 100644 --- a/php-sebastian-comparator7.spec +++ b/php-sebastian-comparator7.spec @@ -7,8 +7,7 @@ # Please, preserve the changelog entries # -# disabled until phpunit12 available -%bcond_with tests +%bcond_without tests %global gh_commit 18eb5a4f854dbd1d6512c459b605de2edb5a0b47 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) @@ -26,7 +25,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 7.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Compare PHP values for equality, version %{major} License: BSD-3-Clause @@ -88,8 +87,8 @@ phpab --template fedora --output src/autoload.php src cat < - 7.0.0-2 +- enable test suite + * Fri Feb 7 2025 Remi Collet - 7.0.0-1 - update to 7.0.0 - raise dependency on PHP 8.3 -- cgit