diff options
author | Remi Collet <remi@remirepo.net> | 2019-06-06 16:11:07 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-06-06 16:11:07 +0200 |
commit | cef39ff3802f2306ff8a29d8909ba56a5b7e0f71 (patch) | |
tree | eed58ee8472f5cd2c807729ee1c5cc420c3ffae4 | |
parent | 8ad1e229822d2734c6f0ff41db0f1c7bb1418b74 (diff) |
v7.0.5
-rw-r--r-- | php-phpunit-php-code-coverage7.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-php-code-coverage7.spec b/php-phpunit-php-code-coverage7.spec index 51e43b6..53f7cae 100644 --- a/php-phpunit-php-code-coverage7.spec +++ b/php-phpunit-php-code-coverage7.spec @@ -9,7 +9,7 @@ %global bootstrap 0 # Github -%global gh_commit 6024c8a6cb962d496b7bd049ed8f48473824176d +%global gh_commit aed67b57d459dcab93e84a5c9703d3deb5025dff #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -29,7 +29,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 7.0.4 +Version: 7.0.5 Release: 1%{?dist} Summary: PHP code coverage information @@ -202,6 +202,9 @@ exit $ret %changelog +* Thu Jun 6 2019 Remi Collet <remi@remirepo.net> - 7.0.5-1 +- update to 7.0.5 + * Wed May 29 2019 Remi Collet <remi@remirepo.net> - 7.0.4-1 - update to 7.0.4 |