From 42286fb7f995250ed05910c1a04192b93c4a90c7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Apr 2020 18:04:53 +0200 Subject: update chronos to 2.0.4 --- php-cakephp4.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-cakephp4.spec') 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 - 4.0.6-2 +- update chronos to 2.0.4 + * Mon Apr 20 2020 Remi Collet - 4.0.6-1 - update to 4.0.6 -- cgit