diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-14 11:10:01 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-14 11:10:01 +0200 |
commit | 91c94a8570c133c3f5357b0d0a86f20a6b7ec719 (patch) | |
tree | 6869567dd66a93bcc5f4f21f75df7e27fe202140 /php-doctrine-dbal.spec | |
parent | 7e6281de35a5a351cd95fdd054e0104f4b3d376a (diff) |
update to 2.10.4
Diffstat (limited to 'php-doctrine-dbal.spec')
-rw-r--r-- | php-doctrine-dbal.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-doctrine-dbal.spec b/php-doctrine-dbal.spec index fd00302..9ccf4db 100644 --- a/php-doctrine-dbal.spec +++ b/php-doctrine-dbal.spec @@ -13,8 +13,8 @@ %global github_owner doctrine %global github_name dbal -%global github_version 2.10.3 -%global github_commit 03ca23afc2ee062f5d3e32426ad37c34a4770dcf +%global github_version 2.10.4 +%global github_commit 47433196b6390d14409a33885ee42b6208160643 %global composer_vendor doctrine %global composer_project dbal @@ -218,6 +218,9 @@ exit $RETURN_CODE %changelog +* Mon Sep 14 2020 Remi Collet <remi@remirepo.net> - 2.10.4-1 +- update to 2.10.4 + * Wed Sep 2 2020 Remi Collet <remi@remirepo.net> - 2.10.3-1 - update to 2.10.3 |