From 1fbe058507e143ae5c2806a01f4d074560e13608 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Sep 2021 12:10:08 +0200 Subject: update to 5.2.0 --- phan.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phan.spec') diff --git a/phan.spec b/phan.spec index afe4db6..1ff733e 100644 --- a/phan.spec +++ b/phan.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 561be81e281acbba75780c4f5392d56dfa5028ab +%global gh_commit eb59e65097dc8035fdaaa66db4b565585decceb0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phan #global gh_date 20150820 %global gh_project phan %global psr0 Phan %bcond_without tests -%global upstream_version 5.1.0 +%global upstream_version 5.2.0 #global upstream_prever a4 Name: %{gh_project} @@ -99,7 +99,7 @@ BuildRequires: php-composer(fedora/autoloader) # "symfony/polyfill-mbstring": "^1.11.0", # "symfony/polyfill-php80": "^1.20.0", # ignore and use the ext instead -# "tysonandre/var_representation_polyfill": "^0.0.2" +# "tysonandre/var_representation_polyfill": "^0.0.2|^0.1.0" Requires: php(language) >= 7.2 Requires: php-filter Requires: php-tokenizer @@ -253,6 +253,9 @@ EOF %changelog +* Thu Sep 2 2021 Remi Collet - 5.2.0-1 +- update to 5.2.0 + * Mon Aug 9 2021 Remi Collet - 5.1.0-1 - update to 5.1.0 -- cgit