From b06bf1c860d233b31790517ee2f7dae733b9e914 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 May 2020 08:20:37 +0200 Subject: update to 1.12.10 --- php-doctrine-doctrine-bundle.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-doctrine-doctrine-bundle.spec') diff --git a/php-doctrine-doctrine-bundle.spec b/php-doctrine-doctrine-bundle.spec index 98f7d71..f796d46 100644 --- a/php-doctrine-doctrine-bundle.spec +++ b/php-doctrine-doctrine-bundle.spec @@ -12,13 +12,13 @@ %global github_owner doctrine %global github_name DoctrineBundle -%global github_version 1.12.8 -%global github_commit 65bb2ebc96bcb9207ee56bb17f6c0251ec358380 +%global github_version 1.12.10 +%global github_commit 2ee4c25a847e744e93d7fc2895e059ad9ef7d10c %global composer_vendor doctrine %global composer_project doctrine-bundle -# "php": "^7.1" +# "php": "^7.1 || ^8.0" %global php_min_ver 7.1 # "doctrine/dbal": "^2.5.12" %global dbal_min_ver 2.5.12 @@ -302,7 +302,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 php74; do +for SCL in php php72 php73 php74; do if which $SCL; then $SCL %{_bindir}/phpunit7 \ --filter '^((?!(testBacktraceLogged|testRender)).)*$' \ @@ -327,6 +327,9 @@ exit $RETURN_CODE %changelog +* Tue May 26 2020 Remi Collet - 1.12.10-1 +- update to 1.12.10 + * Thu Apr 23 2020 Remi Collet - 1.12.8-1 - update to 1.12.8 -- cgit