From 13bc23e019af704529440071899f05cd4bafd79d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Jun 2021 18:38:45 +0200 Subject: update chronos to 2.2.0 --- composer-chronos.json | 2 +- 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 - 4.2.7-2 +- update chronos to 2.2.0 + * Thu Jun 17 2021 Remi Collet - 4.2.7-1 - update to 4.2.7 -- cgit