diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-26 08:40:25 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-26 08:40:25 +0100 |
commit | b2d6b462d09ec7004e9bfad98093579ebc046bd7 (patch) | |
tree | c4eaae29e4dcaee4921f0363041f7cc9a0b1d1c1 | |
parent | 203c1d79d2f6f27901ee2c241d484afae2879765 (diff) |
update to 12.0.4
-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 a5a938e..f79f6d3 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 2e3038bff41d56114e5396151060f5ac9d2d6751 +%global gh_commit 79e5ef5897068689c7c325554d6df905480ce942 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-code-coverage -%global gh_date 2025-02-18 +%global gh_date 2025-02-25 # 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.0.3 +Version: 12.0.4 Release: 1%{?dist} Summary: PHP code coverage information, version %{ver_major} @@ -189,6 +189,9 @@ exit $ret %changelog +* Wed Feb 26 2025 Remi Collet <remi@remirepo.net> - 12.0.4-1 +- update to 12.0.4 + * Tue Feb 18 2025 Remi Collet <remi@remirepo.net> - 12.0.3-1 - update to 12.0.3 |