summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-10-27 06:51:44 +0100
committerRemi Collet <remi@remirepo.net>2020-10-27 06:51:44 +0100
commit6c381cf0be7b9ebf43d96bb72488d65278bf4d81 (patch)
tree17f0f4ca8541293ab55455cec1d4261b6f61229d
parentbddec47c040457b17b3ba87e20a703aaa03b5dc7 (diff)
update to 1.11.1
-rw-r--r--php-doctrine-annotations.spec8
1 files 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 <remi@remirepo.net> - 1.11.1-1
+- update to 1.11.1
+
* Mon Oct 26 2020 Remi Collet <remi@remirepo.net> - 1.11.0-1
- update to 1.11.0