diff options
author | Remi Collet <remi@remirepo.net> | 2021-11-15 08:43:48 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-11-15 08:43:48 +0100 |
commit | 9eaccfdc315b87cd9a71149ad612d46a5efda3f6 (patch) | |
tree | 4b6e7fc8dabba23c64d0c27a3108faeef17494e4 /php-doctrine-dbal.spec | |
parent | aafff85643f676f52a576532c467655b0ff12165 (diff) |
update to 2.13.5
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 61690db..fe10b68 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.4 -%global github_commit 2411a55a2a628e6d8dd598388ab13474802c7b6e +%global github_version 2.13.5 +%global github_commit d92ddb260547c2a7b650ff140f744eb6f395d8fc %global composer_vendor doctrine %global composer_project dbal @@ -253,6 +253,9 @@ exit $RETURN_CODE %changelog +* Mon Nov 15 2021 Remi Collet <remi@remirepo.net> - 2.13.5-1 +- update to 2.13.5 + * Mon Oct 4 2021 Remi Collet <remi@remirepo.net> - 2.13.4-1 - update to 2.13.4 |