diff options
author | Remi Collet <remi@remirepo.net> | 2018-09-08 08:00:41 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-09-08 08:00:41 +0200 |
commit | f54a608a8280ac96f04afdb5fa748ffb14fc5a3b (patch) | |
tree | b9f453c464a6e9e13cc03f343def86d421ff49b1 /phan.spec | |
parent | 80ccbcd824cfb0b4522ba795fecff39019ad2668 (diff) |
v1.0.3
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 73b830359155ae2a86a2d60bb832f6f86b93a0b3 +%global gh_commit b92c6a497e79f25f04af649f0fd677993888f88e %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.0.2 +Version: 1.0.3 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A static analyzer for PHP @@ -211,6 +211,9 @@ EOF %changelog +* Sat Sep 8 2018 Remi Collet <remi@remirepo.net> - 1.0.3-1 +- update to 1.0.3 + * Fri Sep 7 2018 Remi Collet <remi@remirepo.net> - 1.0.2-1 - update to 1.0.2 - raise dependency on composer/xdebug-handler 1.3 |