diff options
author | Remi Collet <remi@remirepo.net> | 2019-08-12 04:38:36 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-08-12 04:38:36 +0200 |
commit | 0c2a35215093cea78568e23914ca3fa29901f24e (patch) | |
tree | c71ad6274db00982ba8c5e4eda4ca0b35f6c5247 | |
parent | 1b413243f9e19e734782a70c9363118277f7a433 (diff) |
v2.2.9
-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 d1df8f3342a58c187d99d8f3aeb879a90f58ea9f +%global gh_commit 43a5fdf39ac6bbab115f2dd32193d3aa5f8c5f0d %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.8 +%global upstream_version 2.2.9 #global upstream_prever RC2 Name: %{gh_project} @@ -229,6 +229,9 @@ EOF %changelog +* Mon Aug 12 2019 Remi Collet <remi@remirepo.net> - 2.2.9-1 +- update to 2.2.9 + * Thu Aug 1 2019 Remi Collet <remi@remirepo.net> - 2.2.8-1 - update to 2.2.8 |