From 76c1a16d6634361b7f28fb310cef9db05f8c15ff Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Jun 2022 09:00:33 +0200 Subject: update to 3.3.7 --- php-doctrine-dbal3.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-doctrine-dbal3.spec') diff --git a/php-doctrine-dbal3.spec b/php-doctrine-dbal3.spec index 9633901..b09cdf0 100644 --- a/php-doctrine-dbal3.spec +++ b/php-doctrine-dbal3.spec @@ -12,8 +12,8 @@ %global github_owner doctrine %global github_name dbal -%global github_version 3.3.6 -%global github_commit 9e7f76dd1cde81c62574fdffa5a9c655c847ad21 +%global github_version 3.3.7 +%global github_commit 9f79d4650430b582f4598fe0954ef4d52fbc0a8a %global major 3 %global composer_vendor doctrine @@ -264,7 +264,7 @@ SKIP="--filter '^((?!(testFetchLongBlob)).)*$'" : Upstream tests RETURN_CODE=0 -for PHP_EXEC in php php74 php80 php81; do +for PHP_EXEC in php php74 php80 php81 php82; do rm -f /tmp/test_nesting.sqlite if which $PHP_EXEC; then $PHP_EXEC %{_bindir}/phpunit9 \ @@ -290,6 +290,9 @@ exit $RETURN_CODE %changelog +* Fri Jun 24 2022 Remi Collet - 3.3.7-1 +- update to 3.3.7 + * Tue May 3 2022 Remi Collet - 3.3.6-1 - update to 3.3.6 - allow doctrine/deprecations 1 -- cgit