diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-18 15:44:41 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-18 15:44:41 +0100 |
commit | 203c1d79d2f6f27901ee2c241d484afae2879765 (patch) | |
tree | 7e79fe905f778d3e10ee115e44423fb9fa6afdcf | |
parent | 383c3eaab69f5ddf4b8f9de2c7bcf35f2a17ae95 (diff) |
update to 12.0.3
-rw-r--r-- | php-phpunit-php-code-coverage12.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-phpunit-php-code-coverage12.spec b/php-phpunit-php-code-coverage12.spec index a9e0107..a5a938e 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 69dde560510151f7d04315fac6c72016cc5d7bc8 +%global gh_commit 2e3038bff41d56114e5396151060f5ac9d2d6751 %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-08 +%global gh_date 2025-02-18 # Packagist %global pk_vendor phpunit %global pk_project php-code-coverage @@ -25,8 +25,8 @@ %global ver_major 12 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 12.0.2 -Release: 2%{?dist} +Version: 12.0.3 +Release: 1%{?dist} Summary: PHP code coverage information, version %{ver_major} # SPDX: Main license is BSD-3-Clause @@ -189,6 +189,9 @@ exit $ret %changelog +* Tue Feb 18 2025 Remi Collet <remi@remirepo.net> - 12.0.3-1 +- update to 12.0.3 + * Mon Feb 10 2025 Remi Collet <remi@remirepo.net> - 12.0.2-2 - enable test suite |