diff options
Diffstat (limited to 'phan.spec')
-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 1eb3c31ef21d2d4dcc3ea6079dc1a251ceb81a9d +%global gh_commit f36b6b9a2f4143a25f35ce94d712ceb0527e9d90 %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 %bcond_without tests %global upstream_version 5.0.0 -%global upstream_prever a4 +#global upstream_prever a4 Name: %{gh_project} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} @@ -253,6 +253,9 @@ EOF %changelog +* Mon Aug 2 2021 Remi Collet <remi@remirepo.net> - 5.0.0-1 +- update to 5.0.0 + * Mon Jul 26 2021 Remi Collet <remi@remirepo.net> - 5.0.0~a4-1 - update to 5.0.0a4 |