diff options
author | Remi Collet <remi@remirepo.net> | 2019-06-15 07:47:03 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-06-15 07:47:03 +0200 |
commit | 31ecd3bf9a288532470dd5fc32a5519d705711ae (patch) | |
tree | b30c4767863341773d676c7bc2cb18e1539d4063 | |
parent | 08d170cef15e58297409a9b8b041fba54433dbac (diff) |
v2.2.0
-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 f5c8f8665f252161de3b39f32cb231eb6517dc70 +%global gh_commit 9141194b15fbdb3738e0596ac686e5f011dd3b08 %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.1.0 +%global upstream_version 2.2.0 #global upstream_prever RC2 Name: %{gh_project} @@ -229,6 +229,9 @@ EOF %changelog +* Sat Jun 15 2019 Remi Collet <remi@remirepo.net> - 2.2.0-1 +- update to 2.2.0 + * Sun Jun 2 2019 Remi Collet <remi@remirepo.net> - 2.1.0-1 - update to 2.1.0 |