summaryrefslogtreecommitdiffstats
path: root/php-doctrine-dbal.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-doctrine-dbal.spec')
-rw-r--r--php-doctrine-dbal.spec9
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 2.13.6-1
+- update to 2.13.6
+
* Mon Nov 15 2021 Remi Collet <remi@remirepo.net> - 2.13.5-1
- update to 2.13.5