From 61672e3eb5d5e776280735da7336207c5d1e255a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 13 May 2018 10:15:59 +0200 Subject: v0.12.8 --- phan.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/phan.spec b/phan.spec index 75ae5c3..7347a87 100644 --- a/phan.spec +++ b/phan.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 896a4e5b9b9cc7dbf44b5c5d454ec234c70ef313 +%global gh_commit a94caa92d4485769eb6bd6963d3ca412f6fe3f7f %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.4 +Version: 0.12.8 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A static analyzer for PHP @@ -205,6 +205,12 @@ EOF %changelog +* Sun May 13 2018 Remi Collet - 0.12.8-1 +- update to 0.12.8 + +* Tue Apr 3 2018 Remi Collet - 0.12.5-1 +- update to 0.12.5 + * Mon Apr 2 2018 Remi Collet - 0.12.4-1 - update to 0.12.4 -- cgit