From e175bec87e4952d0af3873e35db751c492df3ce6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Dec 2019 13:41:26 +0100 Subject: use Chronos 1.3.0 --- php-cakephp.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-cakephp.spec') diff --git a/php-cakephp.spec b/php-cakephp.spec index 6a9ae49..2779fbb 100644 --- a/php-cakephp.spec +++ b/php-cakephp.spec @@ -18,13 +18,13 @@ %global with_tests 0%{!?_without_tests:1} # https://github.com/cakephp/chronos/releases -%global chronos_commit 0292f06e8cc23fc82f0574889da2d8bf27b613c1 +%global chronos_commit ba2bab98849e7bf29b02dd634ada49ab36472959 %global chronos_short %(c=%{chronos_commit}; echo ${c:0:7}) -%global chronos_version 1.2.8 +%global chronos_version 1.3.0 Name: php-%{pk_vendor} Version: 3.8.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The CakePHP framework License: MIT @@ -582,6 +582,9 @@ exit $ret %changelog +* Tue Dec 3 2019 Remi Collet - 3.8.6-2 +- use Chronos 1.3.0 + * Thu Nov 7 2019 Remi Collet - 3.8.6-1 - update to 3.8.6 -- cgit