diff options
Diffstat (limited to 'php-doctrine-dbal3.spec')
-rw-r--r-- | php-doctrine-dbal3.spec | 9 |
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 3.1.2-1 +- update to 3.1.2 + * Wed Jun 23 2021 Remi Collet <remi@remirepo.net> - 3.1.1-1 - update to 3.1.1 - allow symfony/console version 6 |