summaryrefslogtreecommitdiffstats
path: root/phpcov.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-11 08:38:39 +0200
committerRemi Collet <remi@remirepo.net>2020-09-11 08:38:39 +0200
commit3d5175b4cd4870c9510c68205b17b989320a63d1 (patch)
tree5ba390c88a99a9554731bafbde2c2fc6355593bc /phpcov.spec
parenteaff55d2ec9299e61ef0b436532e1b76d76ec633 (diff)
update to 8.1.1 (no change)
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