From c5822dc6c3051bc821847fbc58dc2fea6a597ee3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 20 Feb 2020 16:59:06 +0100 Subject: update to 2.5.0 --- phan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phan.spec b/phan.spec index b7bdc35..5f564b6 100644 --- a/phan.spec +++ b/phan.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 3b1e93023599b56568147761d94260443800a19f +%global gh_commit d458d8197b5b25bdca4c442be9a50321f0f8a15b %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.4.9 +%global upstream_version 2.5.0 #global upstream_prever RC2 Name: %{gh_project} @@ -243,6 +243,9 @@ EOF %changelog +* Thu Feb 20 2020 Remi Collet - 2.5.0-1 +- update to 2.5.0 + * Fri Feb 14 2020 Remi Collet - 2.4.9-1 - update to 2.4.9 -- cgit