From 6287c2452684523a829bf90c84812962c0063649 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 31 Aug 2020 07:06:23 +0200 Subject: update to 3.9.2 --- php-cakephp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-cakephp.spec b/php-cakephp.spec index a0afc89..3f6d64b 100644 --- a/php-cakephp.spec +++ b/php-cakephp.spec @@ -8,7 +8,7 @@ # # https://github.com/cakephp/cakephp/releases -%global gh_commit 80ab26f311cb2b6b8999c999e294a719ac33a868 +%global gh_commit f97a7108826c0bdf45836abd086027add7aae4e6 %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.1 +Version: 3.9.2 Release: 1%{?dist} Summary: The CakePHP framework @@ -591,6 +591,9 @@ exit $ret %changelog +* Mon Aug 31 2020 Remi Collet - 3.9.2-1 +- update to 3.9.2 + * Mon Aug 10 2020 Remi Collet - 3.9.1-1 - update to 3.9.1 -- cgit