diff options
author | Remi Collet <remi@remirepo.net> | 2021-04-06 13:58:02 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-04-06 13:58:02 +0200 |
commit | 3afb4a425b01d56c06445cfc81f8200ea498146f (patch) | |
tree | 7b8c285aa2285a3b4048f3f0342f2b24ece204db /php-doctrine-orm.spec | |
parent | fbd441dea560ee27727489a4c3c0c193bc18c246 (diff) |
update to 2.8.4
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 4002807..3c85bd3 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.8.3 -%global github_commit 657a30f8ceef2a78c2ff36a9fe6c6a6717c1c448 +%global github_version 2.8.4 +%global github_commit a588555ecd837b8d7e89355d9a13902e54d529c7 %global composer_vendor doctrine %global composer_project orm @@ -351,6 +351,9 @@ exit $RETURN_CODE %changelog +* Tue Apr 6 2021 Remi Collet <remi@remirepo.net> - 2.8.4-1 +- update to 2.8.4 + * Tue Apr 6 2021 Remi Collet <remi@remirepo.net> - 2.8.3-1 - update to 2.8.3 |