From 1033683f87396f2a49f5a66302188cadb2f84a0d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 May 2021 07:00:08 +0200 Subject: update to 4.0.5 --- phan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phan.spec') diff --git a/phan.spec b/phan.spec index 16c1ee6..87cdf45 100644 --- a/phan.spec +++ b/phan.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 37d1ffa99abaf034bd35f43ea7bbc468cb430a3f +%global gh_commit e1800772a91d5791baf805a32227dfb5f720b0cd %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 4.0.4 +%global upstream_version 4.0.5 #global upstream_prever RC2 Name: %{gh_project} @@ -249,6 +249,9 @@ EOF %changelog +* Mon May 3 2021 Remi Collet - 4.0.5-1 +- update to 4.0.5 + * Thu Apr 15 2021 Remi Collet - 4.0.4-1 - update to 4.0.4 - raise dependency on composer/xdebug-handler 2.0.0 -- cgit