diff options
Diffstat (limited to 'phan.spec')
-rw-r--r-- | phan.spec | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -10,7 +10,9 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit d1573162443915fca6e7cd4add15af77ab168525 +# Warning, see https://github.com/phan/phan/issues/1986 +# need to use the last commit "before" the tag +%global gh_commit c37a0532f8c6d1a525a1d1c4f478115d81dc6883 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phan #global gh_date 20150820 @@ -19,7 +21,7 @@ %global with_tests 0%{!?_without_tests:1} Name: %{gh_project} -Version: 1.0.4 +Version: 1.0.5 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A static analyzer for PHP @@ -214,6 +216,11 @@ EOF %changelog +* Sat Sep 22 2018 Remi Collet <remi@remirepo.net> - 1.0.5-1 +- update to 1.0.5 +- open https://github.com/phan/phan/issues/1986 keep the tests +- keep ast mandatory despite it is now optional + * Mon Sep 10 2018 Remi Collet <remi@remirepo.net> - 1.0.4-1 - update to 1.0.4 - add the upstream plugins |