diff options
author | Remi Collet <remi@remirepo.net> | 2023-03-06 15:01:00 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-03-06 15:01:00 +0100 |
commit | 4158e76f5376fe3c2cfa545cec7eec3bca2edc89 (patch) | |
tree | 566003f7e43181f214209d33fc5cb162df52bcfb | |
parent | e7afcd7a269bec328f19bbd24537afbbca50523c (diff) |
update to 10.0.2
-rw-r--r-- | composer.json | 4 | ||||
-rw-r--r-- | php-phpunit-php-code-coverage10.spec | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json index b916ef5..1a1bad2 100644 --- a/composer.json +++ b/composer.json @@ -46,8 +46,8 @@ "phpunit/phpunit": "^10.0" }, "suggest": { - "ext-pcov": "*", - "ext-xdebug": "*" + "ext-pcov": "PHP extension that provides line coverage", + "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" }, "autoload": { "classmap": [ diff --git a/php-phpunit-php-code-coverage10.spec b/php-phpunit-php-code-coverage10.spec index 2fc89af..9fc3a3b 100644 --- a/php-phpunit-php-code-coverage10.spec +++ b/php-phpunit-php-code-coverage10.spec @@ -11,7 +11,7 @@ %bcond_with tests # Github -%global gh_commit b9c21a93dd8c8eed79879374884ee733259475cc +%global gh_commit 20800e84296ea4732f9a125e08ce86b4004ae3e4 #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -26,7 +26,7 @@ %global ver_major 10 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 10.0.1 +Version: 10.0.2 Release: 1%{?dist} Summary: PHP code coverage information, version %{ver_major} @@ -219,12 +219,15 @@ exit $ret %{!?_licensedir:%global license %%doc} %license LICENSE %doc README.md -%doc ChangeLog.md +%doc ChangeLog-10.0.md %doc composer.json %{php_home}/%{ns_vendor}/%{ns_project}%{ver_major} %changelog +* Mon Mar 6 2023 Remi Collet <remi@remirepo.net> - 10.0.2-1 +- update to 10.0.2 + * Tue Feb 28 2023 Remi Collet <remi@remirepo.net> - 10.0.1-1 - update to 10.0.1 - raise dependency on nikic/php-parser 4.15 |