diff options
Diffstat (limited to 'phan.spec')
-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 f10ce6ccc6cc12bc930937d505f3719c4ab71ab4 +%global gh_commit b15141e68e1eb954aba9e30d3875ad91af6ac951 %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 %global with_tests 0%{!?_without_tests:1} -%global upstream_version 3.0.2 +%global upstream_version 3.0.3 #global upstream_prever RC2 Name: %{gh_project} @@ -249,6 +249,9 @@ EOF %changelog +* Mon Jun 22 2020 Remi Collet <remi@remirepo.net> - 3.0.3-1 +- update to 3.0.3 + * Mon Jun 8 2020 Remi Collet <remi@remirepo.net> - 3.0.2-1 - update to 3.0.2 |