From d4379e4caa9cd2ea31f16d36a1c4729f46164e1a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Oct 2022 13:02:52 +0200 Subject: update chronos to 2.3.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 125a5f8..a0db491 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -20,13 +20,13 @@ %global major 4 # https://github.com/cakephp/chronos/releases -%global chronos_commit 3ecd6e7ae191c676570cd1bed51fd561de4606dd +%global chronos_commit 1075511e200c2333793f4625829e40607a4d1cc9 %global chronos_short %(c=%{chronos_commit}; echo ${c:0:7}) -%global chronos_version 2.3.0 +%global chronos_version 2.3.1 Name: php-%{pk_vendor}%{major} Version: 4.4.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The CakePHP framework License: MIT @@ -1154,6 +1154,9 @@ exit $ret %changelog +* Fri Oct 21 2022 Remi Collet - 4.4.6-2 +- update chronos to 2.3.1 + * Mon Oct 3 2022 Remi Collet - 4.4.6-1 - update to 4.4.6 -- cgit