From 0d1e2dfa4b419c5b984381034b0ac7e49e090be1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 20 Apr 2023 11:16:19 +0200 Subject: update chronos to 2.3.3 --- php-cakephp4.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-cakephp4.spec b/php-cakephp4.spec index 0d129e8..f90dd26 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 a21b7b633f483c4cf525d200219d200f551ee38b +%global chronos_commit b5d962b7ae615ec5dc053e1d5b57d561fa9a231c %global chronos_short %(c=%{chronos_commit}; echo ${c:0:7}) -%global chronos_version 2.3.2 +%global chronos_version 2.3.3 Name: php-%{pk_vendor}%{major} Version: 4.4.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The CakePHP framework License: MIT @@ -1155,6 +1155,9 @@ exit $ret %changelog +* Thu Apr 20 2023 Remi Collet - 4.4.12-2 +- update chronos to 2.3.3 + * Tue Mar 28 2023 Remi Collet - 4.4.12-1 - update to 4.4.12 -- cgit