diff options
Diffstat (limited to 'phan.spec')
-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 85f142379813cf0a24a19237e9fbe6f77f0251db +%global gh_commit a300b0331269bbdc77ba03f36176740579dbb457 %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 %global with_tests 0%{!?_without_tests:1} -%global upstream_version 2.4.6 +%global upstream_version 2.4.7 #global upstream_prever RC2 Name: %{gh_project} @@ -75,7 +75,7 @@ BuildRequires: php-spl BuildRequires: php-sysvmsg BuildRequires: php-sysvsem # For tests, from composer.json "require-dev": { -# "brianium/paratest": "^2.2.0", +# "brianium/paratest": "^3.1.2", # "phpunit/phpunit": "^7.5.0" BuildRequires: phpunit7 >= 7.5 BuildRequires: php-date @@ -243,6 +243,9 @@ EOF %changelog +* Thu Jan 23 2020 Remi Collet <remi@remirepo.net> - 2.4.7-1 +- update to 2.4.7 + * Thu Jan 2 2020 Remi Collet <remi@remirepo.net> - 2.4.6-1 - update to 2.4.6 |