From 4d823df6b2793e31f4f4dd6bb27c8e4e5a927a69 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Jul 2018 07:14:55 +0200 Subject: v0.12.15 --- phan.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'phan.spec') diff --git a/phan.spec b/phan.spec index 8f9f84a..15d9d5e 100644 --- a/phan.spec +++ b/phan.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 2271dfffa67141e5af9b951fb3cff906856a8224 +%global gh_commit 59f3788233d8a89b440f1e82d9b1378afaf8471b %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: 0.12.13 +Version: 0.12.15 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A static analyzer for PHP @@ -205,6 +205,12 @@ EOF %changelog +* Mon Jul 23 2018 Remi Collet - 0.12.15-1 +- update to 0.12.15 + +* Mon Jul 9 2018 Remi Collet - 0.12.14-1 +- update to 0.12.14 + * Tue Jun 19 2018 Remi Collet - 0.12.13-1 - update to 0.12.13 - raise dependency on microsoft/tolerant-php-parser 0.0.11 -- cgit