diff options
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 8e7ab03..1d42b2d 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.11.2 -%global github_commit 9c351e044478135aec1755e2c0c0493a4b6309db +%global github_version 2.11.3 +%global github_commit 4af1aa317713d5f3dbc57b22237d1acb8477079c %global composer_vendor doctrine %global composer_project orm @@ -290,6 +290,7 @@ require_once '%{phpdir}/Fedora/Autoloader/autoload.php'; \Fedora\Autoloader\Autoload::addPsr4('Doctrine\\ORM\\', __DIR__); \Fedora\Autoloader\Dependencies::required([ + '%{phpdir}/Doctrine/Persistence2/autoload.php', '%{phpdir}/Doctrine/Common/Annotations/autoload.php', '%{phpdir}/Doctrine/Common3/autoload.php', [ @@ -304,7 +305,6 @@ require_once '%{phpdir}/Fedora/Autoloader/autoload.php'; ], '%{phpdir}/Doctrine/Common/EventManager/autoload.php', '%{phpdir}/Doctrine/Common/Lexer/autoload.php', - '%{phpdir}/Doctrine/Persistence2/autoload.php', [ '%{phpdir}/Doctrine/DBAL3/autoload.php', '%{phpdir}/Doctrine/DBAL/autoload.php', @@ -400,6 +400,9 @@ exit $RETURN_CODE %changelog +* Wed Apr 20 2022 Remi Collet <remi@remirepo.net> - 2.11.3-1 +- update to 2.11.3 + * Thu Mar 10 2022 Remi Collet <remi@remirepo.net> - 2.11.2-1 - update to 2.11.2 |