diff options
-rw-r--r-- | phpunit9.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/phpunit9.spec b/phpunit9.spec index 35b45dc..26ea467 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 1f09a12726593737e8a228ebb1c8647305d07c41 +%global gh_commit 3866b2eeeed21b1b099c4bc0b7a1690ac6fd5baa #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -27,7 +27,7 @@ %global specrel 1 Name: %{pk_project}%{ver_major} -Version: 9.4.1 +Version: 9.4.2 Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} @@ -284,8 +284,6 @@ sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i php ret=0 for cmd in php php73 php74 php80; do if which $cmd; then - VER=$($cmd -r 'echo PHP_VERSION_ID;') - [ $VER -ge 80000 ] && OPT="$OPT --filter '^((?!(testStaticReturnTypeIsDoubledCorrectly|testNullableStaticReturnTypeIsDoubledCorrectly|testUnionReturnTypeWithStaticIsDoubledCorrectly)).)*$'" $cmd ./phpunit $OPT --verbose || ret=1 fi done @@ -303,6 +301,9 @@ exit $ret %changelog +* Mon Oct 19 2020 Remi Collet <remi@remirepo.net> - 9.4.2-1 +- update to 9.4.2 + * Mon Oct 12 2020 Remi Collet <remi@remirepo.net> - 9.4.1-1 - update to 9.4.1 |