From fef23f745784f8f7ce6f0ace47b8aab3cfd004e5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Jun 2021 16:02:15 +0200 Subject: update to 2.9.3 --- composer.json | 1 + php-doctrine-orm.spec | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 77e265b..b316690 100644 --- a/composer.json +++ b/composer.json @@ -52,6 +52,7 @@ "autoload-dev": { "psr-4": { "Doctrine\\Tests\\": "tests/Doctrine/Tests", + "Doctrine\\StaticAnalysis\\": "tests/Doctrine/StaticAnalysis", "Doctrine\\Performance\\": "tests/Doctrine/Performance" } }, 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 - 2.9.3-1 +- update to 2.9.3 + * Tue Jun 1 2021 Remi Collet - 2.9.2-1 - update to 2.9.2 - raise dependency on doctrine/cache 1.11.3 -- cgit