From c0e07ed495842c174883ee6355f70bbb13c0bbcf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Jan 2020 08:05:36 +0100 Subject: v2.4.8 --- phan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phan.spec') diff --git a/phan.spec b/phan.spec index 161f6b2..92416f4 100644 --- a/phan.spec +++ b/phan.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit a300b0331269bbdc77ba03f36176740579dbb457 +%global gh_commit dc94f53f651bfb32766902e5d4198780245d8382 %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.7 +%global upstream_version 2.4.8 #global upstream_prever RC2 Name: %{gh_project} @@ -243,6 +243,9 @@ EOF %changelog +* Mon Jan 27 2020 Remi Collet - 2.4.8-1 +- update to 2.4.8 + * Thu Jan 23 2020 Remi Collet - 2.4.7-1 - update to 2.4.7 -- cgit