diff options
-rw-r--r-- | php-cakephp4.spec | 9 |
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 4.1.3-3 +- update chronos to 2.0.6 + * Wed Aug 19 2020 Remi Collet <remi@remirepo.net> - 4.1.3-2 - fix cake/core autoloader |