From 8b1bd74bf83697b1a57387bbbcabcccd15f214ab Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Dec 2020 12:17:18 +0100 Subject: v7.0.2 --- php-phpunit-phploc.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-phpunit-phploc.spec') diff --git a/php-phpunit-phploc.spec b/php-phpunit-phploc.spec index 0ce1a84..74bdd26 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 e3c1dc59ddd33e12abf5325a3f42261b8ef26142 +%global gh_commit af0d5fc84f3f7725513ba59cdcbe670ac2a4532a %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.1 +Version: 7.0.2 Release: 1%{?dist} Summary: A tool for quickly measuring the size of a PHP project @@ -61,7 +61,7 @@ BuildRequires: %{phpunit} %endif # From composer.json, "require": { -# "php": "^7.3", +# "php": ">=7.3", # "ext-dom": "*", # "ext-json": "*", # "sebastian/finder-facade": "^2.0", @@ -166,6 +166,9 @@ fi %changelog +* Mon Dec 7 2020 Remi Collet - 7.0.2-1 +- update to 7.0.2 + * Tue Aug 18 2020 Remi Collet - 7.0.1-1 - update to 7.0.1 -- cgit