diff options
author | Remi Collet <remi@remirepo.net> | 2023-03-06 15:01:53 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-03-06 15:01:53 +0100 |
commit | e8d3dc5945874565078e8aac4b2e8eda755bcf37 (patch) | |
tree | 2be4d44bd08951f816691477f5a993f1c58b955a | |
parent | 67673962e5f03996dc6b5586e7278c7fe90b914a (diff) |
update to 9.2.26
-rw-r--r-- | composer.json | 4 | ||||
-rw-r--r-- | php-phpunit-php-code-coverage9.spec | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 6db6936..d6f1079 100644 --- a/composer.json +++ b/composer.json @@ -46,8 +46,8 @@ "phpunit/phpunit": "^9.3" }, "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-coverage9.spec b/php-phpunit-php-code-coverage9.spec index 301aa72..263a478 100644 --- a/php-phpunit-php-code-coverage9.spec +++ b/php-phpunit-php-code-coverage9.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 0e2b40518197a8c0d4b08bc34dfff1c99c508954 +%global gh_commit 443bc6912c9bd5b409254a40f4b0f4ced7c80ea1 #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 9 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 9.2.25 +Version: 9.2.26 Release: 1%{?dist} Summary: PHP code coverage information, version %{ver_major} @@ -209,12 +209,15 @@ exit $ret %{!?_licensedir:%global license %%doc} %license LICENSE %doc README.md -%doc ChangeLog.md +%doc ChangeLog-9.2.md %doc composer.json %{php_home}/%{ns_vendor}/%{ns_project}%{ver_major} %changelog +* Mon Mar 6 2023 Remi Collet <remi@remirepo.net> - 9.2.26-1 +- update to 9.2.26 + * Tue Feb 28 2023 Remi Collet <remi@remirepo.net> - 9.2.25-1 - update to 9.2.25 - raise dependency on nikic/php-parser 4.14 |