diff options
-rw-r--r-- | phan.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 <remi@remirepo.net> - 4.0.5-1 +- update to 4.0.5 + * Thu Apr 15 2021 Remi Collet <remi@remirepo.net> - 4.0.4-1 - update to 4.0.4 - raise dependency on composer/xdebug-handler 2.0.0 |