From 0f8d77416104758e153176f85ba5f035fb30bdbe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Aug 2021 09:31:18 +0200 Subject: update to 5.1.0 --- phan.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phan.spec') diff --git a/phan.spec b/phan.spec index 752bb62..afe4db6 100644 --- a/phan.spec +++ b/phan.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit f36b6b9a2f4143a25f35ce94d712ceb0527e9d90 +%global gh_commit 561be81e281acbba75780c4f5392d56dfa5028ab %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.0.0 +%global upstream_version 5.1.0 #global upstream_prever a4 Name: %{gh_project} @@ -125,7 +125,7 @@ Requires: (php-composer(netresearch/jsonmapper) >= 1.6 with php Requires: (php-composer(sabre/event) >= 5.0.3 with php-composer(sabre/event) < 6) Requires: (php-composer(symfony/console) >= 3.2 with php-composer(symfony/console) < 6) Requires: (php-composer(symfony/polyfill-php80) >= 1.19 with php-composer(symfony/polyfill-php80) < 2) -# remirepo:14 +# remirepo:15 %else Requires: php-ast >= 1.0.10 Requires: php-var_representation @@ -253,6 +253,9 @@ EOF %changelog +* Mon Aug 9 2021 Remi Collet - 5.1.0-1 +- update to 5.1.0 + * Mon Aug 2 2021 Remi Collet - 5.0.0-1 - update to 5.0.0 -- cgit