From bdd7d465cbdf419af57698262582e2eb8ff692d9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Sep 2021 08:48:51 +0200 Subject: update to 3.1.2 --- 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 3830ac7..71ead8b 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.1.1 -%global github_commit 8e0fde2b90e3f61361013d1e928621beeea07bc0 +%global github_version 3.1.2 +%global github_commit 3ee2622b57370c786f531678f6641208747f7bfc %global major 3 %global composer_vendor doctrine @@ -228,7 +228,7 @@ SKIP="--filter '^((?!(testFetchAllKeyValueWithLimit)).)*$'" : Upstream tests RETURN_CODE=0 -for PHP_EXEC in php php73 php74 php80; do +for PHP_EXEC in php php73 php74 php80 php81; do rm -f /tmp/test_nesting.sqlite if which $PHP_EXEC; then $PHP_EXEC %{_bindir}/phpunit9 \ @@ -253,6 +253,9 @@ exit $RETURN_CODE %changelog +* Mon Sep 13 2021 Remi Collet - 3.1.2-1 +- update to 3.1.2 + * Wed Jun 23 2021 Remi Collet - 3.1.1-1 - update to 3.1.1 - allow symfony/console version 6 -- cgit