From aabab6cd5f5eb2a2dfdc9a96f344879012b67050 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Feb 2020 17:34:11 +0100 Subject: run full test suite --- php-cakephp4.spec | 95 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 48 insertions(+), 47 deletions(-) (limited to 'php-cakephp4.spec') diff --git a/php-cakephp4.spec b/php-cakephp4.spec index 77122d2..cd7b5d4 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}%{major} Version: 4.0.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: The CakePHP framework License: MIT @@ -601,13 +601,36 @@ mv chronos-*/tests tests2 %build +: ===== Generate autoloader for full framework +cat << 'EOF' | tee src/autoload.php + - 4.0.3-4 +- run full test suite + * Mon Feb 10 2020 Remi Collet - 4.0.3-3 - add Form and ORM components -- cgit