diff options
-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 eb59e65097dc8035fdaaa66db4b565585decceb0 +%global gh_commit d724bbb8fc3ba89179868bb5220ecdf6a9c1636b %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.2.0 +%global upstream_version 5.2.1 #global upstream_prever a4 Name: %{gh_project} @@ -253,6 +253,9 @@ EOF %changelog +* Mon Sep 20 2021 Remi Collet <remi@remirepo.net> - 5.2.1-1 +- update to 5.2.1 + * Thu Sep 2 2021 Remi Collet <remi@remirepo.net> - 5.2.0-1 - update to 5.2.0 |