diff options
author | Remi Collet <remi@remirepo.net> | 2020-04-21 18:04:53 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-04-21 18:04:53 +0200 |
commit | 42286fb7f995250ed05910c1a04192b93c4a90c7 (patch) | |
tree | 2b64bae9a3f8aaba83011bb4eef3a87ad930b36b /php-cakephp4.spec | |
parent | c5ab9ff9fa2f1ab9042d4b54f4b1e812375c3da6 (diff) |
update chronos to 2.0.4
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 bf83ec2..51084b0 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 0b176c8e8abb18b552b789f60250188a74d534ab +%global chronos_commit 7e77b7d43e23b78363b6a1dc592de1c3d557347b %global chronos_short %(c=%{chronos_commit}; echo ${c:0:7}) -%global chronos_version 2.0.3 +%global chronos_version 2.0.4 Name: php-%{pk_vendor}%{major} Version: 4.0.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The CakePHP framework License: MIT @@ -1134,6 +1134,9 @@ exit $ret %changelog +* Tue Apr 21 2020 Remi Collet <remi@remirepo.net> - 4.0.6-2 +- update chronos to 2.0.4 + * Mon Apr 20 2020 Remi Collet <remi@remirepo.net> - 4.0.6-1 - update to 4.0.6 |