From e6aef01564656124b46a8f753182d03a8ae5c449 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Feb 2018 07:31:20 +0100 Subject: v0.10.4 --- phan.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/phan.spec b/phan.spec index c90404c..db6a9d4 100644 --- a/phan.spec +++ b/phan.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit c39ac07622ff18ed13eb4ee0e53087c59f83ed5e +%global gh_commit 873b132d1baa096ee91308b3c6cf6a322ad9862e %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.10.3 +Version: 0.10.4 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}.7.1 Summary: A static analyzer for PHP @@ -76,7 +76,7 @@ BuildRequires: php-composer(fedora/autoloader) # "felixfbecker/advanced-json-rpc": "^2.0", # "nikic/PHP-Parser": "~3.1.1", # "sabre/event": "^5.0", -# "symfony/console": "~2.3|~3.0" +# "symfony/console": "~2.3|~3.0|~4.0" Requires: php(language) >= 7.1 Requires: php-ast >= 0.1.5 %if 0%{?fedora} >= 27 @@ -196,6 +196,9 @@ EOF %changelog +* Mon Feb 12 2018 Remi Collet - 0.10.4-1 +- Update to 0.10.4 + * Mon Jan 22 2018 Remi Collet - 0.10.3-1 - Update to 0.10.3 - raise dependency on felixfbecker/advanced-json-rpc 3.0 -- cgit