diff options
author | Remi Collet <remi@remirepo.net> | 2021-12-21 13:51:35 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-12-21 13:51:35 +0100 |
commit | 0f4b742eb9dd77371cf5c3f1873d315b6bd54faa (patch) | |
tree | 5ba65632958f5f79a2598ff28d41651b89b9ad9e /php-doctrine-orm.spec | |
parent | 95f2f909e074e52fc7d0ed3ce51e669fa90e6608 (diff) |
update to 2.10.4
Diffstat (limited to 'php-doctrine-orm.spec')
-rw-r--r-- | php-doctrine-orm.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-doctrine-orm.spec b/php-doctrine-orm.spec index 38da0e4..6847f70 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.10.3 -%global github_commit 7b242753466508e1dd10f67c1baee95785f845c1 +%global github_version 2.10.4 +%global github_commit cccb2e2fdfed2969afb3d65c5ea82bafdefbe1a7 %global composer_vendor doctrine %global composer_project orm @@ -76,7 +76,7 @@ Name: php-%{composer_vendor}-%{composer_project} Version: %{github_version} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Doctrine Object-Relational-Mapper (ORM) License: MIT @@ -400,6 +400,9 @@ exit $RETURN_CODE %changelog +* Tue Dec 21 2021 Remi Collet <remi@remirepo.net> - 2.10.4-1 +- update to 2.10.4 + * Wed Dec 15 2021 Remi Collet <remi@remirepo.net> - 2.10.3-2 - fix autoloader for dbal v2 |