diff options
Diffstat (limited to 'php-doctrine-annotations.spec')
-rw-r--r-- | php-doctrine-annotations.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-doctrine-annotations.spec b/php-doctrine-annotations.spec index 6deaacd..bddb1a0 100644 --- a/php-doctrine-annotations.spec +++ b/php-doctrine-annotations.spec @@ -12,8 +12,8 @@ %global github_owner doctrine %global github_name annotations -%global github_version 1.7.0 -%global github_commit fa4c4e861e809d6a1103bd620cce63ed91aedfeb +%global github_version 1.8.0 +%global github_commit 904dca4eb10715b92569fbcd79e201d5c349b6bc %global composer_vendor doctrine %global composer_project annotations @@ -148,7 +148,7 @@ BOOTSTRAP : Upstream tests RETURN_CODE=0 -for PHP_EXEC in "" php71 php72 php73; do +for PHP_EXEC in "" php71 php72 php73 php74; do if [ -z "$PHP_EXEC" ] || which $PHP_EXEC; then $PHP_EXEC %{_bindir}/phpunit7 --verbose \ -d pcre.recursion_limit=10000 \ @@ -171,6 +171,9 @@ exit $RETURN_CODE %changelog +* Wed Oct 2 2019 Remi Collet <remi@remirepo.net> - 1.8.0-1 +- update to 1.8.0 + * Mon Aug 19 2019 Remi Collet <remi@remirepo.net> - 1.7.0-1 - update to 1.7.0 - switch to phpunit7 |