diff options
author | Remi Collet <remi@remirepo.net> | 2019-02-04 10:06:11 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-02-04 10:06:11 +0100 |
commit | f5e3e066bd8df6b7a9f84010bd6f97bdab2e2fa9 (patch) | |
tree | aa44fa91ead489d9259f9772e8ce2ceec6d4887a /phan.spec | |
parent | 52b09e649412c7abe6645c53e70131aff4a62874 (diff) |
v1.2.2
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 8f8a01d2bb547675a758e19f11916909d1b85279 +%global gh_commit ef46ee68afecf9e0188e9329dd922b346876a00a %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.1 +Version: 1.2.2 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A static analyzer for PHP @@ -221,6 +221,9 @@ EOF %changelog +* Mon Feb 4 2019 Remi Collet <remi@remirepo.net> - 1.2.2-1 +- update to 1.2.2 + * Sat Jan 19 2019 Remi Collet <remi@remirepo.net> - 1.2.1-1 - update to 1.2.1 - raise dependency on microsoft/tolerant-php-parser 0.0.16 |