diff options
Diffstat (limited to 'phan.spec')
-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 73b830359155ae2a86a2d60bb832f6f86b93a0b3 +%global gh_commit b92c6a497e79f25f04af649f0fd677993888f88e %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.0.2 +Version: 1.0.3 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A static analyzer for PHP @@ -211,6 +211,9 @@ EOF %changelog +* Sat Sep 8 2018 Remi Collet <remi@remirepo.net> - 1.0.3-1 +- update to 1.0.3 + * Fri Sep 7 2018 Remi Collet <remi@remirepo.net> - 1.0.2-1 - update to 1.0.2 - raise dependency on composer/xdebug-handler 1.3 |