From f70437c284e6762046dfe6d5667612453c5f94fe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Nov 2019 07:33:26 +0100 Subject: v2.4.4 --- phan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phan.spec') diff --git a/phan.spec b/phan.spec index 133b310..a4f58ff 100644 --- a/phan.spec +++ b/phan.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit c1e1c2dfef6e6f5959a84b8fc9cc2849a7b04070 +%global gh_commit 9236f30e5b6ccb582ebc77b1635eabe08bdecf9e %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.3 +%global upstream_version 2.4.4 #global upstream_prever RC2 Name: %{gh_project} @@ -242,6 +242,9 @@ EOF %changelog +* Mon Nov 25 2019 Remi Collet - 2.4.4-1 +- update to 2.4.4 + * Thu Nov 21 2019 Remi Collet - 2.4.3-1 - update to 2.4.3 - add explicit dependency on netresearch/jsonmapper -- cgit