diff options
Diffstat (limited to 'phan.spec')
-rw-r--r-- | phan.spec | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 896a4e5b9b9cc7dbf44b5c5d454ec234c70ef313 +%global gh_commit a94caa92d4485769eb6bd6963d3ca412f6fe3f7f %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: 0.12.4 +Version: 0.12.8 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A static analyzer for PHP @@ -205,6 +205,12 @@ EOF %changelog +* Sun May 13 2018 Remi Collet <remi@remirepo.net> - 0.12.8-1 +- update to 0.12.8 + +* Tue Apr 3 2018 Remi Collet <remi@remirepo.net> - 0.12.5-1 +- update to 0.12.5 + * Mon Apr 2 2018 Remi Collet <remi@remirepo.net> - 0.12.4-1 - update to 0.12.4 |