From 2696e716c4e7bd730ca5bcefbef35b4354da747a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Mar 2023 09:30:58 +0200 Subject: update to 4.4.12 --- php-cakephp4.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-cakephp4.spec') diff --git a/php-cakephp4.spec b/php-cakephp4.spec index 32bcda4..0d129e8 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -9,7 +9,7 @@ # https://github.com/cakephp/cakephp/releases -%global gh_commit 7d9b6a639e5c1f52a813696f6b347726a74f9680 +%global gh_commit ecacba23d96a5e5052716bf19fe8b96c5549acf3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cakephp %global gh_project cakephp @@ -25,7 +25,7 @@ %global chronos_version 2.3.2 Name: php-%{pk_vendor}%{major} -Version: 4.4.11 +Version: 4.4.12 Release: 1%{?dist} Summary: The CakePHP framework @@ -1155,6 +1155,9 @@ exit $ret %changelog +* Tue Mar 28 2023 Remi Collet - 4.4.12-1 +- update to 4.4.12 + * Mon Feb 20 2023 Remi Collet - 4.4.11-1 - update to 4.4.11 -- cgit