From f7318d78d1e2232209ac2366ffe66246413c761c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 24 May 2020 07:38:41 +0200 Subject: update to 4.0.8 --- php-cakephp4.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-cakephp4.spec b/php-cakephp4.spec index 085f9d6..30f87d9 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -11,7 +11,7 @@ # Auth, Command, Controller, Error, Mailer, Network, Routing, Shell, TestSuite, View # https://github.com/cakephp/cakephp/releases -%global gh_commit efd878ce4158eebcb3d124372d498ad947738aeb +%global gh_commit c64eec0925460674a831ac899f924bb8a956da1a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cakephp %global gh_project cakephp @@ -27,7 +27,7 @@ %global chronos_version 2.0.4 Name: php-%{pk_vendor}%{major} -Version: 4.0.7 +Version: 4.0.8 Release: 1%{?dist} Summary: The CakePHP framework @@ -1134,6 +1134,9 @@ exit $ret %changelog +* Sun May 24 2020 Remi Collet - 4.0.8-1 +- update to 4.0.8 + * Mon May 4 2020 Remi Collet - 4.0.7-1 - update to 4.0.7 -- cgit