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 1093a24..72cdfc6 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -22,13 +22,13 @@ %global major 4 # https://github.com/cakephp/chronos/releases -%global chronos_commit e1044d27cabf12d19097b436001aa96a3c2e4b0a +%global chronos_commit 0b176c8e8abb18b552b789f60250188a74d534ab %global chronos_short %(c=%{chronos_commit}; echo ${c:0:7}) -%global chronos_version 2.0.2 +%global chronos_version 2.0.3 Name: php-%{pk_vendor}%{major} Version: 4.0.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The CakePHP framework License: MIT @@ -1134,6 +1134,9 @@ exit $ret %changelog +* Sat Feb 22 2020 Remi Collet <remi@remirepo.net> - 4.0.4-2 +- update chronos to 2.0.3 + * Sat Feb 22 2020 Remi Collet <remi@remirepo.net> - 4.0.4-1 - update to 4.0.4 - provides the full framework as php-cakephp4 |