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 29debc9..d02a7f6 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -12,7 +12,7 @@ # https://github.com/cakephp/cakephp/releases -%global gh_commit 856741f34393bef25284b86da703e840071c4341 +%global gh_commit 52240bd62f56a2c8104baa376472c91253abf0f4 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cakephp %global gh_project cakephp @@ -28,7 +28,7 @@ %global chronos_version 2.3.0 Name: php-%{pk_vendor}%{major} -Version: 4.3.5 +Version: 4.3.6 Release: 1%{?dist} Summary: The CakePHP framework @@ -1150,6 +1150,9 @@ exit $ret %changelog +* Mon Mar 7 2022 Remi Collet <remi@remirepo.net> - 4.3.6-1 +- update to 4.3.6 + * Mon Feb 7 2022 Remi Collet <remi@remirepo.net> - 4.3.5-1 - update to 4.3.5 |