diff options
Diffstat (limited to 'php-phpunit-php-code-coverage11.spec')
-rw-r--r-- | php-phpunit-php-code-coverage11.spec | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/php-phpunit-php-code-coverage11.spec b/php-phpunit-php-code-coverage11.spec index f52aa80..117c4cc 100644 --- a/php-phpunit-php-code-coverage11.spec +++ b/php-phpunit-php-code-coverage11.spec @@ -1,21 +1,21 @@ # remirepo/fedora spec file for php-phpunit-php-code-coverage11 # -# Copyright (c) 2013-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2013-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # # disabled until phpunit11 available -%bcond_with tests +%bcond_without tests # Github -%global gh_commit f7f08030e8811582cc459871d28d6f5a1a4d35ca +%global gh_commit 418c59fd080954f8c4aa5631d9502ecda2387118 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-code-coverage -%global gh_date 2024-10-09 +%global gh_date 2024-12-11 # Packagist %global pk_vendor phpunit %global pk_project php-code-coverage @@ -26,8 +26,8 @@ %global ver_major 11 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 11.0.7 -Release: 1%{?dist} +Version: 11.0.8 +Release: 2%{?dist} Summary: PHP code coverage information, version %{ver_major} # SPDX: Main license is BSD-3-Clause @@ -63,8 +63,8 @@ BuildRequires: php-spl BuildRequires: php-tokenizer BuildRequires: php-xmlwriter # From composer.json, "require-dev": { -# "phpunit/phpunit": "^11.4.1" -BuildRequires: phpunit11 >= 11.4.1 +# "phpunit/phpunit": "^11.5.0" +BuildRequires: phpunit11 >= 11.5.0 BuildRequires: php-xdebug %endif @@ -202,6 +202,13 @@ 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 + * Wed Oct 9 2024 Remi Collet <remi@remirepo.net> - 11.0.7-1 - update to 11.0.7 - raise dependency on nikic/php-parser 5.3.1 |