diff options
author | Remi Collet <remi@remirepo.net> | 2021-11-15 08:16:16 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-11-15 08:16:16 +0100 |
commit | 73b84c0c6dfc7c1c8b8de057104f51fadff9252f (patch) | |
tree | 17ce87444a66aa182ae3008d3c639c2caa7e11a6 | |
parent | e6f1348ec135f581e8ed65b5cddd10b4a380ae7d (diff) |
update to 5.3.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 d724bbb8fc3ba89179868bb5220ecdf6a9c1636b +%global gh_commit 42ee10d1d456d4c26b72035a8051487c864d712b %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 %bcond_without tests -%global upstream_version 5.2.1 +%global upstream_version 5.3.0 #global upstream_prever a4 Name: %{gh_project} @@ -253,6 +253,9 @@ EOF %changelog +* Mon Nov 15 2021 Remi Collet <remi@remirepo.net> - 5.3.0-1 +- update to 5.3.0 + * Mon Sep 20 2021 Remi Collet <remi@remirepo.net> - 5.2.1-1 - update to 5.2.1 |