summaryrefslogtreecommitdiffstats
path: root/php-phpunit-php-code-coverage11.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-02-04 07:58:36 +0100
committerRemi Collet <remi@php.net>2025-02-04 07:58:36 +0100
commitaa0a3ba3736f103bd1a297dc5e048417ba86b6e9 (patch)
tree5fa1e10276c86e0fd471bd27c554f639af3eceb1 /php-phpunit-php-code-coverage11.spec
parent84f0df8a846a87cdcfc3d85293110c6e35af918f (diff)
enable test suiteHEADmaster
Diffstat (limited to 'php-phpunit-php-code-coverage11.spec')
-rw-r--r--php-phpunit-php-code-coverage11.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-php-code-coverage11.spec b/php-phpunit-php-code-coverage11.spec
index 6cb76bc..117c4cc 100644
--- a/php-phpunit-php-code-coverage11.spec
+++ b/php-phpunit-php-code-coverage11.spec
@@ -1,6 +1,6 @@
# remirepo/fedora spec file for php-phpunit-php-code-coverage11
#
-# SPDX-FileCopyrightText: Copyright 2024 Remi Collet
+# SPDX-FileCopyrightText: Copyright 2013-2025 Remi Collet
# SPDX-License-Identifier: CECILL-2.1
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
#
@@ -8,7 +8,7 @@
#
# disabled until phpunit11 available
-%bcond_with tests
+%bcond_without tests
# Github
%global gh_commit 418c59fd080954f8c4aa5631d9502ecda2387118
@@ -27,7 +27,7 @@
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
Version: 11.0.8
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: PHP code coverage information, version %{ver_major}
# SPDX: Main license is BSD-3-Clause
@@ -202,6 +202,9 @@ exit $ret
%changelog
+* Tue Feb 4 2025 Remi Collet <remi@remirepo.net> - 11.0.8-2
+- enable test suite
+
* Wed Dec 11 2024 Remi Collet <remi@remirepo.net> - 11.0.8-1
- update to 11.0.8
- re-license spec file to CECILL-2.1