From 4dfe66bd8d3b4f2cabaea7d9f41211422e484578 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 Oct 2020 09:06:00 +0200 Subject: update to 4.1.5 --- php-cakephp4.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'php-cakephp4.spec') diff --git a/php-cakephp4.spec b/php-cakephp4.spec index a0df6a2..918b058 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 2c0273a37023044b96a4d6471092f48f51225f8d +%global gh_commit 3d409286a21a4b95106426ab383b89050d561585 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cakephp %global gh_project cakephp @@ -27,8 +27,8 @@ %global chronos_version 2.0.6 Name: php-%{pk_vendor}%{major} -Version: 4.1.3 -Release: 3%{?dist} +Version: 4.1.5 +Release: 1%{?dist} Summary: The CakePHP framework License: MIT @@ -1135,6 +1135,12 @@ exit $ret %changelog +* Mon Oct 5 2020 Remi Collet - 4.1.5-1 +- update to 4.1.5 + +* Mon Sep 7 2020 Remi Collet - 4.1.4-1 +- update to 4.1.4 + * Mon Aug 24 2020 Remi Collet - 4.1.3-3 - update chronos to 2.0.6 -- cgit