diff options
Diffstat (limited to 'phan.spec')
-rw-r--r-- | phan.spec | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit d176c5f3ae43c61f9f04cfda6d561ca5781dd67f +%global gh_commit afbb614393221a9caf0eb9b3e0c1b085e3a5855c %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 2.2.1 +%global upstream_version 2.2.3 #global upstream_prever RC2 Name: %{gh_project} @@ -229,6 +229,12 @@ EOF %changelog +* Tue Jun 18 2019 Remi Collet <remi@remirepo.net> - 2.2.3-1 +- update to 2.2.3 + +* Mon Jun 17 2019 Remi Collet <remi@remirepo.net> - 2.2.2-1 +- update to 2.2.2 + * Mon Jun 17 2019 Remi Collet <remi@remirepo.net> - 2.2.1-1 - update to 2.2.1 |