From c3d24bec64ac45aba0ab5e4ad9997831a6d58463 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Jan 2023 14:33:48 +0100 Subject: update to 9.2.24 --- php-phpunit-php-code-coverage9.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-phpunit-php-code-coverage9.spec b/php-phpunit-php-code-coverage9.spec index 3af799d..76779a4 100644 --- a/php-phpunit-php-code-coverage9.spec +++ b/php-phpunit-php-code-coverage9.spec @@ -1,7 +1,7 @@ # remirepo/fedora spec file for php-phpunit-php-code-coverage9 # # Copyright (c) 2013-2023 Remi Collet -# License: CC-BY-SA +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c +%global gh_commit 2cf940ebc6355a9d430462811b5aaa308b174bed #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.23 +Version: 9.2.24 Release: 1%{?dist} Summary: PHP code coverage information @@ -213,6 +213,9 @@ exit $ret %changelog +* Thu Jan 26 2023 Remi Collet - 9.2.24-1 +- update to 9.2.24 + * Mon Jan 2 2023 Remi Collet - 9.2.23-1 - update to 9.2.23 -- cgit