From b0660147e53cd5d7e6ec514ce77f286d19d79753 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Mon, 10 Feb 2025 11:36:15 +0100
Subject: enable test suite

---
 php-sebastian-cli-parser4.spec | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

(limited to 'php-sebastian-cli-parser4.spec')

diff --git a/php-sebastian-cli-parser4.spec b/php-sebastian-cli-parser4.spec
index 7beaa5d..0ee5cdb 100644
--- a/php-sebastian-cli-parser4.spec
+++ b/php-sebastian-cli-parser4.spec
@@ -7,8 +7,7 @@
 # Please, preserve the changelog entries
 #
 
-# disabled until phpunit12 available
-%bcond_with          tests
+%bcond_without       tests
 
 # github
 %global gh_commit    6d584c727d9114bcdc14c86711cd1cad51778e7c
@@ -27,7 +26,7 @@
 
 Name:           php-%{pk_vendor}-%{pk_project}%{major}
 Version:        4.0.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Library for parsing CLI options, version %{major}
 
 License:        BSD-3-Clause
@@ -106,6 +105,9 @@ exit $ret
 
 
 %changelog
+* Mon Feb 10 2025 Remi Collet <remi@remirepo.net> - 4.0.0-2
+- enable test suite
+
 * Fri Feb  7 2025 Remi Collet <remi@remirepo.net> - 4.0.0-1
 - update to 4.0.0
 - raise dependency on PHP 8.3
-- 
cgit