diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-01 15:53:12 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-01 15:53:12 +0200 |
commit | bec7698f446345b131a5f2233044de4b0c50f25e (patch) | |
tree | 824f9fda3387661c17b225079ffa56ebb074e2a7 /php-phpunit-php-code-coverage9.spec | |
parent | cc942d55ae1f6c9d53df0c7477c7a7b46b8f60ff (diff) |
update to 9.2.17
Diffstat (limited to 'php-phpunit-php-code-coverage9.spec')
-rw-r--r-- | php-phpunit-php-code-coverage9.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-php-code-coverage9.spec b/php-phpunit-php-code-coverage9.spec index 8574a6d..b1ae5d4 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 2593003befdcc10db5e213f9f28814f5aa8ac073 +%global gh_commit aa94dc41e8661fe90c7316849907cba3007b10d8 #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.16 +Version: 9.2.17 Release: 1%{?dist} Summary: PHP code coverage information @@ -213,6 +213,9 @@ exit $ret %changelog +* Thu Sep 1 2022 Remi Collet <remi@remirepo.net> - 9.2.17-1 +- update to 9.2.17 + * Tue Aug 30 2022 Remi Collet <remi@remirepo.net> - 9.2.16-1 - update to 9.2.16 - raise dependency on nikic/php-parser 4.14 |