diff options
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 12f64e878084244ca92d1ac83e58a668640f6f1d +%global gh_commit 85f142379813cf0a24a19237e9fbe6f77f0251db %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 %global with_tests 0%{!?_without_tests:1} -%global upstream_version 2.4.5 +%global upstream_version 2.4.6 #global upstream_prever RC2 Name: %{gh_project} @@ -243,6 +243,9 @@ EOF %changelog +* Thu Jan 2 2020 Remi Collet <remi@remirepo.net> - 2.4.6-1 +- update to 2.4.6 + * Wed Dec 11 2019 Remi Collet <remi@remirepo.net> - 2.4.5-1 - update to 2.4.5 - allow Symfony 5 |