diff options
-rw-r--r-- | phan.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit c0e12bb592fe16ff09acfcebca149cde578db248 +%global gh_commit a2eb629c09952383ae78315d240ce3770670c1a5 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phan #global gh_date 20150820 @@ -18,7 +18,7 @@ %global psr0 Phan %global with_tests 0%{!?_without_tests:1} %global upstream_version 3.0.0 -%global upstream_prever RC2 +#global upstream_prever RC2 Name: %{gh_project} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} @@ -246,6 +246,9 @@ EOF %changelog +* Mon May 11 2020 Remi Collet <remi@remirepo.net> - 3.0.0-1 +- update to 3.0.0 + * Mon May 4 2020 Remi Collet <remi@remirepo.net> - 3.0.0~RC2-1 - update to 3.0.0-RC2 - raise dependency on PHP 7.2 |