diff options
author | Remi Collet <remi@remirepo.net> | 2018-12-31 07:32:46 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-12-31 07:32:46 +0100 |
commit | e91e707b4a01d73005acc191508892b34a8644ff (patch) | |
tree | 88404723a195ba56bb8e7afcfcd87da79c0a78f3 | |
parent | bfc3f0517c8e9362e2f8ecb3264c08114a43aecd (diff) |
v1.1.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 450b60b03f8edc5f55bce5d9652f2db1d4e6b0a5 +%global gh_commit aa4901e47d6d90ec89884d8649b1e1f25bd2f08e %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.1.9 +Version: 1.1.10 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A static analyzer for PHP @@ -221,6 +221,9 @@ EOF %changelog +* Mon Dec 31 2018 Remi Collet <remi@remirepo.net> - 1.1.10-1 +- update to 1.1.10 + * Fri Dec 28 2018 Remi Collet <remi@remirepo.net> - 1.1.9-1 - update to 1.1.9 |