From 46b022624c2573b0eec0d6f8d7460536e50a3aad Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 24 Aug 2020 08:23:17 +0200 Subject: update chronos to 2.0.6 --- 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 838465c..a0df6a2 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 9309d85c33c65917c0e582c0a6b07df56fe27dd9 +%global chronos_commit 30baea51824076719921c6c2d720bfd6b49e6dca %global chronos_short %(c=%{chronos_commit}; echo ${c:0:7}) -%global chronos_version 2.0.5 +%global chronos_version 2.0.6 Name: php-%{pk_vendor}%{major} Version: 4.1.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The CakePHP framework License: MIT @@ -1135,6 +1135,9 @@ exit $ret %changelog +* Mon Aug 24 2020 Remi Collet - 4.1.3-3 +- update chronos to 2.0.6 + * Wed Aug 19 2020 Remi Collet - 4.1.3-2 - fix cake/core autoloader -- cgit