From f54a608a8280ac96f04afdb5fa748ffb14fc5a3b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 8 Sep 2018 08:00:41 +0200 Subject: v1.0.3 --- phan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phan.spec') diff --git a/phan.spec b/phan.spec index 07deffb..7160d2e 100644 --- a/phan.spec +++ b/phan.spec @@ -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 - 1.0.3-1 +- update to 1.0.3 + * Fri Sep 7 2018 Remi Collet - 1.0.2-1 - update to 1.0.2 - raise dependency on composer/xdebug-handler 1.3 -- cgit