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 c987c6621a8b7595320c851bd8553115e49436b1 +%global gh_commit 78b8f2bdab9dab2146872bf130a9265a3f1f9a27 %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.5 +Version: 1.2.6 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A static analyzer for PHP @@ -225,6 +225,9 @@ EOF %changelog +* Sun Mar 10 2019 Remi Collet <remi@remirepo.net> - 1.2.6-1 +- update to 1.2.6 + * Wed Feb 27 2019 Remi Collet <remi@remirepo.net> - 1.2.5-1 - update to 1.2.5 - add dependecy on mbstring |