summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-02-10 08:49:20 +0100
committerRemi Collet <remi@php.net>2026-02-10 08:49:20 +0100
commit7633959773925d0d8901d42d5add58f9da3f87fc (patch)
treeea8c5d20f73fb2d835e3d7a4b74942ff45d7248b
parentd012b9e79cb49a6d9733930a2d2fef11d95a0f15 (diff)
enable test suiteHEADmaster
-rw-r--r--php-sebastian-cli-parser5.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-sebastian-cli-parser5.spec b/php-sebastian-cli-parser5.spec
index 1a8c880..6f42bc2 100644
--- a/php-sebastian-cli-parser5.spec
+++ b/php-sebastian-cli-parser5.spec
@@ -1,4 +1,4 @@
-# remirepo/fedora spec file for php-sebastian-cli-parser4
+# remirepo/fedora spec file for php-sebastian-cli-parser5
#
# 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 48a4654fa5e48c1c81214e9930048a572d4b23ca
@@ -26,7 +26,7 @@
Name: php-%{pk_vendor}-%{pk_project}%{major}
Version: 5.0.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Library for parsing CLI options, version %{major}
License: BSD-3-Clause
@@ -105,6 +105,9 @@ exit $ret
%changelog
+* Tue Feb 10 2026 Remi Collet <remi@remirepo.net> - 5.0.0-2
+- enable test suite
+
* Fri Feb 6 2026 Remi Collet <remi@remirepo.net> - 5.0.0-1
- update to 5.0.0
- raise dependency on PHP 8.4