diff options
Diffstat (limited to 'php-doctrine-orm.spec')
-rw-r--r-- | php-doctrine-orm.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-doctrine-orm.spec b/php-doctrine-orm.spec index f199640..5c8a253 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.9.2 -%global github_commit 75b4b88c5b7cebc24ed7251a20c2a5aa027300e1 +%global github_version 2.9.3 +%global github_commit 82e77cf5089a1303733f75f0f0ed01be3ab9ec22 %global composer_vendor doctrine %global composer_project orm @@ -355,6 +355,7 @@ require_once '%{buildroot}%{phpdir}/Doctrine/ORM/autoload.php'; ], ]); \Fedora\Autoloader\Autoload::addPsr4('Doctrine\\Tests\\', __DIR__.'/tests/Doctrine/Tests'); +\Fedora\Autoloader\Autoload::addPsr4('Doctrine\\StaticAnalysis\\', __DIR__.'/tests/Doctrine/StaticAnalysis'); \Fedora\Autoloader\Autoload::addPsr4('Doctrine\\Performance\\', __DIR__.'/tests/Doctrine/Performance'); BOOTSTRAP @@ -386,6 +387,9 @@ exit $RETURN_CODE %changelog +* Tue Jun 15 2021 Remi Collet <remi@remirepo.net> - 2.9.3-1 +- update to 2.9.3 + * Tue Jun 1 2021 Remi Collet <remi@remirepo.net> - 2.9.2-1 - update to 2.9.2 - raise dependency on doctrine/cache 1.11.3 |