enable test suite

This commit is contained in:
Remi Collet 2025-02-04 08:55:13 +01:00
commit 8d92a96020

View file

@ -1,6 +1,6 @@
# remirepo/fedora spec file for php-phpunit-php-code-coverage11
#
# SPDX-FileCopyrightText: Copyright 2013-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