From b8dbb004537006e9d0cccf2afe9219c2630fbf78 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Apr 2020 14:51:42 +0200 Subject: v2.0.8 --- php-doctrine-doctrine-bundle2.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/php-doctrine-doctrine-bundle2.spec b/php-doctrine-doctrine-bundle2.spec index 13d4180..196cd54 100644 --- a/php-doctrine-doctrine-bundle2.spec +++ b/php-doctrine-doctrine-bundle2.spec @@ -13,8 +13,8 @@ %global github_owner doctrine %global github_name DoctrineBundle -%global github_version 2.0.7 -%global github_commit 6926771140ee87a823c3b2c72602de9dda4490d3 +%global github_version 2.0.8 +%global github_commit b0e0deb6e700438401ede433a15a6372d2285202 %global major 2 %global composer_vendor doctrine @@ -288,6 +288,7 @@ sed -e '/listener/d' phpunit.xml.dist >phpunit.xml : Upstream tests with SCLs if available RETURN_CODE=0 +# TODO: php 8 PDOConnection::query() must be compatible with PDO::query(string $statement) for SCL in php php72 php73 php74; do if which $SCL; then $SCL %{_bindir}/phpunit7 \ @@ -314,6 +315,9 @@ exit $RETURN_CODE %changelog +* Thu Apr 23 2020 Remi Collet - 2.0.8-1 +- update to 2.0.8 + * Mon Jan 20 2020 Remi Collet - 2.0.7-1 - update to 2.0.7 -- cgit