diff options
Diffstat (limited to 'php-cakephp4.spec')
-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 8c99257..ba894a2 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 1d187c71587c97520c00491f626e0f255144953e +%global chronos_commit 556e14da67307ffc2e68beeb7df0694dc8d1207d %global chronos_short %(c=%{chronos_commit}; echo ${c:0:7}) -%global chronos_version 2.1.2 +%global chronos_version 2.2.0 Name: php-%{pk_vendor}%{major} Version: 4.2.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The CakePHP framework License: MIT @@ -1130,6 +1130,9 @@ exit $ret %changelog +* Thu Jun 17 2021 Remi Collet <remi@remirepo.net> - 4.2.7-2 +- update chronos to 2.2.0 + * Thu Jun 17 2021 Remi Collet <remi@remirepo.net> - 4.2.7-1 - update to 4.2.7 |