From e6f1348ec135f581e8ed65b5cddd10b4a380ae7d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Sep 2021 16:07:04 +0200 Subject: update to 5.2.1 --- phan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phan.spec') diff --git a/phan.spec b/phan.spec index 1ff733e..b423fc1 100644 --- a/phan.spec +++ b/phan.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit eb59e65097dc8035fdaaa66db4b565585decceb0 +%global gh_commit d724bbb8fc3ba89179868bb5220ecdf6a9c1636b %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.0 +%global upstream_version 5.2.1 #global upstream_prever a4 Name: %{gh_project} @@ -253,6 +253,9 @@ EOF %changelog +* Mon Sep 20 2021 Remi Collet - 5.2.1-1 +- update to 5.2.1 + * Thu Sep 2 2021 Remi Collet - 5.2.0-1 - update to 5.2.0 -- cgit