diff options
author | Remi Collet <remi@remirepo.net> | 2018-12-28 08:03:00 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-12-28 08:03:00 +0100 |
commit | bfc3f0517c8e9362e2f8ecb3264c08114a43aecd (patch) | |
tree | 2952713dd3c257821a5c07e2fe7e24a1e4024858 /phan.spec | |
parent | f8840e96d08bf338cff23cfaf5d142e7f30984ec (diff) |
v1.1.9
Diffstat (limited to 'phan.spec')
-rw-r--r-- | phan.spec | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 190968d0fe0c8a93b06ba4bda5a53898b7b1b962 +%global gh_commit 450b60b03f8edc5f55bce5d9652f2db1d4e6b0a5 %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.7 +Version: 1.1.9 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A static analyzer for PHP @@ -221,6 +221,12 @@ EOF %changelog +* Fri Dec 28 2018 Remi Collet <remi@remirepo.net> - 1.1.9-1 +- update to 1.1.9 + +* Sun Dec 16 2018 Remi Collet <remi@remirepo.net> - 1.1.8-1 +- update to 1.1.8 + * Sun Dec 9 2018 Remi Collet <remi@remirepo.net> - 1.1.7-1 - update to 1.1.7 |