diff options
Diffstat (limited to 'phan.spec')
-rw-r--r-- | phan.spec | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 63eb0801e193adddcd7d308980e731ff5546426f +%global gh_commit afbcf1ab162df39dbfd96672ba29a0208a49efff %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phan #global gh_date 20150820 @@ -19,7 +19,7 @@ %global with_tests 0%{!?_without_tests:1} Name: %{gh_project} -Version: 1.2.8 +Version: 1.3.1 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A static analyzer for PHP @@ -89,7 +89,8 @@ BuildRequires: php-composer(fedora/autoloader) # "felixfbecker/advanced-json-rpc": "^3.0.3", # "microsoft/tolerant-php-parser": "0.0.17", # "sabre/event": "^5.0", -# "symfony/console": "^2.3|^3.0|~4.0" +# "symfony/console": "^2.3|^3.0|~4.0", +# "symfony/polyfill-mbstring": "^1.11.0" Requires: php(language) >= 7.0.0 Requires: php-filter Requires: php-json @@ -226,6 +227,9 @@ EOF %changelog +* Tue Apr 23 2019 Remi Collet <remi@remirepo.net> - 1.3.1-1 +- update to 1.3.1 + * Mon Apr 8 2019 Remi Collet <remi@remirepo.net> - 1.2.8-1 - update to 1.2.8 |