diff options
author | Remi Collet <remi@remirepo.net> | 2022-06-14 13:45:17 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-06-14 13:45:17 +0200 |
commit | 373511ff0a026276917ef916e67b7fb270ef7a3b (patch) | |
tree | 0b7bce26d80a0a48f02e5eeb4a6609119ab55fc7 | |
parent | afd0c3a8968ff108b49c6f692c3839f0a93c071c (diff) |
update to 4.4.1
-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 |