diff options
author | Remi Collet <remi@remirepo.net> | 2020-04-20 12:25:37 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-04-20 12:25:37 +0200 |
commit | 65471bf8ba0a161cade66e7e7d3ee4900ff4fc8d (patch) | |
tree | d7d644c35884ea1348fd5bc3a9177c6e76fe769d /php-doctrine-annotations.spec | |
parent | e06b4352b8f321ac0080e52242e3d48cc6e28c21 (diff) |
v1.10.2
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 8393dc7..cc30ac6 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.10.1 -%global github_commit 5eb79f3dbdffed6544e1fc287572c0f462bd29bb +%global github_version 1.10.2 +%global github_commit b9d758e831c70751155c698c2f7df4665314a1cb %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 php74; do +for PHP_EXEC in "" php71 php72 php73 php74 php80; 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 +* Mon Apr 20 2020 Remi Collet <remi@remirepo.net> - 1.10.2-1 +- update to 1.10.2 + * Thu Apr 2 2020 Remi Collet <remi@remirepo.net> - 1.10.1-1 - update to 1.10.1 |