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 125a5f8..a0db491 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -20,13 +20,13 @@ %global major 4 # https://github.com/cakephp/chronos/releases -%global chronos_commit 3ecd6e7ae191c676570cd1bed51fd561de4606dd +%global chronos_commit 1075511e200c2333793f4625829e40607a4d1cc9 %global chronos_short %(c=%{chronos_commit}; echo ${c:0:7}) -%global chronos_version 2.3.0 +%global chronos_version 2.3.1 Name: php-%{pk_vendor}%{major} Version: 4.4.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The CakePHP framework License: MIT @@ -1154,6 +1154,9 @@ exit $ret %changelog +* Fri Oct 21 2022 Remi Collet <remi@remirepo.net> - 4.4.6-2 +- update chronos to 2.3.1 + * Mon Oct 3 2022 Remi Collet <remi@remirepo.net> - 4.4.6-1 - update to 4.4.6 |