From de8f3f3c6d3cea235afa782059439d3a1fa84804 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Dec 2019 12:00:48 +0100 Subject: v3.8.7 --- php-cakephp.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-cakephp.spec b/php-cakephp.spec index 2779fbb..5141dc4 100644 --- a/php-cakephp.spec +++ b/php-cakephp.spec @@ -8,7 +8,7 @@ # # https://github.com/cakephp/cakephp/releases -%global gh_commit 34833a0c02fc1fc21e27ceb69cf7b4f7c131a3cc +%global gh_commit bf96319a3688c191742d4a3a1680740abef1b371 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cakephp %global gh_project cakephp @@ -23,8 +23,8 @@ %global chronos_version 1.3.0 Name: php-%{pk_vendor} -Version: 3.8.6 -Release: 2%{?dist} +Version: 3.8.7 +Release: 1%{?dist} Summary: The CakePHP framework License: MIT @@ -582,6 +582,9 @@ exit $ret %changelog +* Mon Dec 9 2019 Remi Collet - 3.8.7-1 +- update to 3.8.7 + * Tue Dec 3 2019 Remi Collet - 3.8.6-2 - use Chronos 1.3.0 -- cgit