diff options
-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 e7d97e1..b160fc5 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -9,7 +9,7 @@ # https://github.com/cakephp/cakephp/releases -%global gh_commit 35b1b52d234ad6ec8cf673c8b143c17895796897 +%global gh_commit b053b2d7c457d7a60c67d3e9e6357eb7ef743721 %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.3 +Version: 4.4.4 Release: 1%{?dist} Summary: The CakePHP framework @@ -1154,6 +1154,9 @@ exit $ret %changelog +* Mon Aug 8 2022 Remi Collet <remi@remirepo.net> - 4.4.4-1 +- update to 4.4.4 + * Wed Jul 27 2022 Remi Collet <remi@remirepo.net> - 4.4.3-1 - update to 4.4.3 |