From 9867ec240e40524fd8acd0d6cb1ebc5bdbcbac83 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Mar 2024 12:23:49 +0100 Subject: update to 11.0.1 --- php-phpunit-php-code-coverage11.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-phpunit-php-code-coverage11.spec b/php-phpunit-php-code-coverage11.spec index 256f566..4856ff1 100644 --- a/php-phpunit-php-code-coverage11.spec +++ b/php-phpunit-php-code-coverage11.spec @@ -11,11 +11,11 @@ %bcond_with tests # Github -%global gh_commit 5e238e4b982cb272bf9faeee6f33af83d465d0e2 +%global gh_commit 89702be0ad026873ef3a1605fe8726254eef4e2c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-code-coverage -%global gh_date 2024-02-02 +%global gh_date 2024-03-02 # Packagist %global pk_vendor phpunit %global pk_project php-code-coverage @@ -26,8 +26,8 @@ %global ver_major 11 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 11.0.0 -Release: 2%{?dist} +Version: 11.0.1 +Release: 1%{?dist} Summary: PHP code coverage information, version %{ver_major} # SPDX: Main license is BSD-3-Clause @@ -228,6 +228,9 @@ exit $ret %changelog +* Tue Mar 5 2024 Remi Collet - 11.0.1-1 +- update to 11.0.1 + * Mon Feb 5 2024 Remi Collet - 11.0.0-2 - fix package URL -- cgit