From 91d60edcc2e51c6fcb4964e91862a28465d5a60c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Sep 2020 15:38:53 +0200 Subject: update to 2.9.0 --- php-phpmd-PHP-PMD.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'php-phpmd-PHP-PMD.spec') diff --git a/php-phpmd-PHP-PMD.spec b/php-phpmd-PHP-PMD.spec index 91e04cf..3f2f19c 100644 --- a/php-phpmd-PHP-PMD.spec +++ b/php-phpmd-PHP-PMD.spec @@ -7,7 +7,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 714629ed782537f638fe23c4346637659b779a77 +%global gh_commit 2a346575a45a6f00e631f4d7f3f71b6a05e0d46d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpmd %global gh_project phpmd @@ -18,7 +18,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-phpmd-PHP-PMD -Version: 2.8.2 +Version: 2.9.0 Release: 1%{?dist} Summary: PHPMD - PHP Mess Detector @@ -39,6 +39,8 @@ BuildArch: noarch # "squizlabs/php_codesniffer": "^2.0", # "mikey179/vfsstream": "^1.6.4", # "gregwar/rst": "^1.0", +# "ext-simplexml": "*", +# "ext-json": "*", # "easy-doc/easy-doc": "0.0.0 || ^1.3.2" BuildRequires: php-composer(phpunit/phpunit) >= 4.8.36 BuildRequires: php(language) >= 5.3.9 @@ -54,6 +56,7 @@ BuildRequires: php-composer(composer/xdebug-handler) >= 1.0 BuildRequires: php-composer(mikey179/vfsstream) < 2 BuildRequires: php-composer(mikey179/vfsstream) >= 1.6.4 %endif +BuildRequires: php-reflection BuildRequires: php-date BuildRequires: php-json BuildRequires: php-libxml @@ -80,7 +83,8 @@ Requires: php-composer(composer/xdebug-handler) < 2 Requires: php-composer(composer/xdebug-handler) >= 1.0 %endif Requires: php-xml -# From phpcompatinfo report for version 2.7.0 +# From phpcompatinfo report for version 2.9.0 +Requires: php-reflection Requires: php-date Requires: php-json Requires: php-libxml @@ -177,6 +181,9 @@ fi %changelog +* Wed Sep 2 2020 Remi Collet - 2.9.0-1 +- update to 2.9.0 + * Tue Feb 25 2020 Remi Collet - 2.8.2-1 - update to 2.8.2 - raise dependency on pdepend/pdepend version 2.7.1 -- cgit