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 d724bbb8fc3ba89179868bb5220ecdf6a9c1636b +%global gh_commit 42ee10d1d456d4c26b72035a8051487c864d712b %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.1 +%global upstream_version 5.3.0 #global upstream_prever a4 Name: %{gh_project} @@ -253,6 +253,9 @@ EOF %changelog +* Mon Nov 15 2021 Remi Collet <remi@remirepo.net> - 5.3.0-1 +- update to 5.3.0 + * Mon Sep 20 2021 Remi Collet <remi@remirepo.net> - 5.2.1-1 - update to 5.2.1 |