From 72832bd43c40282c405888bfe053a63fcb7fb535 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Feb 2018 07:27:41 +0100 Subject: v0.8.12 --- phan.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/phan.spec b/phan.spec index 0afe236..6e885e7 100644 --- a/phan.spec +++ b/phan.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for phan # -# Copyright (c) 2016-2017 Remi Collet +# Copyright (c) 2016-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 576643422b4b36434091c190f82c929befc25f71 +%global gh_commit 9d8050d9a0d5ffbf1e68c34b4dd9cede67f5b355 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phan #global gh_date 20150820 @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: %{gh_project} -Version: 0.8.11 +Version: 0.8.12 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}.7.0 Summary: A static analyzer for PHP @@ -179,6 +179,9 @@ EOF %changelog +* Mon Feb 12 2018 Remi Collet - 0.8.12-1 +- Update to 0.8.12 + * Mon Jan 22 2018 Remi Collet - 0.8.11-1 - Update to 0.8.11 - raise dependency on felixfbecker/advanced-json-rpc 3.0 -- cgit