From 7c90833b893b4e652c65bc110b7c5f0404b3f71b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Aug 2020 09:44:03 +0200 Subject: fix cake/core autoloader --- php-cakephp4.spec | 6 ++++-- 1 file 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 - 4.1.3-2 +- fix cake/core autoloader + * Mon Aug 17 2020 Remi Collet - 4.1.3-1 - update to 4.1.3 -- cgit