From b1fff3283f5e698a0c3bfe1bf940e75a6b0d072f Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Thu, 27 Feb 2020 14:27:36 +0100
Subject: update to 6.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 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
-- 
cgit