From 25fa5037d9cf86e41121835a07546554bfbb1494 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Nov 2022 08:06:33 +0100 Subject: update to 4.4.6 --- php-cakephp4.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php-cakephp4.spec') diff --git a/php-cakephp4.spec b/php-cakephp4.spec index a0db491..7355d77 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -9,7 +9,7 @@ # https://github.com/cakephp/cakephp/releases -%global gh_commit 074248ad68fb6669e951862d0f2f82a0d7c99b23 +%global gh_commit 20668423818ede9878df06a9d0621c77a5514dba %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cakephp %global gh_project cakephp @@ -25,8 +25,8 @@ %global chronos_version 2.3.1 Name: php-%{pk_vendor}%{major} -Version: 4.4.6 -Release: 2%{?dist} +Version: 4.4.7 +Release: 1%{?dist} Summary: The CakePHP framework License: MIT @@ -259,6 +259,7 @@ Requires: php-pcre Requires: php-spl %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 Recommends: php-composer(%{pk_vendor}/i18n) = %{version} +Recommends: php-composer(%{pk_vendor}/log) = %{version} %endif Provides: php-composer(%{pk_vendor}/database) = %{version} @@ -1154,6 +1155,9 @@ exit $ret %changelog +* Thu Nov 3 2022 Remi Collet - 4.4.6-1 +- update to 4.4.6 + * Fri Oct 21 2022 Remi Collet - 4.4.6-2 - update chronos to 2.3.1 -- cgit