diff options
author | Remi Collet <remi@remirepo.net> | 2018-05-13 10:15:59 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-05-13 10:15:59 +0200 |
commit | 61672e3eb5d5e776280735da7336207c5d1e255a (patch) | |
tree | c4085da984cc8b226641920ef270881a899ccb22 | |
parent | 6ffe25b8056f9f8d72d0143992f9f0272a8b32cd (diff) |
v0.12.8
-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 |