diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-17 15:13:33 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-17 15:13:33 +0200 |
commit | 14d804f17744a27f655a75067273ea4388949a47 (patch) | |
tree | a2be6bcd244b0178e46eee0b2c5348381633d6ca | |
parent | bbb313ed10c38111bd580e8aa5bda0f7d57f612b (diff) |
update to 12.3.8
-rw-r--r-- | php-phpunit-php-code-coverage12.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-php-code-coverage12.spec b/php-phpunit-php-code-coverage12.spec index 861b9a2..2508ea5 100644 --- a/php-phpunit-php-code-coverage12.spec +++ b/php-phpunit-php-code-coverage12.spec @@ -10,11 +10,11 @@ %bcond_without tests # Github -%global gh_commit bbede0f5593dad37af3be6a6f8e6ae1885e8a0a9 +%global gh_commit 99e692c6a84708211f7536ba322bbbaef57ac7fc %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-code-coverage -%global gh_date 2025-09-10 +%global gh_date 2025-09-17 # Packagist %global pk_vendor phpunit %global pk_project php-code-coverage @@ -25,7 +25,7 @@ %global ver_major 12 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 12.3.7 +Version: 12.3.8 Release: 1%{?dist} Summary: PHP code coverage information, version %{ver_major} @@ -187,6 +187,9 @@ exit $ret %changelog +* Wed Sep 17 2025 Remi Collet <remi@remirepo.net> - 12.3.8-1 +- update to 12.3.8 + * Wed Sep 10 2025 Remi Collet <remi@remirepo.net> - 12.3.7-1 - update to 12.3.7 |