diff options
author | Remi Collet <remi@remirepo.net> | 2023-09-01 07:53:30 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-09-01 07:53:30 +0200 |
commit | cfbd99e4757219eed7af543a8f4bae84edb21889 (patch) | |
tree | fe08510b1dd99bef47ca6814f943fe9e98be6bb5 | |
parent | dc7af16245331afd45145b26b4ee3027d0c1daf8 (diff) |
update to 10.1.4
-rw-r--r-- | php-phpunit-php-code-coverage10.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-php-code-coverage10.spec b/php-phpunit-php-code-coverage10.spec index a6f63ab..126772a 100644 --- a/php-phpunit-php-code-coverage10.spec +++ b/php-phpunit-php-code-coverage10.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit be1fe461fdc917de2a29a452ccf2657d325b443d +%global gh_commit cd59bb34756a16ca8253ce9b2909039c227fff71 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann %global gh_project php-code-coverage @@ -24,8 +24,8 @@ %global ver_major 10 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 10.1.3 -Release: 2%{?dist} +Version: 10.1.4 +Release: 1%{?dist} Summary: PHP code coverage information, version %{ver_major} # SPDX: Main license is BSD-3-Clause @@ -226,6 +226,9 @@ exit $ret %changelog +* Fri Sep 1 2023 Remi Collet <remi@remirepo.net> - 10.1.4-1 +- update to 10.1.4 + * Wed Aug 23 2023 Remi Collet <remi@remirepo.net> - 10.1.3-2 - Enable test suite |