From 833bc9c85c6122ee5587822e18c75396b6d703f1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Oct 2021 08:19:12 +0200 Subject: update chronos to 2.3.0 --- 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 367ce14..f985a51 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 556e14da67307ffc2e68beeb7df0694dc8d1207d +%global chronos_commit 3ecd6e7ae191c676570cd1bed51fd561de4606dd %global chronos_short %(c=%{chronos_commit}; echo ${c:0:7}) -%global chronos_version 2.2.0 +%global chronos_version 2.3.0 Name: php-%{pk_vendor}%{major} Version: 4.2.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The CakePHP framework License: MIT @@ -1130,6 +1130,9 @@ exit $ret %changelog +* Mon Oct 18 2021 Remi Collet - 4.2.10-2 +- update chronos to 2.3.0 + * Thu Oct 14 2021 Remi Collet - 4.2.10-1 - update to 4.2.10 -- cgit