From 73b84c0c6dfc7c1c8b8de057104f51fadff9252f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Nov 2021 08:16:16 +0100 Subject: update to 5.3.0 --- phan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phan.spec b/phan.spec index b423fc1..cea1d6e 100644 --- a/phan.spec +++ b/phan.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit d724bbb8fc3ba89179868bb5220ecdf6a9c1636b +%global gh_commit 42ee10d1d456d4c26b72035a8051487c864d712b %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 %bcond_without tests -%global upstream_version 5.2.1 +%global upstream_version 5.3.0 #global upstream_prever a4 Name: %{gh_project} @@ -253,6 +253,9 @@ EOF %changelog +* Mon Nov 15 2021 Remi Collet - 5.3.0-1 +- update to 5.3.0 + * Mon Sep 20 2021 Remi Collet - 5.2.1-1 - update to 5.2.1 -- cgit