From 27aa014a7e6a5ea6f4901363693f900986773b40 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 27 Feb 2020 07:55:29 +0100 Subject: update chronos to 2.0.3 --- php-cakephp4.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-cakephp4.spec b/php-cakephp4.spec index 1093a24..72cdfc6 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 e1044d27cabf12d19097b436001aa96a3c2e4b0a +%global chronos_commit 0b176c8e8abb18b552b789f60250188a74d534ab %global chronos_short %(c=%{chronos_commit}; echo ${c:0:7}) -%global chronos_version 2.0.2 +%global chronos_version 2.0.3 Name: php-%{pk_vendor}%{major} Version: 4.0.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The CakePHP framework License: MIT @@ -1134,6 +1134,9 @@ exit $ret %changelog +* Sat Feb 22 2020 Remi Collet - 4.0.4-2 +- update chronos to 2.0.3 + * Sat Feb 22 2020 Remi Collet - 4.0.4-1 - update to 4.0.4 - provides the full framework as php-cakephp4 -- cgit