From 596f055263b3e5f736b0c00350cfe171b2a0edc0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Sep 2023 07:37:29 +0200 Subject: update to 9.0.1 --- phpcov.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'phpcov.spec') diff --git a/phpcov.spec b/phpcov.spec index ecb7555..e5731b8 100644 --- a/phpcov.spec +++ b/phpcov.spec @@ -12,7 +12,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit e314a94c87176732267056b497e5a88931db90cc +%global gh_commit fd8ac3e2623203a439e7843035550950fbff77ec %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpcov @@ -26,7 +26,7 @@ Name: %{pk_project} -Version: 9.0.0 +Version: 9.0.1 Release: 1%{?dist} Summary: CLI frontend for PHP_CodeCoverage @@ -107,7 +107,7 @@ Provides: php-composer(%{pk_vendor}/%{pk_project}) = %{version} %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p0 -b .rpm +%patch -P0 -p0 -b .rpm %build @@ -152,7 +152,7 @@ rm tests/end-to-end/merge/valid-directory-with-text-report-stdout.phpt rm tests/end-to-end/patch-coverage/valid-arguments-with-valid-path-prefix.phpt ret=0 -for cmd in php php81 php82; do +for cmd in php php81 php82 php83; do if which $cmd; then $cmd $EXT -d xdebug.mode=coverage %{_bindir}/phpunit10 --testsuite end-to-end || ret=1 fi @@ -174,6 +174,9 @@ exit $ret; %changelog +* Mon Sep 11 2023 Remi Collet - 9.0.1-1 +- update to 9.0.1 + * Mon Feb 13 2023 Remi Collet - 9.0.0-1 - update to 9.0.0 - raise dependency on PHP 8.1 -- cgit