From 0407ffde40767757d19420830d7e6c240387c939 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Apr 2019 08:14:20 +0200 Subject: update to 3.7.7 use Chronos 1.2.5 --- php-cakephp.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/php-cakephp.spec b/php-cakephp.spec index 648e5e7..3d94cc1 100644 --- a/php-cakephp.spec +++ b/php-cakephp.spec @@ -8,7 +8,7 @@ # # https://github.com/cakephp/cakephp/releases -%global gh_commit e5d50ddf5ca1069a029c16bac58413bb01b205ab +%global gh_commit b0aeff37f78e6cca7ed35bc0e49dedd6cf5fb3d6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cakephp %global gh_project cakephp @@ -18,12 +18,12 @@ %global with_tests 0%{!?_without_tests:1} # https://github.com/cakephp/chronos/releases -%global chronos_commit ebda7326d4a65e53bc5bb915ebbbeee98f1926b0 +%global chronos_commit 8a2b005a2db173e1b5493002afb8e1e13c71a62a %global chronos_short %(c=%{chronos_commit}; echo ${c:0:7}) -%global chronos_version 1.2.4 +%global chronos_version 1.2.5 Name: php-%{pk_vendor} -Version: 3.7.6 +Version: 3.7.7 Release: 1%{?dist} Summary: The CakePHP framework @@ -582,6 +582,10 @@ exit $ret %changelog +* Wed Apr 24 2019 Remi Collet - 3.7.7-1 +- update to 3.7.7 +- use Chronos 1.2.5 + * Wed Apr 10 2019 Remi Collet - 3.7.6-1 - update to 3.7.6 -- cgit