diff options
| -rw-r--r-- | phan.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
@@ -10,7 +10,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    7c1512acc01305bdf5eb9de7e6d47de9eeea81c3 +%global gh_commit    63eb0801e193adddcd7d308980e731ff5546426f  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     phan  #global gh_date      20150820 @@ -19,7 +19,7 @@  %global with_tests   0%{!?_without_tests:1}  Name:           %{gh_project} -Version:        1.2.7 +Version:        1.2.8  Release:        1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}  Summary:        A static analyzer for PHP @@ -226,9 +226,12 @@ EOF  %changelog +* Mon Apr  8 2019 Remi Collet <remi@remirepo.net> - 1.2.8-1 +- update to 1.2.8 +  * Sat Mar 23 2019 Remi Collet <remi@remirepo.net> - 1.2.7-1  - update to 1.2.7 -- raise dependency on microsoft/tolerant-php-parser 0.0.16 +- raise dependency on microsoft/tolerant-php-parser 0.0.17  * Sun Mar 10 2019 Remi Collet <remi@remirepo.net> - 1.2.6-1  - update to 1.2.6  | 
