summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpcov.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/phpcov.spec b/phpcov.spec
index 77c45df..b68afda 100644
--- a/phpcov.spec
+++ b/phpcov.spec
@@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 23c15ce31681fd8310546f22fdbc42015ca54ab4
+%global gh_commit b91ef1640a7571f32e2eb58b107865f4c87a2eef
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project phpcov
@@ -25,7 +25,7 @@
Name: %{pk_project}
-Version: 7.0.1
+Version: 7.0.2
Release: 1%{?dist}
Summary: CLI frontend for PHP_CodeCoverage
@@ -170,6 +170,9 @@ exit $ret;
%changelog
+* Thu Mar 5 2020 Remi Collet <remi@remirepo.net> - 7.0.2-1
+- update to 7.0.2
+
* Mon Feb 10 2020 Remi Collet <remi@remirepo.net> - 7.0.1-1
- update to 7.0.1
- raise dependency on PHP 7.3