From 3cb421c6b1fc9f3f5a3bab368fb478afc7329fb0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 10 Mar 2019 08:42:44 +0100 Subject: v1.2.6 --- phan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phan.spec') diff --git a/phan.spec b/phan.spec index d5d8aa7..62d0f58 100644 --- a/phan.spec +++ b/phan.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit c987c6621a8b7595320c851bd8553115e49436b1 +%global gh_commit 78b8f2bdab9dab2146872bf130a9265a3f1f9a27 %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.5 +Version: 1.2.6 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A static analyzer for PHP @@ -225,6 +225,9 @@ EOF %changelog +* Sun Mar 10 2019 Remi Collet - 1.2.6-1 +- update to 1.2.6 + * Wed Feb 27 2019 Remi Collet - 1.2.5-1 - update to 1.2.5 - add dependecy on mbstring -- cgit