summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-sebastian-comparator8.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-sebastian-comparator8.spec b/php-sebastian-comparator8.spec
index cf5c897..24774a0 100644
--- a/php-sebastian-comparator8.spec
+++ b/php-sebastian-comparator8.spec
@@ -1,4 +1,4 @@
-# remirepo/fedora spec file for php-sebastian-comparator7
+# remirepo/fedora spec file for php-sebastian-comparator8
#
# SPDX-FileCopyrightText: Copyright 2014-2026 Remi Collet
# SPDX-License-Identifier: CECILL-2.1
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
-%bcond_with tests
+%bcond_without tests
%global gh_commit 29b232ddc29c2b114c0358c69b3084e7c3da0d58
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
@@ -25,7 +25,7 @@
Name: php-%{pk_vendor}-%{pk_project}%{major}
Version: 8.0.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Compare PHP values for equality, version %{major}
License: BSD-3-Clause
@@ -43,7 +43,7 @@ BuildRequires: php-fedora-autoloader-devel
%if %{with tests}
# from composer.json, "require-dev": {
# "phpunit/phpunit": "^13.0"
-BuildRequires: phpunit12 >= 13
+BuildRequires: phpunit13
BuildRequires: (php-composer(%{pk_vendor}/diff) >= 8.0 with php-composer(%{pk_vendor}/diff) < 9)
BuildRequires: (php-composer(%{pk_vendor}/exporter) >= 8.0 with php-composer(%{pk_vendor}/exporter) < 9)
%endif
@@ -124,6 +124,9 @@ exit $ret
%changelog
+* Tue Feb 10 2026 Remi Collet <remi@remirepo.net> - 8.0.0-2
+- enable test suite
+
* Fri Feb 6 2026 Remi Collet <remi@remirepo.net> - 8.0.0-1
- update to 8.0.0
- raise dependency on PHP 8.4