diff options
| author | Remi Collet <remi@remirepo.net> | 2017-08-16 08:50:35 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2017-08-16 08:50:35 +0200 | 
| commit | 9e5aa5907c426a66e30ffbd33534f33e7a485f61 (patch) | |
| tree | 0b86a3c635bcdf08ee1d92cdb8eb971c924e6b66 | |
| parent | b26389d9989de4c481e7f8494928db193c295438 (diff) | |
v0.9.4
| -rw-r--r-- | phan.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
@@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    e16ea3a01fdb4b38cd12d411200a1926ed56dd2a +%global gh_commit    d2f3fbd719cb9236f1d85fb6018f9c8b7e41ffaa  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     etsy  #global gh_date      20150820 @@ -15,7 +15,7 @@  %global with_tests   0%{!?_without_tests:1}  Name:           %{gh_project} -Version:        0.9.3 +Version:        0.9.4  Release:        1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}  Summary:        A static analyzer for PHP @@ -158,6 +158,9 @@ rm -rf %{buildroot}  %changelog +* Wed Aug 16 2017 Remi Collet <remi@remirepo.net> - 0.9.4-1 +- Update to 0.9.4 +  * Wed Jul 12 2017 Remi Collet <remi@remirepo.net> - 0.9.3-1  - Update to 0.9.3  - installation layout match upstream tree  | 
