diff options
-rw-r--r-- | phan.spec | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 <remi@remirepo.net> - 5.1.0-1 +- update to 5.1.0 + * Mon Aug 2 2021 Remi Collet <remi@remirepo.net> - 5.0.0-1 - update to 5.0.0 |