diff options
author | Remi Collet <remi@remirepo.net> | 2019-11-19 09:33:32 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-11-19 09:33:32 +0100 |
commit | b2a95ff98313b7fa61aea79187940dfdcbcb10b4 (patch) | |
tree | 66b0a19830d0c9bf69091dc66370b4d63f4b1136 /php-doctrine-orm.spec | |
parent | 9c36ac698fb763bf74dd3a4bd11ba5ad5121c012 (diff) |
v2.6.6
Diffstat (limited to 'php-doctrine-orm.spec')
-rw-r--r-- | php-doctrine-orm.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-doctrine-orm.spec b/php-doctrine-orm.spec index c5ff245..326f0c0 100644 --- a/php-doctrine-orm.spec +++ b/php-doctrine-orm.spec @@ -13,8 +13,8 @@ %global github_owner doctrine %global github_name orm -%global github_version 2.6.5 -%global github_commit 16751d210fb806cc6f1b868a2b9dde6fab6866ed +%global github_version 2.6.6 +%global github_commit 2d9b9351831d1230881c52f006011cbf72fe944e %global composer_vendor doctrine %global composer_project orm @@ -288,6 +288,9 @@ exit $RETURN_CODE %changelog +* Tue Nov 19 2019 Remi Collet <remi@remirepo.net> - 2.6.6-1 +- update to 2.6.6 + * Mon Nov 18 2019 Remi Collet <remi@remirepo.net> - 2.6.5-1 - update to 2.6.5 |