From 32e425d034dc92233f961b54200b9160586f2243 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Dec 2022 08:48:51 +0100 Subject: update to 3.5.2 --- php-doctrine-dbal3.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-doctrine-dbal3.spec') diff --git a/php-doctrine-dbal3.spec b/php-doctrine-dbal3.spec index ae14522..b80e10f 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.5.1 -%global github_commit f38ee8aaca2d58ee88653cb34a6a3880c23f38a5 +%global github_version 3.5.2 +%global github_commit 63e513cebbbaf96a6795e5c5ee34d205831bfc85 %global major 3 %global composer_vendor doctrine @@ -76,7 +76,7 @@ Patch0: %{name}-bin.patch BuildArch: noarch # Tests %if %{with tests} -BuildRequires: phpunit9 >= 9.5.25 +BuildRequires: phpunit9 >= 9.5.27 ## composer.json BuildRequires: php(language) >= %{php_min_ver} # remirepo:1 @@ -265,7 +265,7 @@ SKIP="--filter '^((?!(testFetchLongBlob)).)*$'" : Upstream tests RETURN_CODE=0 -for PHP_EXEC in php php74 php80 php81 php82; do +for PHP_EXEC in php php80 php81 php82; do rm -f /tmp/test_nesting.sqlite if which $PHP_EXEC; then $PHP_EXEC %{_bindir}/phpunit9 \ @@ -291,6 +291,9 @@ exit $RETURN_CODE %changelog +* Wed Dec 21 2022 Remi Collet - 3.5.2-1 +- update to 3.5.2 + * Mon Oct 24 2022 Remi Collet - 3.5.1-1 - update to 3.5.1 - allow doctrine/event-manager 2 -- cgit