From 72d29c0ff5c88fa859aa7282b2fe63c0ef3d4be1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 6 Feb 2021 07:06:45 +0100 Subject: update chronos to 2.1.1 --- 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 dfdd91a..a44fd26 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -23,13 +23,13 @@ %global major 4 # https://github.com/cakephp/chronos/releases -%global chronos_commit 3f119d1eb8105ed2c43bb72e8fc5c78487620089 +%global chronos_commit 5929b743aec34b3a2f74c70c383706f7f12e2725 %global chronos_short %(c=%{chronos_commit}; echo ${c:0:7}) -%global chronos_version 2.1.0 +%global chronos_version 2.1.1 Name: php-%{pk_vendor}%{major} Version: 4.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The CakePHP framework License: MIT @@ -1132,6 +1132,9 @@ exit $ret %changelog +* Sat Feb 6 2021 Remi Collet - 4.2.3-2 +- update chronos to 2.1.1 + * Mon Jan 25 2021 Remi Collet - 4.2.3-1 - update to 4.2.3 -- cgit