From 321378091ef30d748145eb2d91c020971f593f05 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 20 Nov 2021 15:33:21 +0100 Subject: update to 9.2.9 --- php-phpunit-php-code-coverage9.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-phpunit-php-code-coverage9.spec') diff --git a/php-phpunit-php-code-coverage9.spec b/php-phpunit-php-code-coverage9.spec index dcbeaa8..0fb76d1 100644 --- a/php-phpunit-php-code-coverage9.spec +++ b/php-phpunit-php-code-coverage9.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit cf04e88a2e3c56fc1a65488afd493325b4c1bc3e +%global gh_commit f301eb1453c9e7a1bc912ee8b0ea9db22c60223b #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 9 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 9.2.8 +Version: 9.2.9 Release: 1%{?dist} Summary: PHP code coverage information @@ -213,6 +213,9 @@ exit $ret %changelog +* Sat Nov 20 2021 Remi Collet - 9.2.9-1 +- update to 9.2.9 + * Tue Nov 2 2021 Remi Collet - 9.2.8-1 - update to 9.2.8 - raise dependency on nikic/php-parser 4.13.0 -- cgit