diff options
author | Remi Collet <remi@remirepo.net> | 2020-10-21 08:09:42 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-10-21 08:09:42 +0200 |
commit | f14bde377fa8a84622148ed2cb7c3fcbdc3ba283 (patch) | |
tree | ee4596ef1b9759f21f65e5d5752b5d90db339c50 /php-doctrine-dbal.spec | |
parent | 6e0a75220eaf530ccd9f82c1fad88f6d0951166f (diff) |
update to 2.11.3
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 ec1bf16..e320113 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.11.2 -%global github_commit b88a45cbc395e850b2d958dcd7b9d49d09ff23e0 +%global github_version 2.11.3 +%global github_commit fb5d5f2f26babf8dce217b1eb88300c22bb703a4 %global composer_vendor doctrine %global composer_project dbal @@ -219,6 +219,9 @@ exit $RETURN_CODE %changelog +* Wed Oct 21 2020 Remi Collet <remi@remirepo.net> - 2.11.3-1 +- update to 2.11.3 + * Mon Oct 19 2020 Remi Collet <remi@remirepo.net> - 2.11.2-1 - update to 2.11.2 |