From fe37b660208cbb40a77bd8743499c7418c07810a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Feb 2025 15:11:15 +0100 Subject: update to 12.0.1 --- php-phpunit-php-code-coverage12.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-phpunit-php-code-coverage12.spec b/php-phpunit-php-code-coverage12.spec index 78fafc6..8b5576e 100644 --- a/php-phpunit-php-code-coverage12.spec +++ b/php-phpunit-php-code-coverage12.spec @@ -11,7 +11,7 @@ %bcond_with tests # Github -%global gh_commit b1fbe7ded00c951a3507b2352bd6c30574fd9672 +%global gh_commit 89d8cb213336dfd15f134bd4ebfd9a420bba6024 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-code-coverage @@ -26,7 +26,7 @@ %global ver_major 12 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 12.0.0 +Version: 12.0.1 Release: 1%{?dist} Summary: PHP code coverage information, version %{ver_major} @@ -190,6 +190,9 @@ exit $ret %changelog +* Fri Feb 7 2025 Remi Collet - 12.0.1-1 +- update to 12.0.1 + * Fri Feb 7 2025 Remi Collet - 12.0.0-1 - update to 12.0.0 - raise depdendency on PHP 8.3 -- cgit