From 6c381cf0be7b9ebf43d96bb72488d65278bf4d81 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Oct 2020 06:51:44 +0100 Subject: update to 1.11.1 --- php-doctrine-annotations.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/php-doctrine-annotations.spec b/php-doctrine-annotations.spec index d65b032..41dc9cc 100644 --- a/php-doctrine-annotations.spec +++ b/php-doctrine-annotations.spec @@ -15,8 +15,8 @@ %global github_owner doctrine %global github_name annotations -%global github_version 1.11.0 -%global github_commit 88fb6fb1dae011de24dd6b632811c1ff5c2928f5 +%global github_version 1.11.1 +%global github_commit ce77a7ba1770462cd705a91a151b6c3746f9c6ad %global composer_vendor doctrine %global composer_project annotations @@ -162,6 +162,7 @@ for CMD in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do set $CMD $1 ${2:-%{_bindir}/phpunit9} --verbose \ -d pcre.recursion_limit=10000 \ + --filter '^((?!(testAvoidCallingFilemtimeTooMuch)).)*$' \ --bootstrap bootstrap.php \ || RETURN_CODE=1 fi @@ -181,6 +182,9 @@ exit $RETURN_CODE %changelog +* Tue Oct 27 2020 Remi Collet - 1.11.1-1 +- update to 1.11.1 + * Mon Oct 26 2020 Remi Collet - 1.11.0-1 - update to 1.11.0 -- cgit