summaryrefslogtreecommitdiffstats
path: root/phpcov.spec
diff options
context:
space:
mode:
Diffstat (limited to 'phpcov.spec')
-rw-r--r--phpcov.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/phpcov.spec b/phpcov.spec
index 16fa772..8f82b13 100644
--- a/phpcov.spec
+++ b/phpcov.spec
@@ -12,7 +12,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 9bd7e2d81500952551ea784ed73195afbaaa9dc7
+%global gh_commit c75b265c1e0e753424607369ca91437293b85fbe
%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: 8.1.0
+Version: 8.1.1
Release: 1%{?dist}
Summary: CLI frontend for PHP_CodeCoverage
@@ -173,6 +173,9 @@ exit $ret;
%changelog
+* Fri Sep 11 2020 Remi Collet <remi@remirepo.net> - 8.1.1-1
+- update to 8.1.1 (no change)
+
* Thu Aug 13 2020 Remi Collet <remi@remirepo.net> - 8.1.0-1
- update to 8.1.0
- add dependency on phpunit/php-file-iterator