diff options
author | Remi Collet <remi@remirepo.net> | 2021-06-17 18:38:45 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-06-17 18:38:45 +0200 |
commit | 13bc23e019af704529440071899f05cd4bafd79d (patch) | |
tree | 819a4f15be408b3aec1b8a27c93497572ac3aef0 | |
parent | 6eabe3f919061f617da8d95c2f95e77a647ac703 (diff) |
update chronos to 2.2.0
-rw-r--r-- | composer-chronos.json | 2 | ||||
-rw-r--r-- | php-cakephp4.spec | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/composer-chronos.json b/composer-chronos.json index a54ca7d..efce150 100644 --- a/composer-chronos.json +++ b/composer-chronos.json @@ -30,7 +30,7 @@ }, "require-dev": { "phpunit/phpunit": "^8.0 || ^9.0", - "cakephp/cakephp-codesniffer": "^4.0" + "cakephp/cakephp-codesniffer": "^4.5" }, "autoload": { "psr-4": { diff --git a/php-cakephp4.spec b/php-cakephp4.spec index 8c99257..ba894a2 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 1d187c71587c97520c00491f626e0f255144953e +%global chronos_commit 556e14da67307ffc2e68beeb7df0694dc8d1207d %global chronos_short %(c=%{chronos_commit}; echo ${c:0:7}) -%global chronos_version 2.1.2 +%global chronos_version 2.2.0 Name: php-%{pk_vendor}%{major} Version: 4.2.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The CakePHP framework License: MIT @@ -1130,6 +1130,9 @@ exit $ret %changelog +* Thu Jun 17 2021 Remi Collet <remi@remirepo.net> - 4.2.7-2 +- update chronos to 2.2.0 + * Thu Jun 17 2021 Remi Collet <remi@remirepo.net> - 4.2.7-1 - update to 4.2.7 |