From 39d2460b895760e90f1b70f5d9de3d2e808377c4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 May 2021 10:11:19 +0200 Subject: update to 4.2.6 --- php-cakephp4.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-cakephp4.spec') diff --git a/php-cakephp4.spec b/php-cakephp4.spec index edf2437..d9a9b91 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -12,7 +12,7 @@ # https://github.com/cakephp/cakephp/releases -%global gh_commit fe9a4e932d1008b65c165aea2b2ee599bd1fc3d3 +%global gh_commit 243a54d83438d9e9d5e3f4ccc1e379dcd20b5a38 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cakephp %global gh_project cakephp @@ -28,8 +28,8 @@ %global chronos_version 2.1.2 Name: php-%{pk_vendor}%{major} -Version: 4.2.5 -Release: 2%{?dist} +Version: 4.2.6 +Release: 1%{?dist} Summary: The CakePHP framework License: MIT @@ -1130,6 +1130,9 @@ exit $ret %changelog +* Thu May 6 2021 Remi Collet - 4.2.6-1 +- update to 4.2.6 + * Wed Apr 7 2021 Remi Collet - 4.2.5-2 - update chronos to 2.1.2 -- cgit