diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-18 16:11:28 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-18 16:11:28 +0200 |
commit | 1bd5a09cb496d45bafc7d951bfc9c8802578d53b (patch) | |
tree | ffe1bb2610f648898d57d0f08332965c75421622 | |
parent | ae9a3869248884f21894b763a58430ac57fbec87 (diff) |
update to 7.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 f13ebb0..0ce1a84 100644 --- a/php-phpunit-phploc.spec +++ b/php-phpunit-phploc.spec @@ -13,7 +13,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 9f307141df2d7698fc6d42999411e2dd147ca817 +%global gh_commit e3c1dc59ddd33e12abf5325a3f42261b8ef26142 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phploc @@ -25,7 +25,7 @@ %global ns_project PHPLOC Name: php-phpunit-phploc -Version: 7.0.0 +Version: 7.0.1 Release: 1%{?dist} Summary: A tool for quickly measuring the size of a PHP project @@ -166,6 +166,9 @@ fi %changelog +* Tue Aug 18 2020 Remi Collet <remi@remirepo.net> - 7.0.1-1 +- update to 7.0.1 + * Thu Aug 13 2020 Remi Collet <remi@remirepo.net> - 7.0.0-1 - update to 7.0.0 - sources from git snapshot |