From 0964fc56bc9dac059345e85f18f21160beca92a8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Mar 2024 12:19:35 +0100 Subject: update to 10.1.12 --- 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 9e17744..062126d 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 78c3b7625965c2513ee96569a4dbb62601784145 +%global gh_commit 842f72662d6b9edda84c4b6f13885fd9cd53dc63 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-code-coverage -%global gh_date 2023-12-21 +%global gh_date 2024-03-02 # 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.11 +Version: 10.1.12 Release: 1%{?dist} Summary: PHP code coverage information, version %{ver_major} @@ -230,6 +230,9 @@ exit $ret %changelog +* Tue Mar 5 2024 Remi Collet - 10.1.12-1 +- update to 10.1.12 + * Thu Dec 21 2023 Remi Collet - 10.1.11-1 - update to 10.1.11 - raise dependency on nikic/php-parser 4.18 and allow 5.0 -- cgit