diff options
author | Remi Collet <remi@remirepo.net> | 2021-05-03 07:00:08 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-05-03 07:00:08 +0200 |
commit | 1033683f87396f2a49f5a66302188cadb2f84a0d (patch) | |
tree | 4331b9851e5f1f125a0b59f4351bc17cb8ecb8fe /phan.spec | |
parent | 74546c1ea70af9f21bed39eefe123cb5a2f2595e (diff) |
update to 4.0.5
Diffstat (limited to 'phan.spec')
-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 |