diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-25 12:06:43 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-25 12:06:43 +0200 |
commit | 1f7a7a63da0ff81fec28cb785d7548e550334577 (patch) | |
tree | 0bb6a0156391c321edb7b2ce302390c32b2bc8b9 /php-symfony4.spec | |
parent | 4eda95ecfac1e09058276c0688ce2029fdfa8652 (diff) |
fix autoloader path for doctrine/persistence 2
Diffstat (limited to 'php-symfony4.spec')
-rw-r--r-- | php-symfony4.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-symfony4.spec b/php-symfony4.spec index 9d20663..f871047 100644 --- a/php-symfony4.spec +++ b/php-symfony4.spec @@ -143,7 +143,7 @@ Name: php-%{composer_project}4 Version: %{github_version} -Release: 1%{?github_prerelease:.%{github_prerelease}}%{?dist} +Release: 3%{?github_prerelease:.%{github_prerelease}}%{?dist} Summary: Symfony PHP framework (version 4) # MIT and CC-BY-SA: @@ -3293,6 +3293,9 @@ exit $RET # ############################################################################## %changelog +* Tue Aug 25 2020 Remi Collet <remi@remirepo.net> - 4.4.11-3 +- fix autoloader path for doctrine/persistence 2 + * Fri Jul 24 2020 Remi Collet <remi@remirepo.net> - 4.4.11-1 - update to 4.4.11 - raise dependency on doctrine/data-fixtures 1.1 |