diff options
author | Remi Collet <remi@remirepo.net> | 2018-05-28 06:08:31 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-05-28 06:08:31 +0200 |
commit | c067d597777e3013ae41c4f44bd4b6b58c040321 (patch) | |
tree | 6429dec1e035d2ba85ea536d83d05f95769b100c | |
parent | 6e13260ed1bf44cc1a6f3cb2654cb32c36fe1ca2 (diff) |
v0.12.10
-rw-r--r-- | phan.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit fa7099363165e07e526e2dd4b7480b80c6fb1c42 +%global gh_commit f209e2c10e187eb7e27ed067c867432fec0df5a6 %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.9 +Version: 0.12.10 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A static analyzer for PHP @@ -205,6 +205,9 @@ EOF %changelog +* Mon May 28 2018 Remi Collet <remi@remirepo.net> - 0.12.10-1 +- update to 0.12.10 + * Wed May 23 2018 Remi Collet <remi@remirepo.net> - 0.12.9-1 - update to 0.12.9 - raise dependency on microsoft/tolerant-php-parser 0.0.11 |