diff --git a/php-symfony4-generate-autoloaders.php b/php-symfony4-generate-autoloaders.php index 8d10691..c11db07 100755 --- a/php-symfony4-generate-autoloaders.php +++ b/php-symfony4-generate-autoloaders.php @@ -59,7 +59,7 @@ final class AutoloadGenerator { 'doctrine/persistence' => [ 'prefix' => 'FEDORA_SYMFONY4_PHP_DIR', 'path' => [ - 'Doctrine/Common/Persistence2/autoload.php', + 'Doctrine/Persistence2/autoload.php', 'Doctrine/Common/Persistence/autoload.php', ], ], diff --git a/php-symfony4.spec b/php-symfony4.spec index 6f7aeda..860f16e 100644 --- a/php-symfony4.spec +++ b/php-symfony4.spec @@ -142,7 +142,7 @@ Name: php-%{composer_project}4 Version: %{github_version} -Release: 2%{?github_prerelease:.%{github_prerelease}}%{?dist} +Release: 3%{?github_prerelease:.%{github_prerelease}}%{?dist} Summary: Symfony PHP framework (version 4) # MIT and CC-BY-SA: @@ -3292,6 +3292,9 @@ exit $RET # ############################################################################## %changelog +* Tue Aug 25 2020 Remi Collet - 4.4.11-3 +- fix autoloader path for doctrine/persistence 2 + * Tue Jul 28 2020 Fedora Release Engineering - 4.4.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild