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 dfdd91a..a44fd26 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 3f119d1eb8105ed2c43bb72e8fc5c78487620089 +%global chronos_commit 5929b743aec34b3a2f74c70c383706f7f12e2725 %global chronos_short %(c=%{chronos_commit}; echo ${c:0:7}) -%global chronos_version 2.1.0 +%global chronos_version 2.1.1 Name: php-%{pk_vendor}%{major} Version: 4.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The CakePHP framework License: MIT @@ -1132,6 +1132,9 @@ exit $ret %changelog +* Sat Feb 6 2021 Remi Collet <remi@remirepo.net> - 4.2.3-2 +- update chronos to 2.1.1 + * Mon Jan 25 2021 Remi Collet <remi@remirepo.net> - 4.2.3-1 - update to 4.2.3 |