diff options
-rw-r--r-- | php-cakephp4.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/php-cakephp4.spec b/php-cakephp4.spec index 4005942..838465c 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}%{major} Version: 4.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The CakePHP framework License: MIT @@ -716,7 +716,6 @@ require_once '%{php_home}/Fedora/Autoloader/autoload.php'; '%{php_home}/Psr/Http/Server/autoload.php', dirname(__DIR__) . '/Utility/autoload.php', __DIR__ . '/functions.php', - dirname(__DIR__) . '/Routing/functions.php', ]); EOF @@ -1136,6 +1135,9 @@ exit $ret %changelog +* Wed Aug 19 2020 Remi Collet <remi@remirepo.net> - 4.1.3-2 +- fix cake/core autoloader + * Mon Aug 17 2020 Remi Collet <remi@remirepo.net> - 4.1.3-1 - update to 4.1.3 |