diff options
Diffstat (limited to 'phan.spec')
-rw-r--r-- | phan.spec | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,12 +1,12 @@ # remirepo/fedora spec file for phan # -# Copyright (c) 2016-2017 Remi Collet +# Copyright (c) 2016-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 576643422b4b36434091c190f82c929befc25f71 +%global gh_commit 9d8050d9a0d5ffbf1e68c34b4dd9cede67f5b355 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phan #global gh_date 20150820 @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: %{gh_project} -Version: 0.8.11 +Version: 0.8.12 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}.7.0 Summary: A static analyzer for PHP @@ -179,6 +179,9 @@ EOF %changelog +* Mon Feb 12 2018 Remi Collet <remi@remirepo.net> - 0.8.12-1 +- Update to 0.8.12 + * Mon Jan 22 2018 Remi Collet <remi@remirepo.net> - 0.8.11-1 - Update to 0.8.11 - raise dependency on felixfbecker/advanced-json-rpc 3.0 |