diff options
author | Remi Collet <remi@remirepo.net> | 2020-12-14 09:01:40 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-12-14 09:01:40 +0100 |
commit | 1475cd1558b50f471bc0aa40074ae460902cb43c (patch) | |
tree | eb3743c7462cab9001590ecd2f752e1f7784e286 /phan.spec | |
parent | d08785bc27cb97108ec3f84cf690b061dd163c78 (diff) |
update to 3.2.7
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 e14110d4bef8643562b02a4003015c2c0dcc9fe4 +%global gh_commit 642844acf5acf755d32cc104a4e3ced5521b00d3 %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 3.2.6 +%global upstream_version 3.2.7 #global upstream_prever RC2 Name: %{gh_project} @@ -251,6 +251,9 @@ EOF %changelog +* Mon Dec 14 2020 Remi Collet <remi@remirepo.net> - 3.2.7-1 +- update to 3.2.7 + * Mon Nov 30 2020 Remi Collet <remi@remirepo.net> - 3.2.6-1 - update to 3.2.6 - add dependency on symfony/polyfill-php80 |