diff options
-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 |