diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-21 09:18:26 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-21 09:18:26 +0200 |
commit | 557efde26776f8d4581a56dbfe2a3f5eb4d2dd56 (patch) | |
tree | efa06f0e52ab46f19e94a71ae84b76d81792c8ba /phan.spec | |
parent | aa739385d108bc36f8b45b63180a720372343693 (diff) |
v2.3.1
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 cd72de4bde30606a8da3aaec7dd1b1ba365e8627 +%global gh_commit 96a7b3c055653f6e4e7b9702148cc95688dc4245 %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.3.0 +%global upstream_version 2.3.1 #global upstream_prever RC2 Name: %{gh_project} @@ -234,6 +234,9 @@ EOF %changelog +* Mon Oct 21 2019 Remi Collet <remi@remirepo.net> - 2.3.1-1 +- update to 2.3.1 + * Mon Oct 14 2019 Remi Collet <remi@remirepo.net> - 2.3.0-1 - update to 2.3.0 |