diff options
author | Remi Collet <remi@remirepo.net> | 2019-04-08 09:41:47 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-04-08 09:41:47 +0200 |
commit | b1c7363ece7d7a8545b13d92603668000d8af869 (patch) | |
tree | 77af858c2dd7b8ca50f2144ef35aa59b0d560216 /phan.spec | |
parent | f1324f8370cef10321740c5344c6d61c992303c0 (diff) |
v1.2.8
Diffstat (limited to 'phan.spec')
-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 |