diff options
author | Remi Collet <remi@remirepo.net> | 2022-11-08 10:12:58 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-11-08 10:12:58 +0100 |
commit | f7347fab66f9a13e1fc1924129d54e26c44e5049 (patch) | |
tree | 926c4d256383d1e718a3e606ffcfd39360e8cd5f | |
parent | 25fa5037d9cf86e41121835a07546554bfbb1494 (diff) |
update chronos to 2.3.2
-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 |