From 237d39f0f39aa4671b3a0fe57c22d6c46354420f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Nov 2020 09:17:35 +0100 Subject: update to 3.9.4 --- composer.json | 2 +- php-cakephp.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f067f44..00ddd6f 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "source": "https://github.com/cakephp/cakephp" }, "require": { - "php": ">=5.6.0", + "php": ">=5.6.0,<8.0.0", "ext-intl": "*", "ext-mbstring": "*", "cakephp/chronos": "^1.0.1", diff --git a/php-cakephp.spec b/php-cakephp.spec index 6cb8212..830fb25 100644 --- a/php-cakephp.spec +++ b/php-cakephp.spec @@ -8,7 +8,7 @@ # # https://github.com/cakephp/cakephp/releases -%global gh_commit 74f60e2e1f15c8fd27653db2ee835d426b59ee83 +%global gh_commit 00364a31ddc8f713a63a01949f805c293a1c1422 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cakephp %global gh_project cakephp @@ -23,7 +23,7 @@ %global chronos_version 1.3.0 Name: php-%{pk_vendor} -Version: 3.9.3 +Version: 3.9.4 Release: 1%{?dist} Summary: The CakePHP framework @@ -591,6 +591,9 @@ exit $ret %changelog +* Mon Nov 16 2020 Remi Collet - 3.9.4-1 +- update to 3.9.4 + * Tue Oct 6 2020 Remi Collet - 3.9.3-1 - update to 3.9.3 -- cgit