From a9200beed162ad07597961a13fb7ee8b9eafd4c6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Jun 2019 14:40:49 +0200 Subject: v1.11.2 --- php-doctrine-doctrine-bundle.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-doctrine-doctrine-bundle.spec b/php-doctrine-doctrine-bundle.spec index 64b0310..9d99004 100644 --- a/php-doctrine-doctrine-bundle.spec +++ b/php-doctrine-doctrine-bundle.spec @@ -12,8 +12,8 @@ %global github_owner doctrine %global github_name DoctrineBundle -%global github_version 1.11.1 -%global github_commit 09a38417339dc93849d051b914aae3947eb231a7 +%global github_version 1.11.2 +%global github_commit 28101e20776d8fa20a00b54947fbae2db0d09103 %global composer_vendor doctrine %global composer_project doctrine-bundle @@ -238,7 +238,7 @@ sed -e '/listener/d' phpunit.xml.dist >phpunit.xml : Upstream tests with SCLs if available RETURN_CODE=0 -for SCL in php php71 php72 php73; do +for SCL in php php71 php72 php73 php74; do if which $SCL; then $SCL %{_bindir}/phpunit7 \ --filter '^((?!(testBacktraceLogged)).)*$' \ @@ -263,6 +263,9 @@ exit $RETURN_CODE %changelog +* Tue Jun 4 2019 Remi Collet - 1.11.2-1 +- update to 1.11.2 + * Tue May 14 2019 Remi Collet - 1.11.1-1 - update to 1.11.1 -- cgit