diff options
author | Remi Collet <remi@remirepo.net> | 2020-11-13 09:38:58 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-11-13 09:38:58 +0100 |
commit | f127097f8d7206970f1b3508625f3a00129f8731 (patch) | |
tree | 54ea2b2730746b397174ba58e2ba3d3d2e25d237 | |
parent | 0a67f861145b93ea43eb82575ca5a7925d14ac69 (diff) |
update to 3.2.4
-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 fa98748d8cb130e159317cb8ed4af3ddd19092eb +%global gh_commit 079a6fc511aa5c0017e4ab26072a1f55940cf237 %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 3.2.3 +%global upstream_version 3.2.4 #global upstream_prever RC2 Name: %{gh_project} @@ -245,6 +245,9 @@ EOF %changelog +* Fri Nov 13 2020 Remi Collet <remi@remirepo.net> - 3.2.4-1 +- update to 3.2.4 + * Tue Oct 13 2020 Remi Collet <remi@remirepo.net> - 3.2.3-1 - update to 3.2.3 - raise dependency on symfony/console 3.2 |