From c3603b0a988e5ae935117ce98d04a46e2e1708e8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Jul 2024 09:35:06 +0200 Subject: update to 10.1.15 --- php-phpunit-php-code-coverage10.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-phpunit-php-code-coverage10.spec') diff --git a/php-phpunit-php-code-coverage10.spec b/php-phpunit-php-code-coverage10.spec index 69146b3..b0bc22a 100644 --- a/php-phpunit-php-code-coverage10.spec +++ b/php-phpunit-php-code-coverage10.spec @@ -10,11 +10,11 @@ %bcond_without tests # Github -%global gh_commit e3f51450ebffe8e0efdf7346ae966a656f7d5e5b +%global gh_commit 5da8b1728acd1e6ffdf2ff32ffbdfd04307f26ae %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-code-coverage -%global gh_date 2024-03-12 +%global gh_date 2024-06-29 # Packagist %global pk_vendor phpunit %global pk_project php-code-coverage @@ -25,7 +25,7 @@ %global ver_major 10 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 10.1.14 +Version: 10.1.15 Release: 1%{?dist} Summary: PHP code coverage information, version %{ver_major} @@ -230,6 +230,9 @@ exit $ret %changelog +* Tue Jul 2 2024 Remi Collet - 10.1.15-1 +- update to 10.1.15 + * Wed Mar 13 2024 Remi Collet - 10.1.14-1 - update to 10.1.14 -- cgit