From 99bc89a8ebc0cccc05aeac54367fb25c98e4abcb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Oct 2023 12:39:51 +0200 Subject: update to 10.1.7 --- php-phpunit-php-code-coverage10.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-phpunit-php-code-coverage10.spec b/php-phpunit-php-code-coverage10.spec index d5b7bce..33e24af 100644 --- a/php-phpunit-php-code-coverage10.spec +++ b/php-phpunit-php-code-coverage10.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 56f33548fe522c8d82da7ff3824b42829d324364 +%global gh_commit 355324ca4980b8916c18b9db29f3ef484078f26e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann %global gh_project php-code-coverage @@ -24,7 +24,7 @@ %global ver_major 10 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 10.1.6 +Version: 10.1.7 Release: 1%{?dist} Summary: PHP code coverage information, version %{ver_major} @@ -226,6 +226,9 @@ exit $ret %changelog +* Thu Oct 5 2023 Remi Collet - 10.1.7-1 +- update to 10.1.7 + * Tue Sep 19 2023 Remi Collet - 10.1.6-1 - update to 10.1.6 -- cgit