From 87da257e35171146fa76037f24a7ae43a3d8e72b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Jul 2019 07:21:13 +0200 Subject: v2.2.6 --- phan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phan.spec b/phan.spec index 6ebfffd..a6697b0 100644 --- a/phan.spec +++ b/phan.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit e59790fbb50feaea5658203832e8064faffe07d0 +%global gh_commit a4e6b2f139429786a936df67dacc55876a33c772 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phan #global gh_date 20150820 %global gh_project phan %global psr0 Phan %global with_tests 0%{!?_without_tests:1} -%global upstream_version 2.2.5 +%global upstream_version 2.2.6 #global upstream_prever RC2 Name: %{gh_project} @@ -229,6 +229,9 @@ EOF %changelog +* Thu Jul 18 2019 Remi Collet - 2.2.6-1 +- update to 2.2.6 + * Mon Jul 15 2019 Remi Collet - 2.2.5-1 - update to 2.2.5 -- cgit