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 43ea4a3..125a5f8 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -9,7 +9,7 @@ # https://github.com/cakephp/cakephp/releases -%global gh_commit 45c91d7ed8a8804d20daf2e001e8e2b292aed77d +%global gh_commit 074248ad68fb6669e951862d0f2f82a0d7c99b23 %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.5 +Version: 4.4.6 Release: 1%{?dist} Summary: The CakePHP framework @@ -1154,6 +1154,9 @@ exit $ret %changelog +* Mon Oct 3 2022 Remi Collet <remi@remirepo.net> - 4.4.6-1 +- update to 4.4.6 + * Thu Sep 8 2022 Remi Collet <remi@remirepo.net> - 4.4.5-1 - update to 4.4.5 |