diff options
author | Remi Collet <remi@remirepo.net> | 2020-02-20 16:59:06 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-02-20 16:59:06 +0100 |
commit | c5822dc6c3051bc821847fbc58dc2fea6a597ee3 (patch) | |
tree | dba16056fc3cf96b4fb468f558d1dab107c9a449 /phan.spec | |
parent | 4d80f827c405e731e5ed4bcc8cdcc9cbf5bc4483 (diff) |
update to 2.5.0
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 3b1e93023599b56568147761d94260443800a19f +%global gh_commit d458d8197b5b25bdca4c442be9a50321f0f8a15b %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.4.9 +%global upstream_version 2.5.0 #global upstream_prever RC2 Name: %{gh_project} @@ -243,6 +243,9 @@ EOF %changelog +* Thu Feb 20 2020 Remi Collet <remi@remirepo.net> - 2.5.0-1 +- update to 2.5.0 + * Fri Feb 14 2020 Remi Collet <remi@remirepo.net> - 2.4.9-1 - update to 2.4.9 |