diff options
author | Remi Collet <remi@remirepo.net> | 2019-03-10 08:42:44 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-03-10 08:42:44 +0100 |
commit | 3cb421c6b1fc9f3f5a3bab368fb478afc7329fb0 (patch) | |
tree | 815c2d9c148699602487be4988b5c7c3e572efe3 /phan.spec | |
parent | 6a1016e858a64a85188161a3373cf634da7ab9f0 (diff) |
v1.2.6
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 |