diff options
author | Remi Collet <remi@remirepo.net> | 2020-05-26 07:50:36 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-05-26 07:50:36 +0200 |
commit | d516ce7c895152499fa46d751258170705c2e646 (patch) | |
tree | 755787fbc99f161ffa6912f6e7c0aed3b35ca3bc /php-cakephp4.spec | |
parent | f7318d78d1e2232209ac2366ffe66246413c761c (diff) |
update chronos to 2.0.5
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 30f87d9..dd4499e 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 7e77b7d43e23b78363b6a1dc592de1c3d557347b +%global chronos_commit 9309d85c33c65917c0e582c0a6b07df56fe27dd9 %global chronos_short %(c=%{chronos_commit}; echo ${c:0:7}) -%global chronos_version 2.0.4 +%global chronos_version 2.0.5 Name: php-%{pk_vendor}%{major} Version: 4.0.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The CakePHP framework License: MIT @@ -1134,6 +1134,9 @@ exit $ret %changelog +* Tue May 26 2020 Remi Collet <remi@remirepo.net> - 4.0.8-2 +- update chronos to 2.0.5 + * Sun May 24 2020 Remi Collet <remi@remirepo.net> - 4.0.8-1 - update to 4.0.8 |