diff options
-rw-r--r-- | composer-chronos.json | 5 | ||||
-rw-r--r-- | php-cakephp4.spec | 9 |
2 files changed, 7 insertions, 7 deletions
diff --git a/composer-chronos.json b/composer-chronos.json index 029a019..4e62c59 100644 --- a/composer-chronos.json +++ b/composer-chronos.json @@ -44,10 +44,7 @@ "autoload-dev": { "psr-4": { "Cake\\Chronos\\Test\\": "tests/" - }, - "files": [ - "tests/TestCase.php" - ] + } }, "scripts": { "check": [ 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 |