diff options
Diffstat (limited to 'php-doctrine-annotations.spec')
-rw-r--r-- | php-doctrine-annotations.spec | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/php-doctrine-annotations.spec b/php-doctrine-annotations.spec index 5f8fcd3..6deaacd 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.6.1 -%global github_commit 53120e0eb10355388d6ccbe462f1fea34ddadb24 +%global github_version 1.7.0 +%global github_commit fa4c4e861e809d6a1103bd620cce63ed91aedfeb %global composer_vendor doctrine %global composer_project annotations @@ -61,7 +61,7 @@ BuildRequires: php-composer(doctrine/cache) >= %{cache_min_ver} BuildRequires: php-composer(doctrine/lexer) < %{lexer_max_ver} BuildRequires: php-composer(doctrine/lexer) >= %{lexer_min_ver} %endif -BuildRequires: phpunit6 +BuildRequires: phpunit7 ## phpcompatinfo (computed from version 1.6.1) BuildRequires: php-ctype BuildRequires: php-date @@ -150,7 +150,7 @@ BOOTSTRAP RETURN_CODE=0 for PHP_EXEC in "" php71 php72 php73; do if [ -z "$PHP_EXEC" ] || which $PHP_EXEC; then - $PHP_EXEC %{_bindir}/phpunit6 --verbose \ + $PHP_EXEC %{_bindir}/phpunit7 --verbose \ -d pcre.recursion_limit=10000 \ --bootstrap bootstrap.php \ || RETURN_CODE=1 @@ -171,6 +171,10 @@ exit $RETURN_CODE %changelog +* Mon Aug 19 2019 Remi Collet <remi@remirepo.net> - 1.7.0-1 +- update to 1.7.0 +- switch to phpunit7 + * Tue Mar 26 2019 Remi Collet <remi@remirepo.net> - 1.6.1-1 - update to 1.6.1 |