diff options
author | Remi Collet <remi@remirepo.net> | 2023-11-16 10:33:31 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-11-16 10:33:31 +0100 |
commit | 5afb5057824a970e53a7ac6b77bf396202285295 (patch) | |
tree | d9868eaca76832284e7f9b2590809b688b3b7615 | |
parent | 99bc89a8ebc0cccc05aeac54367fb25c98e4abcb (diff) |
update to 10.1.8
-rw-r--r-- | php-phpunit-php-code-coverage10.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-php-code-coverage10.spec b/php-phpunit-php-code-coverage10.spec index 33e24af..79cefa6 100644 --- a/php-phpunit-php-code-coverage10.spec +++ b/php-phpunit-php-code-coverage10.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 355324ca4980b8916c18b9db29f3ef484078f26e +%global gh_commit 84838eed9ded511f61dc3e8b5944a52d9017b297 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann %global gh_project php-code-coverage @@ -24,7 +24,7 @@ %global ver_major 10 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 10.1.7 +Version: 10.1.8 Release: 1%{?dist} Summary: PHP code coverage information, version %{ver_major} @@ -226,6 +226,9 @@ exit $ret %changelog +* Thu Nov 16 2023 Remi Collet <remi@remirepo.net> - 10.1.8-1 +- update to 10.1.8 + * Thu Oct 5 2023 Remi Collet <remi@remirepo.net> - 10.1.7-1 - update to 10.1.7 |