diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-29 09:19:48 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-29 09:19:48 +0200 |
commit | ace92684e179edef4176e90dc7e1e35b5d7ab585 (patch) | |
tree | 70831e3eb004026849fb7edca6b848060a8407a7 | |
parent | 04f78ac17c5e53928590c0959dc3c52edd4a3045 (diff) |
-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 20833e2..2e1f862 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 ddec29dfc128eba9c204389960f2063f3b7fa170 +%global gh_commit 086553c5b2e0e1e20293d782d788ab768202b621 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-code-coverage -%global gh_date 2025-06-18 +%global gh_date 2025-07-29 # 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.1 +Version: 12.3.2 Release: 1%{?dist} Summary: PHP code coverage information, version %{ver_major} @@ -187,6 +187,9 @@ exit $ret %changelog +* Tue Jul 29 2025 Remi Collet <remi@remirepo.net> - 12.3.2-1 +- update to 12.3.2 + * Thu Jun 19 2025 Remi Collet <remi@remirepo.net> - 12.3.1-1 - update to 12.3.1 |