summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-19 09:44:03 +0200
committerRemi Collet <remi@remirepo.net>2020-08-19 09:44:03 +0200
commit7c90833b893b4e652c65bc110b7c5f0404b3f71b (patch)
tree2e3552d39448b8d67a1d060c45711b897d70b78b
parentd0549a68540caa63ac6c446afd791b704b83f5dd (diff)
fix cake/core autoloader
-rw-r--r--php-cakephp4.spec6
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