diff options
author | Remi Collet <remi@remirepo.net> | 2020-02-27 14:27:36 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-02-27 14:27:36 +0100 |
commit | b1fff3283f5e698a0c3bfe1bf940e75a6b0d072f (patch) | |
tree | 082a4320fbfb590e3337ad3c959e9c3acc596f63 | |
parent | 9be3596e421c7f9fd475487529fa52cfad7ec1cf (diff) |
update to 6.0.1
-rw-r--r-- | php-phpunit-phploc.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-phploc.spec b/php-phpunit-phploc.spec index 41f7b66..4c7ed74 100644 --- a/php-phpunit-phploc.spec +++ b/php-phpunit-phploc.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 3304fda7460777233e158c248fdca85d550a2851 +%global gh_commit 3c28f3bfc64be1d995f54e08ccec33dfd8b209a4 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phploc @@ -21,7 +21,7 @@ %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Name: php-phpunit-phploc -Version: 6.0.0 +Version: 6.0.1 Release: 1%{?dist} Summary: A tool for quickly measuring the size of a PHP project @@ -161,6 +161,9 @@ fi %changelog +* Thu Feb 27 2020 Remi Collet <remi@remirepo.net> - 6.0.1-1 +- update to 6.0.1 + * Thu Feb 20 2020 Remi Collet <remi@remirepo.net> - 6.0.0-1 - update to 6.0.0 - raise depency on PHP 7.3 |