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 f640bae..5a9c72f 100644 --- a/php-cakephp4.spec +++ b/php-cakephp4.spec @@ -12,7 +12,7 @@ # https://github.com/cakephp/cakephp/releases -%global gh_commit 34aae68e91e6834aa6711c3e435a3f220bf56c0b +%global gh_commit 6548d1141fc8311d0fd4d6acdd18446d4279fe32 %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.8 +Version: 4.3.9 Release: 1%{?dist} Summary: The CakePHP framework @@ -1150,6 +1150,9 @@ exit $ret %changelog +* Mon May 16 2022 Remi Collet <remi@remirepo.net> - 4.3.9-1 +- update to 4.3.9 + * Mon Apr 25 2022 Remi Collet <remi@remirepo.net> - 4.3.8-1 - update to 4.3.8 |