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 2e5f16a17aa909c91397c6fbba0309b4fef0df53 +%global gh_commit 95171b8a89ff2433e7ebc27d8a133743f7d78d3b %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 4.0.2 +%global upstream_version 4.0.3 #global upstream_prever RC2 Name: %{gh_project} @@ -251,6 +251,9 @@ EOF %changelog +* Wed Feb 3 2021 Remi Collet <remi@remirepo.net> - 4.0.3-1 +- update to 4.0.3 + * Mon Jan 11 2021 Remi Collet <remi@remirepo.net> - 4.0.2-1 - update to 4.0.2 |