summaryrefslogtreecommitdiffstats
path: root/phpcov.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-09-11 07:37:29 +0200
committerRemi Collet <remi@php.net>2023-09-11 07:37:29 +0200
commit596f055263b3e5f736b0c00350cfe171b2a0edc0 (patch)
treedf6e4fc135ee6f0936d9a87c0c2142bcec74cf58 /phpcov.spec
parent1bbb01f94714d5da53c973baf63928a702c0725c (diff)
update to 9.0.1
Diffstat (limited to 'phpcov.spec')
-rw-r--r--phpcov.spec11
1 files changed, 7 insertions, 4 deletions
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 <remi@remirepo.net> - 9.0.1-1
+- update to 9.0.1
+
* Mon Feb 13 2023 Remi Collet <remi@remirepo.net> - 9.0.0-1
- update to 9.0.0
- raise dependency on PHP 8.1