diff options
author | Remi Collet <remi@remirepo.net> | 2021-10-18 08:19:12 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-10-18 08:19:12 +0200 |
commit | 833bc9c85c6122ee5587822e18c75396b6d703f1 (patch) | |
tree | 992421517cd7f685668ea08ddc241b5a6b76a87b /php-cakephp4.spec | |
parent | 7105069476c8e6f0ec760da667c9d8db2d902c2a (diff) |
update chronos to 2.3.0
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 367ce14..f985a51 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 556e14da67307ffc2e68beeb7df0694dc8d1207d +%global chronos_commit 3ecd6e7ae191c676570cd1bed51fd561de4606dd %global chronos_short %(c=%{chronos_commit}; echo ${c:0:7}) -%global chronos_version 2.2.0 +%global chronos_version 2.3.0 Name: php-%{pk_vendor}%{major} Version: 4.2.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The CakePHP framework License: MIT @@ -1130,6 +1130,9 @@ exit $ret %changelog +* Mon Oct 18 2021 Remi Collet <remi@remirepo.net> - 4.2.10-2 +- update chronos to 2.3.0 + * Thu Oct 14 2021 Remi Collet <remi@remirepo.net> - 4.2.10-1 - update to 4.2.10 |