diff options
-rw-r--r-- | php-cakephp4.spec | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/php-cakephp4.spec b/php-cakephp4.spec index 7355d77..3dbfc05 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 1075511e200c2333793f4625829e40607a4d1cc9 +%global chronos_commit a21b7b633f483c4cf525d200219d200f551ee38b %global chronos_short %(c=%{chronos_commit}; echo ${c:0:7}) -%global chronos_version 2.3.1 +%global chronos_version 2.3.2 Name: php-%{pk_vendor}%{major} Version: 4.4.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The CakePHP framework License: MIT @@ -1155,8 +1155,11 @@ exit $ret %changelog -* Thu Nov 3 2022 Remi Collet <remi@remirepo.net> - 4.4.6-1 -- update to 4.4.6 +* Tue Nov 8 2022 Remi Collet <remi@remirepo.net> - 4.4.7-2 +- update chronos to 2.3.2 + +* Thu Nov 3 2022 Remi Collet <remi@remirepo.net> - 4.4.7-1 +- update to 4.4.7 * Fri Oct 21 2022 Remi Collet <remi@remirepo.net> - 4.4.6-2 - update chronos to 2.3.1 |