From b2ec40be6c72916226c4e7d2fe50015f17d8cbbe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 18 Nov 2017 09:35:06 +0100 Subject: v0.10.2 for PHP 7.1 --- phan.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'phan.spec') diff --git a/phan.spec b/phan.spec index 9e815b7..657ef8e 100644 --- a/phan.spec +++ b/phan.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 2085277ba7b96a00e1351c52012ffc9b103ec769 +%global gh_commit 53d9a6163ab7f9de1fd89b48e56bb5df985950aa %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phan #global gh_date 20150820 @@ -15,8 +15,8 @@ %global with_tests 0%{!?_without_tests:1} Name: %{gh_project} -Version: 0.10.1 -Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} +Version: 0.10.2 +Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}.7.1 Summary: A static analyzer for PHP Group: Development/Libraries @@ -29,8 +29,9 @@ Patch0: %{name}-autoload.patch BuildArch: noarch %if %{with_tests} +BuildRequires: php(language) < 7.2 BuildRequires: php(language) >= 7.1 -BuildRequires: php-ast >= 0.1.4 +BuildRequires: php-ast >= 0.1.5 BuildRequires: php-composer(felixfbecker/advanced-json-rpc) < 3 BuildRequires: php-composer(felixfbecker/advanced-json-rpc) >= 2.0 BuildRequires: php-composer(nikic/php-parser) < 4 @@ -67,7 +68,7 @@ BuildRequires: php-composer(fedora/autoloader) # "sabre/event": "^5.0", # "symfony/console": "~2.3|~3.0" Requires: php(language) >= 7.1 -Requires: php-ast >= 0.1.4 +Requires: php-ast >= 0.1.5 Requires: php-composer(felixfbecker/advanced-json-rpc) < 3 Requires: php-composer(felixfbecker/advanced-json-rpc) >= 2.0 Requires: php-composer(nikic/php-parser) < 4 @@ -177,6 +178,9 @@ rm -rf %{buildroot} %changelog +* Sat Nov 18 2017 Remi Collet - 0.10.2-1 +- Update to 0.10.2 + * Sat Oct 21 2017 Remi Collet - 0.10.1-1 - Update to 0.10.1 - add dependency on felixfbecker/advanced-json-rpc 2.0 -- cgit