From 65471bf8ba0a161cade66e7e7d3ee4900ff4fc8d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Apr 2020 12:25:37 +0200 Subject: v1.10.2 --- php-doctrine-annotations.spec | 9 ++++++--- 1 file 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 - 1.10.2-1 +- update to 1.10.2 + * Thu Apr 2 2020 Remi Collet - 1.10.1-1 - update to 1.10.1 -- cgit