From 4e2cf96819e074e4cf7d58a66f17e6603a91f5cb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 28 Feb 2020 07:38:24 +0100 Subject: v6.0.2 --- composer.json | 2 ++ php-phpunit-phploc.spec | 15 ++++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 2a44088..a1f581d 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,8 @@ }, "require": { "php": "^7.3", + "ext-dom": "*", + "ext-json": "*", "sebastian/finder-facade": "^2.0", "sebastian/version": "^3.0", "symfony/console": "^4.0 || ^5.0" diff --git a/php-phpunit-phploc.spec b/php-phpunit-phploc.spec index 4c7ed74..e99aa56 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 3c28f3bfc64be1d995f54e08ccec33dfd8b209a4 +%global gh_commit 00e3bade7b22a6f23b17c3bf2fa4dba24ead8a29 %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.1 +Version: 6.0.2 Release: 1%{?dist} Summary: A tool for quickly measuring the size of a PHP project @@ -57,11 +57,15 @@ BuildRequires: %{phpunit} # From composer.json, "require": { # "php": "^7.3", +# "ext-dom": "*", +# "ext-json": "*", # "sebastian/finder-facade": "^2.0", # "sebastian/version": "^3.0", # "symfony/console": "^4.0 || ^5.0" Requires: php(language) >= 7.3 Requires: php-cli +Requires: php-dom +Requires: php-json # remirepo:1 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 Requires: (php-composer(sebastian/finder-facade) >= 2.0 with php-composer(sebastian/finder-facade) < 3) @@ -73,9 +77,7 @@ Requires: php-sebastian-finder-facade2 Requires: php-sebastian-version3 Requires: php-symfony4-console %endif -# From phpcompatinfo report for version 5.0.0 -Requires: php-dom -Requires: php-json +# From phpcompatinfo report for version 6.0.2 Requires: php-spl Requires: php-tokenizer # For our autoloader @@ -161,6 +163,9 @@ fi %changelog +* Fri Feb 28 2020 Remi Collet - 6.0.2-1 +- update to 6.0.2 + * Thu Feb 27 2020 Remi Collet - 6.0.1-1 - update to 6.0.1 -- cgit