From 2bdfe4b26b271f87ff9613385900dc467c7b6ccd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Feb 2019 17:25:11 +0100 Subject: v1.2.3 --- phan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phan.spec') diff --git a/phan.spec b/phan.spec index bae7853..ce8b35e 100644 --- a/phan.spec +++ b/phan.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit ef46ee68afecf9e0188e9329dd922b346876a00a +%global gh_commit 532c43562af1206f68b504a89cc71737063b3972 %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.2.2 +Version: 1.2.3 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A static analyzer for PHP @@ -221,6 +221,9 @@ EOF %changelog +* Mon Feb 11 2019 Remi Collet - 1.2.3-1 +- update to 1.2.3 + * Mon Feb 4 2019 Remi Collet - 1.2.2-1 - update to 1.2.2 -- cgit