diff options
author | Remi Collet <remi@remirepo.net> | 2022-08-09 08:12:27 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-08-09 08:12:27 +0200 |
commit | a80d637dcf968813d6ec6c89708cf40aa7fc23c7 (patch) | |
tree | c0fdf24174e0c46c1bdbec173a8682ff5f8dbf10 | |
parent | 028ff5a907e2e8f6abfc4088a55d08667607adff (diff) |
update to 5.4.0
-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 b7697eb811e912c038f709f8e1c4911c7ada3edc +%global gh_commit d37335833cee86e06c0e16789cc86a86bd272ab8 %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.3.2 +%global upstream_version 5.4.0 #global upstream_prever a4 Name: %{gh_project} @@ -255,6 +255,9 @@ EOF %changelog +* Tue Aug 9 2022 Remi Collet <remi@remirepo.net> - 5.4.0-1 +- update to 5.4.0 + * Wed Feb 2 2022 Remi Collet <remi@remirepo.net> - 5.3.2-1 - update to 5.3.2 - drop support for Symfony 3 |