From 1bd5a09cb496d45bafc7d951bfc9c8802578d53b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Aug 2020 16:11:28 +0200 Subject: update to 7.0.1 --- php-phpunit-phploc.spec | 7 +++++-- 1 file 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 - 7.0.1-1 +- update to 7.0.1 + * Thu Aug 13 2020 Remi Collet - 7.0.0-1 - update to 7.0.0 - sources from git snapshot -- cgit