From b1c7363ece7d7a8545b13d92603668000d8af869 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Apr 2019 09:41:47 +0200 Subject: v1.2.8 --- phan.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/phan.spec b/phan.spec index cd19144..2dc4d80 100644 --- a/phan.spec +++ b/phan.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 7c1512acc01305bdf5eb9de7e6d47de9eeea81c3 +%global gh_commit 63eb0801e193adddcd7d308980e731ff5546426f %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.7 +Version: 1.2.8 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A static analyzer for PHP @@ -226,9 +226,12 @@ EOF %changelog +* Mon Apr 8 2019 Remi Collet - 1.2.8-1 +- update to 1.2.8 + * Sat Mar 23 2019 Remi Collet - 1.2.7-1 - update to 1.2.7 -- raise dependency on microsoft/tolerant-php-parser 0.0.16 +- raise dependency on microsoft/tolerant-php-parser 0.0.17 * Sun Mar 10 2019 Remi Collet - 1.2.6-1 - update to 1.2.6 -- cgit