From 56d7e0973322aa8b978dcfafdb130e282ca6e045 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Nov 2018 14:55:40 +0100 Subject: v1.1.3 --- phan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phan.spec b/phan.spec index 20e67cd..7f3b43a 100644 --- a/phan.spec +++ b/phan.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit ca5795c5dd8d379da834c293601fd51085d7708b +%global gh_commit 4bb4743d39c36f15f71cdfe2eb206502b46d3900 %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.2 +Version: 1.1.3 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A static analyzer for PHP @@ -221,6 +221,9 @@ EOF %changelog +* Wed Nov 21 2018 Remi Collet - 1.1.3-1 +- update to 1.1.3 + * Tue Nov 6 2018 Remi Collet - 1.1.2-1 - update to 1.1.2 -- cgit