From 0d734a74015a71cffd66a650a1d15113235c7749 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Apr 2025 17:32:07 +0200 Subject: update to 12.1.2 --- php-phpunit-php-code-coverage12.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-phpunit-php-code-coverage12.spec') diff --git a/php-phpunit-php-code-coverage12.spec b/php-phpunit-php-code-coverage12.spec index f5abd6f..2cc3193 100644 --- a/php-phpunit-php-code-coverage12.spec +++ b/php-phpunit-php-code-coverage12.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 0ce76cf0940abbc31525420b7b8d174656c6675d +%global gh_commit 05c33d01a856f9f62488d144bafddc3d7b7a4ebb %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-code-coverage @@ -25,7 +25,7 @@ %global ver_major 12 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 12.1.1 +Version: 12.1.2 Release: 1%{?dist} Summary: PHP code coverage information, version %{ver_major} @@ -189,6 +189,9 @@ exit $ret %changelog +* Thu Apr 3 2025 Remi Collet - 12.1.2-1 +- update to 12.1.2 + * Thu Apr 3 2025 Remi Collet - 12.1.1-1 - update to 12.1.1 -- cgit