From 4e46ee121f059c2c0242fa7897cc7581ecb627f8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Mar 2021 09:41:03 +0100 Subject: update to 3.9.7 --- php-cakephp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-cakephp.spec b/php-cakephp.spec index a22847e..6c3589a 100644 --- a/php-cakephp.spec +++ b/php-cakephp.spec @@ -8,7 +8,7 @@ # # https://github.com/cakephp/cakephp/releases -%global gh_commit 0faf41fad428bac125691fe0a0dca70b9bdb6d62 +%global gh_commit 48baa11e233b59de1fa5bea4c51d883d897d3c3e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cakephp %global gh_project cakephp @@ -23,7 +23,7 @@ %global chronos_version 1.3.0 Name: php-%{pk_vendor} -Version: 3.9.6 +Version: 3.9.7 Release: 1%{?dist} Summary: The CakePHP framework @@ -591,6 +591,9 @@ exit $ret %changelog +* Mon Mar 8 2021 Remi Collet - 3.9.7-1 +- update to 3.9.7 + * Mon Jan 25 2021 Remi Collet - 3.9.6-1 - update to 3.9.6 -- cgit