diff options
author | Remi Collet <remi@remirepo.net> | 2019-05-10 07:49:46 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-05-10 07:49:46 +0200 |
commit | 72d82b387bd7e64f20f5ec5c4a107a6255dc4f01 (patch) | |
tree | 44abd5b335dad1d7b7dee312bb2cbc2b8579601e /phan.spec | |
parent | ba66353b3f46fb734ca7fa5e40a3440e66d75eb7 (diff) |
v1.3.4
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 78cd7237b4d4fa0004b9e49b9e29aebd7e14f09a +%global gh_commit 73795afa51d3e4302c2306168f3d182ca35d8c89 %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.3 +Version: 1.3.4 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A static analyzer for PHP @@ -227,6 +227,9 @@ EOF %changelog +* Fri May 10 2019 Remi Collet <remi@remirepo.net> - 1.3.4-1 +- update to 1.3.4 + * Thu May 9 2019 Remi Collet <remi@remirepo.net> - 1.3.3-1 - update to 1.3.3 |