diff options
-rw-r--r-- | php-phpunit-php-code-coverage12.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-php-code-coverage12.spec b/php-phpunit-php-code-coverage12.spec index f5abd6f..2cc3193 100644 --- a/php-phpunit-php-code-coverage12.spec +++ b/php-phpunit-php-code-coverage12.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 0ce76cf0940abbc31525420b7b8d174656c6675d +%global gh_commit 05c33d01a856f9f62488d144bafddc3d7b7a4ebb %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-code-coverage @@ -25,7 +25,7 @@ %global ver_major 12 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 12.1.1 +Version: 12.1.2 Release: 1%{?dist} Summary: PHP code coverage information, version %{ver_major} @@ -189,6 +189,9 @@ exit $ret %changelog +* Thu Apr 3 2025 Remi Collet <remi@remirepo.net> - 12.1.2-1 +- update to 12.1.2 + * Thu Apr 3 2025 Remi Collet <remi@remirepo.net> - 12.1.1-1 - update to 12.1.1 |