From 7d26ec908669b9b5a26abc3fdf3baf309a02e40c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Nov 2021 16:38:00 +0100 Subject: update to 2.13.6 --- php-doctrine-dbal.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-doctrine-dbal.spec') diff --git a/php-doctrine-dbal.spec b/php-doctrine-dbal.spec index fe10b68..9da11b5 100644 --- a/php-doctrine-dbal.spec +++ b/php-doctrine-dbal.spec @@ -16,8 +16,8 @@ %global github_owner doctrine %global github_name dbal -%global github_version 2.13.5 -%global github_commit d92ddb260547c2a7b650ff140f744eb6f395d8fc +%global github_version 2.13.6 +%global github_commit 67ef6d0327ccbab1202b39e0222977a47ed3ef2f %global composer_vendor doctrine %global composer_project dbal @@ -227,7 +227,7 @@ SKIP="--filter '^((?!(testFetchLongBlob)).)*$'" : Upstream tests RETURN_CODE=0 -for PHP_EXEC in php php73 php74 php80 php81; do +for PHP_EXEC in php 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 Nov 29 2021 Remi Collet - 2.13.6-1 +- update to 2.13.6 + * Mon Nov 15 2021 Remi Collet - 2.13.5-1 - update to 2.13.5 -- cgit