From d516ce7c895152499fa46d751258170705c2e646 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 May 2020 07:50:36 +0200 Subject: update chronos to 2.0.5 --- 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 30f87d9..dd4499e 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -22,13 +22,13 @@ %global major 4 # https://github.com/cakephp/chronos/releases -%global chronos_commit 7e77b7d43e23b78363b6a1dc592de1c3d557347b +%global chronos_commit 9309d85c33c65917c0e582c0a6b07df56fe27dd9 %global chronos_short %(c=%{chronos_commit}; echo ${c:0:7}) -%global chronos_version 2.0.4 +%global chronos_version 2.0.5 Name: php-%{pk_vendor}%{major} Version: 4.0.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The CakePHP framework License: MIT @@ -1134,6 +1134,9 @@ exit $ret %changelog +* Tue May 26 2020 Remi Collet - 4.0.8-2 +- update chronos to 2.0.5 + * Sun May 24 2020 Remi Collet - 4.0.8-1 - update to 4.0.8 -- cgit