From 8a332be3849b63fcbd9f1395bdaea91146fc2e3c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Nov 2018 08:31:52 +0100 Subject: v1.1.4 --- phan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phan.spec') diff --git a/phan.spec b/phan.spec index 7f3b43a..70f752a 100644 --- a/phan.spec +++ b/phan.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 4bb4743d39c36f15f71cdfe2eb206502b46d3900 +%global gh_commit d57698bb8a944e9576711215ee90cd87528c5b7c %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.1.3 +Version: 1.1.4 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A static analyzer for PHP @@ -221,6 +221,9 @@ EOF %changelog +* Wed Nov 28 2018 Remi Collet - 1.1.4-1 +- update to 1.1.4 + * Wed Nov 21 2018 Remi Collet - 1.1.3-1 - update to 1.1.3 -- cgit