diff options
Diffstat (limited to 'php-phpunit-php-code-coverage11.spec')
-rw-r--r-- | php-phpunit-php-code-coverage11.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-php-code-coverage11.spec b/php-phpunit-php-code-coverage11.spec index 43debd3..b4e0d7b 100644 --- a/php-phpunit-php-code-coverage11.spec +++ b/php-phpunit-php-code-coverage11.spec @@ -11,11 +11,11 @@ %bcond_with tests # Github -%global gh_commit 9e0a298b4dc6438a1e70ac8e1b3ea4980ae5a09b +%global gh_commit 7e35a2cbcabac0e6865fd373742ea432a3c34f92 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-code-coverage -%global gh_date 2024-03-09 +%global gh_date 2024-03-12 # Packagist %global pk_vendor phpunit %global pk_project php-code-coverage @@ -26,7 +26,7 @@ %global ver_major 11 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 11.0.2 +Version: 11.0.3 Release: 1%{?dist} Summary: PHP code coverage information, version %{ver_major} @@ -229,6 +229,9 @@ exit $ret %changelog +* Wed Mar 13 2024 Remi Collet <remi@remirepo.net> - 11.0.3-1 +- update to 11.0.3 + * Mon Mar 11 2024 Remi Collet <remi@remirepo.net> - 11.0.2-1 - update to 11.0.2 |