diff options
author | Remi Collet <remi@remirepo.net> | 2025-04-03 17:32:07 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-04-03 17:32:07 +0200 |
commit | 0d734a74015a71cffd66a650a1d15113235c7749 (patch) | |
tree | ed72e72970ee8b75c8f4547983ee380519b280aa | |
parent | 760e7f5a2d6398d0651df367e0c52e10f9964af1 (diff) |
-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 |