diff options
author | Remi Collet <remi@remirepo.net> | 2019-04-29 09:38:45 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-04-29 09:38:45 +0200 |
commit | 20d778c597058afcc6dc681514a5610fa04b4909 (patch) | |
tree | 37098ffdefd7ec8a8b478e7c93c6a893ef589e6a /phan.spec | |
parent | a1cad7aec369e37518f8206024b25ec4e64dfc89 (diff) |
v1.3.2
Diffstat (limited to 'phan.spec')
-rw-r--r-- | phan.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit afbcf1ab162df39dbfd96672ba29a0208a49efff +%global gh_commit ff4487fc62b2b3aa950460129799665ce904d780 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phan #global gh_date 20150820 @@ -19,7 +19,7 @@ %global with_tests 0%{!?_without_tests:1} Name: %{gh_project} -Version: 1.3.1 +Version: 1.3.2 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A static analyzer for PHP @@ -227,6 +227,9 @@ EOF %changelog +* Mon Apr 29 2019 Remi Collet <remi@remirepo.net> - 1.3.2-1 +- update to 1.3.2 + * Tue Apr 23 2019 Remi Collet <remi@remirepo.net> - 1.3.1-1 - update to 1.3.1 |