From b72c06400fe2531c276463fbe62dbac449963533 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 20 May 2021 08:10:41 +0200 Subject: update to 4.0.6 --- phan.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phan.spec') diff --git a/phan.spec b/phan.spec index 87cdf45..dca65be 100644 --- a/phan.spec +++ b/phan.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit e1800772a91d5791baf805a32227dfb5f720b0cd +%global gh_commit 4caaa97195dcea549021cb773a5dc30bb46d1fab %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phan #global gh_date 20150820 %global gh_project phan %global psr0 Phan %bcond_without tests -%global upstream_version 4.0.5 +%global upstream_version 4.0.6 #global upstream_prever RC2 Name: %{gh_project} @@ -89,7 +89,7 @@ BuildRequires: php-composer(fedora/autoloader) # "ext-json": "*", # "ext-tokenizer": "*", # "composer/semver": "^1.4|^2.0|^3.0", -# "composer/xdebug-handler": "^2.0.0", +# "composer/xdebug-handler": "^1.3.2|^2.0.0", # "felixfbecker/advanced-json-rpc": "^3.0.4", # "microsoft/tolerant-php-parser": "0.0.23", # "netresearch/jsonmapper": "^1.6.0|^2.0|^3.0", @@ -249,6 +249,9 @@ EOF %changelog +* Thu May 20 2021 Remi Collet - 4.0.6-1 +- update to 4.0.6 + * Mon May 3 2021 Remi Collet - 4.0.5-1 - update to 4.0.5 -- cgit