From 97dfc6387d447cc2adacf4e5ea5d08e97342e9e1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 27 Jun 2019 09:22:56 +0200 Subject: v3.8.0 --- php-cakephp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-cakephp.spec b/php-cakephp.spec index ed29011..ae9332f 100644 --- a/php-cakephp.spec +++ b/php-cakephp.spec @@ -8,7 +8,7 @@ # # https://github.com/cakephp/cakephp/releases -%global gh_commit 1e89aa0399ce4c0f9af764e3b61aa24826278feb +%global gh_commit 69643f58dd110a4c5cce7ff867707de176c64bc4 %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.2.8 Name: php-%{pk_vendor} -Version: 3.7.9 +Version: 3.8.0 Release: 1%{?dist} Summary: The CakePHP framework @@ -582,6 +582,9 @@ exit $ret %changelog +* Thu Jun 27 2019 Remi Collet - 3.8.0-1 +- update to 3.8.0 + * Thu Jun 20 2019 Remi Collet - 3.7.9-1 - update to 3.7.9 -- cgit