diff options
author | Remi Collet <remi@remirepo.net> | 2021-05-20 08:10:41 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-05-20 08:10:41 +0200 |
commit | b72c06400fe2531c276463fbe62dbac449963533 (patch) | |
tree | f77fca61365aaac011fab9bc427db4ca305bcc73 /phan.spec | |
parent | 1033683f87396f2a49f5a66302188cadb2f84a0d (diff) |
update to 4.0.6
Diffstat (limited to 'phan.spec')
-rw-r--r-- | phan.spec | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 <remi@remirepo.net> - 4.0.6-1 +- update to 4.0.6 + * Mon May 3 2021 Remi Collet <remi@remirepo.net> - 4.0.5-1 - update to 4.0.5 |