diff options
Diffstat (limited to 'php-cakephp4.spec')
-rw-r--r-- | php-cakephp4.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-cakephp4.spec b/php-cakephp4.spec index aab9f08..c59dd74 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -9,7 +9,7 @@ # https://github.com/cakephp/cakephp/releases -%global gh_commit f43b3f58680ae869fb2e9fa56e65406cd1250702 +%global gh_commit 83b46efc5ad4cd9325743a4db4fb97f1fd2587b4 %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.0 Name: php-%{pk_vendor}%{major} -Version: 4.4.0 +Version: 4.4.1 Release: 1%{?dist} Summary: The CakePHP framework @@ -1148,6 +1148,9 @@ exit $ret %changelog +* Tue Jun 14 2022 Remi Collet <remi@remirepo.net> - 4.4.1-1 +- update to 4.4.1 + * Thu Jun 9 2022 Remi Collet <remi@remirepo.net> - 4.4.0-1 - update to 4.4.0 - raise dependency on PHP 7.4 |